home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / usr / share / hal / fdi / information / 10freedesktop / 10-camera-ptp.fdi next >
Extensible Markup Language  |  2006-11-29  |  581b  |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <deviceinfo version="0.2">
  4.   <device>
  5.     <match key="info.bus" string="usb">
  6.       <match key="usb.interface.class" int="0x06">
  7.         <match key="usb.interface.subclass" int="0x01">
  8.           <match key="usb.interface.protocol" int="0x01">
  9.             <merge key="info.category" type="string">camera</merge>
  10.         <append key="info.capabilities" type="strlist">camera</append>
  11.             <merge key="camera.access_method" type="string">ptp</merge>
  12.           </match>
  13.         </match>
  14.       </match>
  15.     </match>
  16.   </device>
  17. </deviceinfo>
  18.