Dylan,

It looks like you're using an H45 technologies USB->IDE adapter (or equiv).
At least, that's the exact same vendor/product that i've got on mine.

This doesn't work with any 2.4 kernel right now.  There's no
information for this device in drivers/usb/storage/unusual_devs.h

There's been some work on the usb-storage.c file, which may help
out once it's completed.

in the mean time, you can add these lines to
drivers/usb/storage/unusual_devs.h
manually, and get a little closer to using this.  (I'm going to use this
interface with my MSN companion. w00t!)

This is from memory, but around line 90, add:

UNUSUAL_DEV( 0x04ce, 0x0002, 0x0200, 0x0260,
        "ScanLogic", 
        "H45/ScanLogic USB-IDE",
        US_SC_SCSI, US_PR_BULK, NULL, US_FL_FIX_INQUIRY),

Leif

> -----Original Message-----
> From: Dylan Egan [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, January 06, 2002 10:12 PM
> To: Greg KH; [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Subject: Re: 2.4.17 - hanging due to usb
> 
> 
> T:  Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
> D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor=04ce ProdID=0002 Rev= 2.60
> S:  Manufacturer=ScanLogic USBIDE
> S:  Product=ScanLogic USBIDE
> C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
> I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)
> E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
> B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0

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

Reply via email to