Hello USB users,

I have been trying for a while to get my SanDisk SDDR-05b compact flash
reader to operate under Linux. I opened up the device and found that the
device was based on a USBAT-02 chip and then eventually found Thomas
Kreiling's (usbdev at sm04.de) code on Sourceforge (search USBAT-02).

My SanDisk device was not listed in his supported device list but I gave
it a shot and it worked when I added the device to the UNUSUAL_DEV list.

Hopefully Thomas's work can get into the official kernel as the USBAT-02
chip seems quite common.

The device is the following:

0781  SanDisk Corp.
  0005  SDDR-05b (CF II) ImageMate CompactFlash Reader

Hopefully other people will find this patch useful as this CF reader
seems to be somewhat popular.

Below is the patch I created for the device.

Greg


--- usbat-02-orig/ziocf/unusual_devs.h  2002-05-26 10:36:46.000000000
-0700
+++ usbat-02/ziocf/unusual_devs.h       2002-10-31 16:31:47.000000000
-0800
@@ -290,6 +290,13 @@
                US_SC_SCSI, US_PR_CB, NULL,
                US_FL_SINGLE_LUN | US_FL_START_STOP),

+/* glc: Greg Corcoran <gregc at spidex.com>  -- tested with SDDR-05b */
+UNUSUAL_DEV(  0x0781, 0x0005, 0x0005, 0x0005,
+               "Sandisk",
+               "ImageMate SDDR-05b",
+               US_SC_SCSI, US_PR_ZIOCF, init_ziocf,
+               US_FL_START_STOP | US_FL_SINGLE_LUN),
+
 UNUSUAL_DEV(  0x0781, 0x0002, 0x0009, 0x0009,
                "Sandisk",
                "ImageMate SDDR-31",




-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to