home *** CD-ROM | disk | FTP | other *** search
- <?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>
-