hal: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Wed May 2 20:58:43 PDT 2007


 fdi/information/10freedesktop/10-usb-card-readers.fdi |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+)

New commits:
diff-tree ae31fad70d51ec94f82252f4814984c0ce7c9ed9 (from 82f613a96e20a94eb2d174b2baac7bde64df828f)
Author: Frederic Crozat <fcrozat at mandriva.com>
Date:   Wed May 2 23:58:44 2007 -0400

    add noname usb card reader
    
    Following patch adds lun matching for a noname usb card reader.

diff --git a/fdi/information/10freedesktop/10-usb-card-readers.fdi b/fdi/information/10freedesktop/10-usb-card-readers.fdi
index aa4e00c..b0fb54c 100644
--- a/fdi/information/10freedesktop/10-usb-card-readers.fdi
+++ b/fdi/information/10freedesktop/10-usb-card-readers.fdi
@@ -89,6 +89,24 @@
       </match>
       <match key="storage.model" string="IC1210    MMC/SD">
         <merge key="storage.drive_type" type="string">sd_mmc</merge>
+</match>
+
+      <!-- Noname multi-card Reader -->
+      <match key="@storage.physical_device:usb.vendor_id" int="0x05e3">
+	  <match key="@storage.physical_device:usb.product_id" int="0x0760">
+	     <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">sd_mmc</merge>
+	     </match>
+	     <match key="storage.lun" int="3">
+		     <merge key="storage.drive_type" type="string">smart_media</merge>
+	     </match>
+        </match>
       </match>
 
       <!-- Lexar CF Reader -->


More information about the hal-commit mailing list