This patch also works for my SIIG USB CF US2256 (GenesysLogic GL641 USB/CF
Bridge), 
which is a Zio-like CF reader that sells for $20 ($10 if you get the rebate)
at Fry's.  I gave details on the device in in linux-usb-users digest #641.

I heartily recommend that Andrew's patch be added to the kernel:

>From: Andrew J Cosgriff <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Date: Thu, 17 Jan 2002 11:16:33 +1100
>Subject: [Linux-usb-users] Re: Genesys-based CF card
reader...almost-but-not-quite works
>
>ajc wrote :
>
>> I picked up a random no-name brand CompactFlash card reader (model
>> number "CR-V7-UC") towards the end of last year
>
>Uh.  Here we go.  It certainly helps to remember a "modprobe -r
>usb-storage" each time I'm fiddling with this ;)
>
>
>I'm not sure what I should be putting there for bcdDeviceMin or
>bcdDeviceMax, but anyway... :
>
>--- unusual_devs.h.dist        Wed Jan 16 09:36:09 2002
>+++ unusual_devs.h     Thu Jan 17 11:11:30 2002
>@@ -251,6 +251,12 @@
>                US_FL_MODE_XLATE | US_FL_START_STOP ),
> #endif
> 
>+UNUSUAL_DEV(  0x05e3, 0x0700, 0x0000, 0x9999,
>+              "Genesys Logic, Inc.",
>+              "USB TO IDE",
>+              US_SC_SCSI, US_PR_BULK, NULL,
>+              US_FL_FIX_INQUIRY | US_FL_MODE_XLATE),
>+
> UNUSUAL_DEV(  0x0644, 0x0000, 0x0100, 0x0100, 
>                "TEAC",
>                "Floppy Drive",

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to