[meego-commits] 8829: Changes to Trunk:Testing/udev-rules-handset-mrst

Martin Xu no_reply at build.meego.com
Tue Oct 26 05:42:03 UTC 2010


Hi,
I have made the following changes to udev-rules-handset-mrst in project Trunk:Testing. Please review and accept ASAP.

Thank You,
Martin Xu 

[This message was auto-generated]

---

Request #8829:

  submit:   home:martin:branches:Trunk:Testing/udev-rules-handset-mrst(r2)(cleanup) -> Trunk:Testing/udev-rules-handset-mrst


Message:
    add ifxmodem udev rule

State:   new          2010-10-25T22:42:03 martin
Comment: None



changes files:
--------------
--- udev-rules-handset-mrst.changes
+++ udev-rules-handset-mrst.changes
@@ -0,0 +1,3 @@
+* Tue Oct 26 2010 Xu Martin <martin.xu at intel.com> - 0.1
+- Add IFX modem udev rule so the modem can detected by oFono
+

new:
----
  12-ifxmodem-ofono.rules

spec files:
-----------
--- udev-rules-handset-mrst.spec
+++ udev-rules-handset-mrst.spec
@@ -11,6 +11,7 @@
 BuildArch: noarch
 Source0: 10-touchscreen.rules
 Source1: 11-touchscreen.rules
+Source2: 12-ifxmodem-ofono.rules
 Requires: udev
 
 %description
@@ -25,6 +26,7 @@
 install -d $RPM_BUILD_ROOT%{udev_libdir}/rules.d/
 install -m 0644 %{SOURCE0} $RPM_BUILD_ROOT%{udev_libdir}/rules.d/10-touchscreen.rules
 install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{udev_libdir}/rules.d/11-touchscreen.rules
+install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{udev_libdir}/rules.d/12-ifxmodem-ofono.rules
 
 %post
  
@@ -35,4 +37,4 @@
 %defattr(0644, root, root, 0755)
 %attr(0755,root,root) %{udev_libdir}/rules.d/10-touchscreen.rules
 %attr(0755,root,root) %{udev_libdir}/rules.d/11-touchscreen.rules
-
+%attr(0755,root,root) %{udev_libdir}/rules.d/12-ifxmodem-ofono.rules

other changes:
--------------

++++++ 12-ifxmodem-ofono.rules (new)
--- 12-ifxmodem-ofono.rules
+++ 12-ifxmodem-ofono.rules
+KERNEL=="ttyIFX[0-9]*", ENV{OFONO_DRIVER}="ifx"




More information about the MeeGo-commits mailing list