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-usb-zip-drives.fdi < prev   
Extensible Markup Language  |  2006-11-29  |  535b  |  20 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <deviceinfo version="0.2">
  4.   <device>
  5.  
  6.     <!-- USB Zip Drives -->
  7.     <match key="storage.bus" string="usb">
  8.       <match key="storage.drive_type" string="disk">
  9.     <match key="storage.vendor" string="IOMEGA">
  10.           <match key="storage.model" contains_ncase="ZIP">
  11.             <merge key="storage.drive_type" type="string">zip</merge>
  12.             <merge key="storage.requires_eject" type="bool">true</merge>
  13.           </match>
  14.     </match>
  15.       </match>
  16.     </match>
  17.  
  18.   </device>
  19. </deviceinfo>
  20.