[linux-usb-devel] RE: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Leif Sawyer
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

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Rene Engelhard
Leif Sawyer wrote: > > It does _not_ work, not with your patch in orginal and nor with the > > 0x0074 instead. > > > > Rene > > So we will need two device entries. 0074, which does not need the > FIX_INQUIRY, and 0260 which DOES. > > +UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074, > +

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Peter Wächtler
Leif Sawyer schrieb: > > 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 to give th

[linux-usb-devel] RE: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Leif Sawyer
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 to give this a go? The only thing > > that wou

Re: [linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Matthew Dharm
Leif -- I'm not going to patch anything until either: (a) You determine what's wrong with Rene's setup and fix it, or (b) You determine that your issue is orthogonal to his Matt On Tue, Jan 08, 2002 at 09:21:37PM +0100, Rene Engelhard wrote: > Leif Sawyer wrote: > > I've verified that this patc

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Rene Engelhard
Leif Sawyer 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 to give this a go? The only thing > that would need to be changed is the Minimum Rev, so t

[linux-usb-devel] RE: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Leif Sawyer
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 USB2ATA chip: > ScanLogic SL11R-IDE? > I reme

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Peter Wächtler
Leif Sawyer schrieb: > > 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 ab

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Rene Engelhard
Leif Sawyer wrote: > There are other folk who have written about this device, > and as it seems to have the same issue as the device that > Rene wrote his patch for. I hope, I hope... > I've verified that this patch works for my device. What's needed > is to see if this dev entry could be consol

[linux-usb-devel] RE: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-08 Thread Leif Sawyer
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

[linux-usb-devel] Re: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-07 Thread Greg KH
On Mon, Jan 07, 2002 at 11:47:46AM -0900, Leif Sawyer wrote: > > Greg? Your opinions on the right way to work this? Actually Matt is the right one to solicit opinions on this issue, as he's the maintainer for this chunk of code and will have to live with the patch :) thanks, greg k-h

[linux-usb-devel] RE: [PATCH] Getting ScanLogic USB-ATAPI Adapter to work

2002-01-07 Thread Leif Sawyer
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