Comment 0 for bug 182051

Revision history for this message
Noel J. Bergman (noeljb) wrote :

The entry, which I have locally commented out, in /usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi:

        <!-- MPIO HD300 Player -->
 <!-- BOGUS ENTRY that matches Adaptec ACS-120 USB Drive Enclosure
        <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>
            <merge key="portable_audio_player.access_method" type="string">storage</merge>
            <append key="portable_audio_player.output_formats" type="strlist">application/ogg</append>
            <append key="portable_audio_player.output_formats" type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.output_formats" type="strlist">video/x-ms-asf</append>
            <append key="portable_audio_player.input_formats" type="strlist">audio/mpeg</append>
          </match>

matches the Adaptec ACS-120 USB Enclosure. The entry from lsusb is:

Bus 003 Device 010: ID 05e3:0702 Genesys Logic, Inc. USB 2.0 IDE Adapter

Sounds rather more generic than specific to the MPIO HD300.