Request to add card reader to 10-usb-card-readers.fdi

Danny Kukawka danny.kukawka at web.de
Thu Jan 8 08:46:46 PST 2009


On Dienstag, 6. Januar 2009, Joeri Capens wrote:
> Hello everybody
>
> My 9-in-1 Card Reader was not recognized by hal. I would like the
> following to be added to the 10-usb-card-readers.fdi file:
>
>       <!-- Yet another common theme -->
>       <match key="storage.model" contains="CardReader CF">
>         <merge key="storage.drive_type" type="string">compact_flash</merge>
>       </match>
>       <match key="storage.model" contains="CardReader MS">
>         <merge key="storage.drive_type" type="string">memory_stick</merge>
>       </match>
>       <match key="storage.model" contains="CardReader SM">
>         <merge key="storage.drive_type" type="string">smart_media</merge>
>       </match>
>       <match key="storage.model" contains="CardReader SD">
>         <merge key="storage.drive_type" type="string">sd_mmc</merge>
>       </match>
>
> This makes it work for me.

I've commited a more generic match:
http://cgit.freedesktop.org/hal-info/commit/?id=40b83517f1cf9a5a51cb5b65462f7ca94b0e7fbd

Thanks for the report.

Danny


More information about the hal mailing list