hal: Branch 'master'
Sjoerd Simons
sjoerd at kemper.freedesktop.org
Sat Dec 22 09:22:47 PST 2007
fdi/information/10freedesktop/10-usb-music-players.fdi | 3 +++
1 file changed, 3 insertions(+)
New commits:
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 hal-commit
mailing list