[Pkg-utopia-commits] r2449 - in /packages/unstable/hal-info/debian: changelog patches/10-ignore_huawei_e169_modem.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 8 22:36:09 UTC 2008


Author: biebl
Date: Wed Oct  8 22:36:08 2008
New Revision: 2449

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2449
Log:
* debian/patches/10-ignore_huawei_e169_modem.patch 
  - Add Huawei E169/E620 modem to the list of ignored devices as it
    spuriously detected as a CD-Rom drive. (Closes: #470360)

Added:
    packages/unstable/hal-info/debian/patches/10-ignore_huawei_e169_modem.patch
Modified:
    packages/unstable/hal-info/debian/changelog

Modified: packages/unstable/hal-info/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal-info/debian/changelog?rev=2449&op=diff
==============================================================================
--- packages/unstable/hal-info/debian/changelog (original)
+++ packages/unstable/hal-info/debian/changelog Wed Oct  8 22:36:08 2008
@@ -1,8 +1,11 @@
 hal-info (20081001-1) unstable; urgency=low
 
   * New upstream release. 
+  * debian/patches/10-ignore_huawei_e169_modem.patch 
+    - Add Huawei E169/E620 modem to the list of ignored devices as it
+      spuriously detected as a CD-Rom drive. (Closes: #470360)
 
- -- Michael Biebl <biebl at debian.org>  Wed, 08 Oct 2008 22:12:21 +0200
+ -- Michael Biebl <biebl at debian.org>  Thu, 09 Oct 2008 00:23:23 +0200
 
 hal-info (20080508+git20080601-1) unstable; urgency=low
 

Added: packages/unstable/hal-info/debian/patches/10-ignore_huawei_e169_modem.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal-info/debian/patches/10-ignore_huawei_e169_modem.patch?rev=2449&op=file
==============================================================================
--- packages/unstable/hal-info/debian/patches/10-ignore_huawei_e169_modem.patch (added)
+++ packages/unstable/hal-info/debian/patches/10-ignore_huawei_e169_modem.patch Wed Oct  8 22:36:08 2008
@@ -1,0 +1,17 @@
+diff --git a/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi b/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi
+index 5e56980..5d6f257 100644
+--- a/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi
++++ b/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi
+@@ -40,6 +40,12 @@
+          <merge key="info.ignore" type="bool">true</merge>
+        </match>
+      </match>
++     <!-- Ignore the Huawei E169/E620 USB HSDPA modem -->
++     <match key="@storage.originating_device:usb.vendor_id" int="0x12d1">
++       <match key="@storage.originating_device:usb.product_id" int="0x1001">
++         <merge key="info.ignore" type="bool">true</merge>
++       </match>
++     </match>
+    </match>
+   </device>
+ </deviceinfo>




More information about the Pkg-utopia-commits mailing list