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-cardreader.fdi
next >
Wrap
Extensible Markup Language
|
2006-11-29
|
1KB
|
28 lines
<?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>