Hi guy's!
I've a new Memorex USB Card Reader for
Compact Flash Cards I + II and
IBM Microdrives.
I find out, that it not works without a few lines
in drivers/usb/storage/unusual_devs.h
I add the following lines:
/* send by <Joachim.Loehr@Stadt-MH.de> */
UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
"Memorex",
"USB Card Reader",
US_SC_SCSI, US_PR_BULK, NULL,
US_FL_FIX_INQUIRY ),
After that, the module usb-storage works fine
with that device.
Would you please update the source with that
few lines?
Thanks in advance!