RE: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-08-14 Thread Nate Lawson
On Wed, 30 Jul 2003, John Baldwin wrote: > On 25-Jul-2003 Nate Lawson wrote: > > Please test devices such as USB keys, USB cameras, Firewire hard disks, > > and ATAPICAM cd drives to be sure they still work with this patch. > > Especially if you've needed a quirk before, it is important to see if t

RE: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-08-14 Thread Nate Lawson
On Wed, 30 Jul 2003, John Baldwin wrote: > On 25-Jul-2003 Nate Lawson wrote: > > Please test devices such as USB keys, USB cameras, Firewire hard disks, > > and ATAPICAM cd drives to be sure they still work with this patch. > > Especially if you've needed a quirk before, it is important to see if t

RE: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-07-30 Thread John Baldwin
On 25-Jul-2003 Nate Lawson wrote: > Attached is a patch that disables ever sending 6 byte commands to buses > that do not support them. Numerous USB devices hang when receiving a 6 > byte command. For testing, this patch comments out the scsi_da quirks for > devices that I believe are addressed

Re: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-07-25 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 24 July 2003 10:00 pm, Nate Lawson wrote: > Attached is a patch that disables ever sending 6 byte commands to buses > that do not support them. Numerous USB devices hang when receiving a 6 > byte command. For testing, this patch comments

Re: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-07-25 Thread othermark
In article <[EMAIL PROTECTED]>, Nate Lawson wrote: > Content-Type: TEXT/PLAIN; charset=US-ASCII > > Attached is a patch that disables ever sending 6 byte commands to buses > that do not support them. Got this trap, it's sitting there at the prompt, let me know how I can help. The clie should be

PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-07-24 Thread Nate Lawson
Attached is a patch that disables ever sending 6 byte commands to buses that do not support them. Numerous USB devices hang when receiving a 6 byte command. For testing, this patch comments out the scsi_da quirks for devices that I believe are addressed by this patch and no longer need the quirk.