I added the following stanza to /usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi to enable recognition of my MSI (lsusb reports Micro Star International MegaStick-1 Flash Stick) MegaStick 256Mb usb-key mp3 player. It's just a pen drive that can play MP3's and WAVs. I'm not sure if the rest of it is correct! <!-- MicroStar MP3 Player --> <match key="@storage.physical_device:usb.vendor_id" int="0x1462"> <match key="@storage.physical_device:usb.product_id" int="0x5512"> <append key="info.capabilities" type="strlist">portable_audio_player</append> <merge key="info.category" type="string">portable_audio_player</merge> <merge key="portable_audio_player.type" type="string">generic</merge> <merge key="portable_audio_player.access_method" type="string">storage</merge> <merge key="portable_audio_player.storage_device" type="copy_property">info.udi</merge> <append key="portable_audio_player.output_formats" type="strlist">audio/mpeg</append> <append key="portable_audio_player.input_formats" type="strlist">audio/x-wav</append> </match> </match> Thanks, Stephen English
Update of /cvs/hal/hal/fdi/information/10freedesktop In directory kemper:/tmp/cvs-serv2036/fdi/information/10freedesktop Modified Files: 10-usb-music-players.fdi Log Message: 2006-05-09 Danny Kukawka <danny.kukawka@web.de> * fdi/information/10freedesktop/10-usb-music-players.fdi: Added new mp3-player from fd.o bug #6646
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.