home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
-
- <!-- Example: This device information file matches a memory card reader with
- multiple storage ports that can be active at the same time. -->
-
- <deviceinfo version="0.2">
- <device>
- <match key="storage.bus" string="usb">
- <match key="@storage.physical_device:usb.vendor_id" int="0x0424">
- <match key="@storage.physical_device:usb.product_id" int="0x20fc">
- <match key="storage.lun" int="0">
- <merge key="storage.drive_type" type="string">compact_flash</merge>
- </match>
- <match key="storage.lun" int="1">
- <merge key="storage.drive_type" type="string">memory_stick</merge>
- </match>
- <match key="storage.lun" int="2">
- <merge key="storage.drive_type" type="string">smart_media</merge>
- </match>
- <match key="storage.lun" int="3">
- <merge key="storage.drive_type" type="string">sd_mmc</merge>
- </match>
- </match>
- </match>
- </match>
- </device>
- </deviceinfo>
-