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 10

re: [linux-usb-devel] problem with Ego technology music disk MD100USB storage device (add PowerColor MUSICDISK too)

2003-04-01 Thread Alan Stern
(Unfortunately the sourceforge mail archive doesn't include complete sender addresses, so I can't copy this message to Peter De Schrijver.) On 31 Mar 2003, Chris Worley wrote: > [I didn't see this in the archives from Sunday; I apologize if this is a > repost; if there is a more appropriate plac

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

Re: [linux-usb-devel] Re: Keyspan 49W/49WLC Panic with 2.4.21-pre5 bk latest

2003-04-01 Thread Nick Craig-Wood
On Fri, Mar 21, 2003 at 05:29:45PM -0800, Greg KH wrote: > On Fri, Mar 21, 2003 at 12:51:15PM +, Nick Craig-Wood wrote: > > I first noticed this problem in the 2.4.20 kernel. I checked out the > > latest bk kernel from bk://linuxusb.bkbits.net/usb-2.4 to test if the > > problem was still there

Re: [linux-usb-devel] Re: Keyspan 49W/49WLC Panic with 2.4.21-pre5 bk latest

2003-04-01 Thread Greg KH
On Tue, Apr 01, 2003 at 05:24:11PM +0100, Nick Craig-Wood wrote: > On Fri, Mar 21, 2003 at 05:29:45PM -0800, Greg KH wrote: > > On Fri, Mar 21, 2003 at 12:51:15PM +, Nick Craig-Wood wrote: > > > I first noticed this problem in the 2.4.20 kernel. I checked out the > > > latest bk kernel from bk

Re: [linux-usb-devel] Re: Keyspan 49W/49WLC Panic with 2.4.21-pre5 bk latest

2003-04-01 Thread Nick Craig-Wood
On Tue, Apr 01, 2003 at 09:05:16AM -0800, Greg KH wrote: > On Tue, Apr 01, 2003 at 05:24:11PM +0100, Nick Craig-Wood wrote: > > I tried 2.5.66 and yes it no longer Oopses on close! I tried it 100 > > times on USA-49W and USA-49WLC just to be sure. > > Good :) > > > Is it easy to break out a patc

Re: [linux-usb-devel] Re: Keyspan 49W/49WLC Panic with 2.4.21-pre5 bk latest

2003-04-01 Thread Greg KH
On Tue, Apr 01, 2003 at 06:52:44PM +0100, Nick Craig-Wood wrote: > It sets up the ttys into the mode suggested on the command line, sets > them non-blocking then launches into an infinite read() and write() > loop. > > For each port... > > It generates some random data if it hasn't got any >

[linux-usb-devel] (no subject)

2003-04-01 Thread dupont rémy
Hello I try to make a MP3 driver base on Usb-skeleton file for the Mpgio mp3 player actually me and a friend have sniffed the mp3 player on Windows with usb snoopy pro, it work fine , having a good log (I can send you if you want) but the big problem is about the reverse engine when we send con

Re: [linux-usb-devel] Re: Keyspan 49W/49WLC Panic with 2.4.21-pre5 bk latest

2003-04-01 Thread Pete Zaitcev
Speaking of Keyspan, one gentleman complains of serial stream corruption with a 2.4.21-pre4 based kernel and 49W. RH bz#86590. I have no idea what to do about it, perhaps I should buy myself one of those things. -- Pete --- This SF.net email is

[linux-usb-devel] report ID in HID SET_REPORT (APC BackUPS CS)

2003-04-01 Thread Sergey Vlasov
Hello! I am trying to get the UPS shutdown working on APC BackUPS CS 500. Its HID report descriptor has many report IDs; the full dump from hid-core.c is at the end of message. The value which needs to be set is: FEATURE(64)[FEATURE] Field(0) Physical(ff86.0005) Usage(1)

[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] problem with Ego technology music disk MD100USB storage device (add PowerColor MUSICDISK too)

2003-04-01 Thread Chris Worley
Bingo. This worked great. There was a little tweak on the sd.c patch for the 2.4.19 kernel, but it was apparent. Thanks! Chris On Tue, 2003-04-01 at 07:59, Alan Stern wrote: > (Unfortunately the sourceforge mail archive doesn't include complete > sender addresses, so I can't copy this message