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 >
Extensible Markup Language  |  2006-11-29  |  909b  |  21 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!-- Example: This device information file matches an USB Mass Storage based MP3 player 
  4.               by the matching on the USB vendor and product identifiers. -->
  5.  
  6. <deviceinfo version="0.2">
  7.   <device>
  8.     <match key="info.bus" string="usb">
  9.       <match key="usb.vendor_id" int="0x066f">
  10.         <match key="usb.product_id" int="0x8000">
  11.           <merge key="info.category" type="string">portable_audio_player</merge>
  12.           <merge key="info.capabilities" type="string">portable_audio_player</merge>
  13.           <merge key="portable_audio_player.access_method" type="string">storage</merge>
  14.           <merge key="portable_audio_player.output_formats" type="string">audio/mpeg audio/x-ms-wma</merge>
  15.           <merge key="portable_audio_player.input_formats" type="string">audio/x-wav</merge>
  16.         </match>
  17.       </match>
  18.     </match>
  19.   </device>
  20. </deviceinfo>
  21.