|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/share/doc/hal-0.5.8.1/conf/ |
Upload File : |
<?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>