[Pkg-utopia-commits] r1996 - in /packages/unstable/hal-info/debian: changelog patches/00_disable_mpio_hd300_detection.patch

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Dec 22 17:35:08 UTC 2007


Author: sjoerd
Date: Sat Dec 22 17:35:08 2007
New Revision: 1996

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1996
Log:
* debian/patches/00_disable_mpio_hd300_detection.patch
  - Added. Disable MPIO HD300 detection. The exact same usb controller is
    used in some common usb disks, causing very annoying false positives
    (Closes: #456675)

Added:
    packages/unstable/hal-info/debian/patches/00_disable_mpio_hd300_detection.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=1996&op=diff
==============================================================================
--- packages/unstable/hal-info/debian/changelog (original)
+++ packages/unstable/hal-info/debian/changelog Sat Dec 22 17:35:08 2007
@@ -1,3 +1,12 @@
+hal-info (20071212-2) UNRELEASED; urgency=low
+
+  * debian/patches/00_disable_mpio_hd300_detection.patch
+    - Added. Disable MPIO HD300 detection. The exact same usb controller is
+      used in some common usb disks, causing very annoying false positives
+      (Closes: #456675)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 12 Dec 2007 23:19:53 +0100
+
 hal-info (20071212-1) unstable; urgency=low
 
   [ Sjoerd Simons ]

Added: packages/unstable/hal-info/debian/patches/00_disable_mpio_hd300_detection.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal-info/debian/patches/00_disable_mpio_hd300_detection.patch?rev=1996&op=file
==============================================================================
--- packages/unstable/hal-info/debian/patches/00_disable_mpio_hd300_detection.patch (added)
+++ packages/unstable/hal-info/debian/patches/00_disable_mpio_hd300_detection.patch Sat Dec 22 17:35:08 2007
@@ -1,0 +1,31 @@
+commit d5a5624ca79a19262e4adcb28d96f32bdab1e402
+Author: Sjoerd Simons <sjoerd at luon.net>
+Date:   Sat Dec 22 18:22:38 2007 +0100
+
+    comment the MPIO HD300 detection. It gives too many false-positives
+    
+    The usb controller in the MPIO HD300 is a generic usb IDE adapater, which is
+    also used in various ide HD enclosures. Afaik there is no way to destinguish
+    between the music player and generic external drivers :(
+
+diff --git a/fdi/information/10freedesktop/10-usb-music-players.fdi b/fdi/information/10freedesktop/10-usb-music-players.fdi
+index 30be955..7e77d10 100644
+--- a/fdi/information/10freedesktop/10-usb-music-players.fdi
++++ b/fdi/information/10freedesktop/10-usb-music-players.fdi
+@@ -88,6 +88,8 @@
+         </match>
+ 
+         <!-- MPIO HD300 Player -->
++        <!-- The usb controller in the HD300 is the same as is used in various
++             usb ide drives. With no obvious way to determine the difference
+         <match key="@storage.originating_device:usb.vendor_id" int="0x05e3">
+           <match key="@storage.originating_device:usb.product_id" int="0x0702">
+             <merge key="portable_audio_player.type" type="string">generic</merge>
+@@ -98,6 +100,7 @@
+             <append key="portable_audio_player.input_formats" type="strlist">audio/mpeg</append>
+           </match>
+         </match>
++        -->
+ 
+ 	<!-- SONICblue -->
+ 	<match key="@storage.originating_device:usb.vendor_id" int="0x045a">




More information about the Pkg-utopia-commits mailing list