Hi,

The attached patch gets my HAMA multi card reader to work under linux
usb. The patch was floating around on the net, but not yet in the source
tree, so I posted it here. The reader basically consists of a Atmel USB
hub chip and 2 USB controllers, one handles CF,MMC and SM cards, the
other one handles Memory Stick. The controller chips are labeled
"datafab ..." but report themselves as something else. (being Neodio and
OEI-USB).

Cheers,

p2.
--- /mnt/src/linux-arm/linux-2.4.19/linux-2.4.19/drivers/usb/storage/unusual_devs.h    
 2002-08-03 02:39:45.000000000 +0200
+++ unusual_devs.h      2002-11-01 03:15:32.000000000 +0100
@@ -480,6 +480,10 @@
                US_SC_SCSI, US_PR_CB, NULL,
                US_FL_MODE_XLATE ),
 
+UNUSUAL_DEV( 0x0aec, 0x5010, 0x0100, 0x0100, "Neodio",
+                        "CF/SD/SM reader", US_SC_SCSI, US_PR_BULK,
+                        NULL,  US_FL_FIX_INQUIRY),
+
 #ifdef CONFIG_USB_STORAGE_ISD200
 UNUSUAL_DEV(  0x0bf6, 0xa001, 0x0100, 0x0110,
                 "ATI",

Reply via email to