diff options
author | Richard Hughes <hughsient@gmail.com> | 2005-11-01 16:54:35 +0000 |
---|---|---|
committer | Richard Hughes <hughsient@gmail.com> | 2005-11-01 16:54:35 +0000 |
commit | 03e90d9375419d90bbb8f803e2cea08b38cd283e (patch) | |
tree | cc9af3d50dfc6a0be595246a1126ae9c49c982ce /fdi/information | |
parent | c59304e372a3638edcaf3fce3bfd55bdef3fd312 (diff) |
Add yet another common naming theme for a generic card reader.
Diffstat (limited to 'fdi/information')
-rw-r--r-- | fdi/information/10freedesktop/10-usb-card-readers.fdi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fdi/information/10freedesktop/10-usb-card-readers.fdi b/fdi/information/10freedesktop/10-usb-card-readers.fdi index 682399dd..7a1d53c4 100644 --- a/fdi/information/10freedesktop/10-usb-card-readers.fdi +++ b/fdi/information/10freedesktop/10-usb-card-readers.fdi @@ -35,6 +35,22 @@ </match> </match> + <!-- Yet another common theme --> + <match key="storage.bus" string="usb"> + <match key="storage.model" contains="Reader-CF"> + <merge key="storage.drive_type" type="string">compact_flash</merge> + </match> + <match key="storage.model" contains="Reader-MS"> + <merge key="storage.drive_type" type="string">memory_stick</merge> + </match> + <match key="storage.model" contains="Reader-SM"> + <merge key="storage.drive_type" type="string">smart_media</merge> + </match> + <match key="storage.model" contains="Reader-SD"> + <merge key="storage.drive_type" type="string">sd_mmc</merge> + </match> + </match> + <!-- Lexar CF Reader --> <match key="storage.bus" string="usb"> <match key="@storage.physical_device:usb.vendor_id" int="0x05dc"> |