home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
rescue
/
usr
/
share
/
doc
/
packages
/
hal
/
conf
/
match-USB-mp3-player.fdi
< prev
next >
Wrap
Extensible Markup Language
|
2006-11-29
|
909b
|
21 lines
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example: This device information file matches an USB Mass Storage based MP3 player
by the matching on the USB vendor and product identifiers. -->
<deviceinfo version="0.2">
<device>
<match key="info.bus" string="usb">
<match key="usb.vendor_id" int="0x066f">
<match key="usb.product_id" int="0x8000">
<merge key="info.category" type="string">portable_audio_player</merge>
<merge key="info.capabilities" type="string">portable_audio_player</merge>
<merge key="portable_audio_player.access_method" type="string">storage</merge>
<merge key="portable_audio_player.output_formats" type="string">audio/mpeg audio/x-ms-wma</merge>
<merge key="portable_audio_player.input_formats" type="string">audio/x-wav</merge>
</match>
</match>
</match>
</device>
</deviceinfo>