Petr Slansky writes:
> Hello!
>
> I have a noname enclosure for 2.5" HD with USB 1.1 interface.
> There is a chip ScanLogic SL11R-IDE inside. It doesn't work under
> Linux, it works in windows.
>
> Orginal usb id was: 0x04ce/0x0002/0x0260
> I found a recomandation to update firmware. I did it,
UFI, US_PR_CBI, NULL, 0),
+/* Reported by Peter Wächtler <[EMAIL PROTECTED]> */
+UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
+ "ScanLogic",
+ "SL11R-IDE 0049SQFP-1.2 A002",
+ US_SC_SCSI, US_PR_BULK, NULL,
+ US
by Peter Wächtler <[EMAIL PROTECTED]> */
+UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
+ "ScanLogic",
+ "SL11R-IDE 0049SQFP-1.2 A002",
+ US_SC_SCSI, US_PR_BULK, NULL,
+ US_FL_FIX_INQUIRY ),
+
+/* Reported by
,
+ "SL11R-IDE 0049SQFP-1.2 A002",
+ US_SC_SCSI, US_PR_BULK, NULL,
+ US_FL_FIX_INQUIRY ),
+
+/* Reported by Leif Sawyer */
+UNUSUAL_DEV( 0x04ce, 0x0002, 0x0240, 0x0240,
+ "H45 ScanLogic",
+ &qu
Going to take this thread private for a while
to keep traffic noise down, unless there's objections.
I'll summarise as needed.
Leif
___
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-us
Rene Engelhard responsd to:
> Leif Sawyer who wrote:
> > I've verified that this patch works for my device. What's needed
> > is to see if this dev entry could be consolidated with the version
> > that Rene uses.
> >
> > Rene -- would you be willing
Peter Wächtler [[EMAIL PROTECTED]] writes
> in response to Leif Sawyer who wrote:
> >
> > The following patch adds support for my ScanLogic-based
> > adapter, OEM'd by H45 technology corp (www.h45.com)
> >
>
> Does this device uses exactly the same USB
Based on work by Rene Engelhard, and reports from others
on the LKML list, it looks like a fix is near final.
The following patch adds support for my ScanLogic-based
adapter, OEM'd by H45 technology corp (www.h45.com)
There are other folk who have written about this device,
and as it seems to ha
Rene,
I think that while this patch may work for you, it's not the right way
to go about it.
Instead of changing the source for all devices that use transport.c,
you should create a flag (see usb.h), say US_FL_SLIDE_BUG, and set
it within the definition in unusual_devs.h
Then the logic in trans
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 so
are still being worked out. Perhaps just
+ this little view will spurr some further work by others..
+ 12/19/01 - Leif Sawyer <[EMAIL PROTECTED]> */
+UNUSUAL_DEV( 0x04e6, 0x1010, 0x0005, 0x0006,
+ "Microtech",
+ "ZiO F
11 matches
Mail list logo