Bug 6228 - Add PAP for the Archos Gmini XS 100
Summary: Add PAP for the Archos Gmini XS 100
Status: RESOLVED FIXED
Alias: None
Product: hal
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high enhancement
Assignee: Danny Kukawka
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-12 00:22 UTC by Thomas Basset
Modified: 2006-03-13 10:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Thomas Basset 2006-03-12 00:22:45 UTC
Here are the information to add to usb-music-player.fdi

	<!-- Archos XS 100 -->
	<match key="@storage.physical_device:usb.vendor_id" int="0xe79">
          <match key="@storage.physical_device:usb.product_id" int="0x1205">
	    <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.input_formats"
type="strlist">audio/mpeg</append>
            <append key="portable_audio_player.input_formats"
type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.input_formats"
type="strlist">audio/x-wav</append>
          </match>
        </match>
Comment 1 Danny Kukawka 2006-03-14 05:26:21 UTC
I take this bug ...
Comment 2 Danny Kukawka 2006-03-14 05:26:38 UTC
Modified Files:
        ChangeLog 
Log Message:
2006-03-13  Danny Kukawka  <danny.kukawka@web.de>

        * fdi/information/10freedesktop/10-usb-music-players.fdi:
        applied slightly adopted patch and added new device from fd.o bugs:
        6169, 6228


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.