Re: [linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.21-pre6

2003-04-01 Thread Alan Stern
On Mon, 31 Mar 2003, John Goerzen wrote: Matthew Dharm [EMAIL PROTECTED] writes: Can you use 'dd' to read data from the device? No, it gives an I/O error as well. However, I have good news. The following simple patch fixes it for me: --- transport.c~ 2003-03-29

Re: [linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.21-pre6

2003-04-01 Thread John Goerzen
On Tue, Apr 01, 2003 at 09:50:54AM -0500, Alan Stern wrote: + us-transport_reset(us); srb-result = DID_ABORT 16; return; } You shouldn't use that patch; it's not correct. The driver isn't supposed to reset the device after an abort, only after

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.21-pre6

2003-04-01 Thread John Goerzen
Alan Stern [EMAIL PROTECTED] writes: Based on the kernel log you posted earlier, it looks like your problem may stem from the use of a START-STOP command. The patch below removes that command; it's a backport from 2.5. Try installing this and let us know if it helps. Indeed it does!

Re: [linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.21-pre6

2003-03-31 Thread Greg KH
On Sat, Mar 29, 2003 at 11:21:52AM -0600, John Goerzen wrote: However, I notice that I still am having trouble mouting my memory stick from a Clie NX-70V. In case you're not aware, that PDA has a USB interface and an application that lets an inserted memory stick appear as a USB storage

Re: [linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.21-pre6

2003-03-31 Thread John Goerzen
On Mon, Mar 31, 2003 at 09:28:46AM -0800, Greg KH wrote: On Sat, Mar 29, 2003 at 11:21:52AM -0600, John Goerzen wrote: Mind entering this info into a bug report at bugzilla.kernel.org? Then I can assign it to the usb-storage author and maintainer :) I have submitted bug #526 with this info.

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.21-pre6

2003-03-31 Thread John Goerzen
Greg KH [EMAIL PROTECTED] writes: Mind entering this info into a bug report at bugzilla.kernel.org? Then I can assign it to the usb-storage author and maintainer :) Interestingly, I have finally coerced 2.5.66 to boot and I can report that I *can* access this device on 2.5 with no problem.

Re: [linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.21-pre6

2003-03-31 Thread John Goerzen
On Mon, Mar 31, 2003 at 09:28:46AM -0800, Greg KH wrote: However, I notice that I still am having trouble mouting my memory stick from a Clie NX-70V. In case you're not aware, that PDA has a USB interface and an application that lets an inserted memory stick appear as a USB storage

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.21-pre6

2003-03-31 Thread John Goerzen
Greg KH [EMAIL PROTECTED] writes: On Sat, Mar 29, 2003 at 11:21:52AM -0600, John Goerzen wrote: Mind entering this info into a bug report at bugzilla.kernel.org? Then I can assign it to the usb-storage author and maintainer :) Is there any other appropriate place for this given that this is

[linux-usb-devel] Re: [BK PATCH] USB changes for 2.4.21-pre6

2003-03-31 Thread John Goerzen
Matthew Dharm [EMAIL PROTECTED] writes: Can you use 'dd' to read data from the device? No, it gives an I/O error as well. However, I have good news. The following simple patch fixes it for me: --- transport.c~2003-03-29 10:00:48.0 -0600 +++ transport.c 2003-03-31