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
Wrap
Extensible Markup Language
|
2006-11-29
|
535b
|
20 lines
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<!-- USB Zip Drives -->
<match key="storage.bus" string="usb">
<match key="storage.drive_type" string="disk">
<match key="storage.vendor" string="IOMEGA">
<match key="storage.model" contains_ncase="ZIP">
<merge key="storage.drive_type" type="string">zip</merge>
<merge key="storage.requires_eject" type="bool">true</merge>
</match>
</match>
</match>
</match>
</device>
</deviceinfo>