On Mon, Mar 19, 2001 at 12:59:32, the Edward Blevins said:
> I can plug in my SanDisk ImageMate (sddr09) and the usb subsystem detects it,
> but says it is not claimed by any driver:
> 
> kernel: usb.c: USB device 5 (vend/prod 0x781/0x200) is not claimed by any
> active driver.
> 
> I have followed the instructions found at
> <http://www.theneals.net/linux/SDDR09-HOWTO>
> 
> The appropriate configuration choices were set as recommended in the above
> document.
> 
> my kernel is version 2.4.2-ac19

I had the same problem, and I did pass a patch on to Matt.  :)

But here's a patch again.  Basically, they reved the firmware.  It seems to
work exactly the same, you just need to tweak its unusual device entry.

Attached is the oneliner fix :)

Keith

-- 
   Keith T. Garner                                        [EMAIL PROTECTED]
  The Net Squad, Internet Solutions Architect           [EMAIL PROTECTED]
    "Yea though I walk through the valley of point-and-click, I will fear no
 command line: for UNIX art with me; thy kernel and thy shell they comfort me."
--- linux/drivers/usb/storage/unusual_devs.h    Wed Feb 21 18:11:24 2001
+++ ../linux/drivers/usb/storage/unusual_devs.h Mon Mar 12 09:52:23 2001
@@ -190,7 +190,7 @@
                 US_FL_SINGLE_LUN ),
 
 #ifdef CONFIG_USB_STORAGE_SDDR09
-UNUSUAL_DEV(  0x0781, 0x0200, 0x0100, 0x0100, 
+UNUSUAL_DEV(  0x0781, 0x0200, 0x0100, 0x0208, 
                "Sandisk",
                "ImageMate SDDR-09",
                US_SC_SCSI, US_PR_EUSB_SDDR09, NULL,

Reply via email to