- Fixes for Motorola and Ericsson devices
- Fixes for CDMA "serving-system" command parsing
This commit is contained in:
parent
154e894c12
commit
56e5de3768
@ -1 +1,2 @@
|
|||||||
ModemManager-0.2-20090707.tar.bz2
|
ModemManager-0.2-20090707.tar.bz2
|
||||||
|
ModemManager-0.2-20090826.tar.bz2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define snapshot 20090707
|
%define snapshot 20090826
|
||||||
|
|
||||||
Summary: Mobile broadband modem management service
|
Summary: Mobile broadband modem management service
|
||||||
Name: ModemManager
|
Name: ModemManager
|
||||||
@ -20,16 +20,12 @@ BuildRequires: glib2-devel
|
|||||||
BuildRequires: dbus-glib-devel >= 0.75
|
BuildRequires: dbus-glib-devel >= 0.75
|
||||||
BuildRequires: libgudev-devel >= 143
|
BuildRequires: libgudev-devel >= 143
|
||||||
|
|
||||||
# fix a typo in udev rules
|
|
||||||
Patch0: udev-rule-typo.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The ModemManager service provides a consistent API to operate many different
|
The ModemManager service provides a consistent API to operate many different
|
||||||
modems, including mobile broadband (3G) devices.
|
modems, including mobile broadband (3G) devices.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .udev-rule-typo
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -66,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/lib/udev/rules.d/*
|
/lib/udev/rules.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 26 2009 Dan Williams <dcbw@redhat.com> - 0.2-3.20090826
|
||||||
|
- Fixes for Motorola and Ericsson devices
|
||||||
|
- Fixes for CDMA "serving-system" command parsing
|
||||||
|
|
||||||
* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com>
|
* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com>
|
||||||
- Fix a typo in one of the udev rules files
|
- Fix a typo in one of the udev rules files
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
d30a9642a2533dbc3a833e0fda3a6378 ModemManager-0.2-20090707.tar.bz2
|
e070cc8f706b2ff4dda4d49f1d813303 ModemManager-0.2-20090826.tar.bz2
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
diff -up ModemManager-0.2/plugins/77-mm-zte-port-types.rules.udev-rule-typo ModemManager-0.2/plugins/77-mm-zte-port-types.rules
|
|
||||||
--- ModemManager-0.2/plugins/77-mm-zte-port-types.rules.udev-rule-typo 2009-07-31 21:53:07.145389914 -0400
|
|
||||||
+++ ModemManager-0.2/plugins/77-mm-zte-port-types.rules 2009-07-31 21:54:00.196600678 -0400
|
|
||||||
@@ -1,12 +1,12 @@
|
|
||||||
# do not edit this file, it will be overwritten on update
|
|
||||||
|
|
||||||
-ACTION!="add|change", GOTO="nm_zte_port_types_end"
|
|
||||||
-SUBSYSTEM!="tty", GOTO="nm_zte_port_types_end"
|
|
||||||
+ACTION!="add|change", GOTO="mm_zte_port_types_end"
|
|
||||||
+SUBSYSTEM!="tty", GOTO="mm_zte_port_types_end"
|
|
||||||
|
|
||||||
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="19d2", GOTO="nm_zte_port_types_vendorcheck"
|
|
||||||
-GOTO="nm_zte_port_types_end"
|
|
||||||
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="19d2", GOTO="mm_zte_port_types_vendorcheck"
|
|
||||||
+GOTO="mm_zte_port_types_end"
|
|
||||||
|
|
||||||
-LABEL="nm_zte_port_types_vendorcheck"
|
|
||||||
+LABEL="mm_zte_port_types_vendorcheck"
|
|
||||||
SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}"
|
|
||||||
|
|
||||||
ATTRS{idProduct}=="0001", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_ZTE_PORT_TYPE_MODEM}="1"
|
|
Loading…
Reference in New Issue
Block a user