Bug 6646 - New music player device ID
Summary: New music player device ID
Status: RESOLVED FIXED
Alias: None
Product: hal
Classification: Unclassified
Component: spec (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Danny Kukawka
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 07:19 UTC by Stephen English
Modified: 2006-05-09 14:18 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Stephen English 2006-04-19 07:19:13 UTC
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
Comment 1 Danny Kukawka 2006-05-10 07:18:28 UTC
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.