Bug 6561 - add support for two more mp3 players
Summary: add support for two more mp3 players
Status: RESOLVED FIXED
Alias: None
Product: hal
Classification: Unclassified
Component: misc (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-12 04:05 UTC by Michaël Arnauts
Modified: 2006-04-12 14:25 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
the changes (2.19 KB, text/plain)
2006-04-12 04:07 UTC, Michaël Arnauts
Details

Description Michaël Arnauts 2006-04-12 04:05:10 UTC
When this is added to the 10-usb-music-players.fdi file, the Traxdata Digital
Audio Player, and the Peak Digital Audio Player are recognised as MP3 players.
They both have a sd/mcc port.

        <!-- Traxdata Digital Audio Player -->
        <match key="@storage.physical_device:usb.vendor_id" int="0x66f">
          <match key="@storage.physical_device:usb.product_id" int="0x8038">
            <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.output_formats"
type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.input_formats"
type="strlist">audio/x-wav</append>
            <match key="storage.lun" int="1">
                <merge key="storage.drive_type" type="string">sd_mmc</merge>
            </match>
          </match>
        </match>




        <!-- Peak Digital Audio Player -->
        <match key="@storage.physical_device:usb.vendor_id" int="0xd7d">
          <match key="@storage.physical_device:usb.product_id" int="0x1651">
            <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.output_formats"
type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.input_formats"
type="strlist">audio/x-wav</append>
            <match key="storage.lun" int="1">
                <merge key="storage.drive_type" type="string">sd_mmc</merge>
            </match>
          </match>
        </match>
Comment 1 Michaël Arnauts 2006-04-12 04:07:15 UTC
Created attachment 5261 [details]
the changes
Comment 2 Danny Kukawka 2006-04-13 06:52:54 UTC
I take this bugs ...
Comment 3 Danny Kukawka 2006-04-13 07:25:06 UTC
commited changes and slightly adopted patches to CVS HEAD.


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.