Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-02-12 Thread Rainer Weikusat
Greg KH <[EMAIL PROTECTED]> writes: > On Mon, Feb 12, 2007 at 03:30:22PM +0100, Rainer Weikusat wrote: [...] >> If you want to fix it only if you can claim to have written the code, >> fine. > > I do not claim I have rewritten the code, if you look, you get full > authorship credit for this fix,

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-02-12 Thread Greg KH
On Mon, Feb 12, 2007 at 03:30:22PM +0100, Rainer Weikusat wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > On Tue, Jan 30, 2007 at 06:40:10PM +0100, Rainer Weikusat wrote: > >> Greg KH <[EMAIL PROTECTED]> writes: > >> > >> [...] > >> > >> > Rainer's problem is a real bug in the USB driver code, w

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-02-12 Thread Rainer Weikusat
Greg KH <[EMAIL PROTECTED]> writes: > On Tue, Jan 30, 2007 at 06:40:10PM +0100, Rainer Weikusat wrote: >> Greg KH <[EMAIL PROTECTED]> writes: >> >> [...] >> >> > Rainer's problem is a real bug in the USB driver code, which we need to >> > work on getting fixed, > > Ok, here's an updated version,

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-02-03 Thread Greg KH
On Tue, Jan 30, 2007 at 06:40:10PM +0100, Rainer Weikusat wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > [...] > > > Rainer's problem is a real bug in the USB driver code, which we need to > > work on getting fixed, Ok, here's an updated version, that should tell us where things are going wron

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-01-30 Thread Rainer Weikusat
Greg KH <[EMAIL PROTECTED]> writes: [...] > Rainer's problem is a real bug in the USB driver code, which we need to > work on getting fixed, [...] To clarify this: My 'problem' was that my USB-to-serial converter stopped working with the 2.6.19 release end of November 2007. It wasn't until end

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-01-29 Thread Greg KH
On Mon, Jan 29, 2007 at 01:31:09AM +, Oleg Verych wrote: > > > From: Rainer Weikusat > > Newsgroups: gmane.linux.kernel > > Subject: Re: unfixed regression in 2.6.20-rc6 (since 2.6.19) > > Date: Sun, 28 Jan 2007 14:34:56 +0100 > > Hallo. > &g

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-01-28 Thread Oleg Verych
> From: Rainer Weikusat > Newsgroups: gmane.linux.kernel > Subject: Re: unfixed regression in 2.6.20-rc6 (since 2.6.19) > Date: Sun, 28 Jan 2007 14:34:56 +0100 Hallo. > Greg KH <[EMAIL PROTECTED]> writes: [] >> Please work to see what is wrong with the existing patch.

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-01-28 Thread Rainer Weikusat
Greg KH <[EMAIL PROTECTED]> writes: > On Fri, Jan 26, 2007 at 11:43:22AM +0100, Rainer Weikusat wrote: >> Greg KH <[EMAIL PROTECTED]> writes: >> > On Thu, Jan 25, 2007 at 04:20:55PM +0100, Rainer Weikusat wrote: >> >> 2.6.19 introduced changes to the UHCI handling of interrupt URBs that >> >> cause

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-01-26 Thread Greg KH
On Fri, Jan 26, 2007 at 11:43:22AM +0100, Rainer Weikusat wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > On Thu, Jan 25, 2007 at 04:20:55PM +0100, Rainer Weikusat wrote: > >> 2.6.19 introduced changes to the UHCI handling of interrupt URBs that > >> caused at least some keyspan USB-to-serial conv

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-01-26 Thread Rainer Weikusat
Greg KH <[EMAIL PROTECTED]> writes: > On Thu, Jan 25, 2007 at 04:20:55PM +0100, Rainer Weikusat wrote: >> 2.6.19 introduced changes to the UHCI handling of interrupt URBs that >> caused at least some keyspan USB-to-serial converters to fail, [...] > I copied you when this patch was added to my tr

Re: unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-01-25 Thread Greg KH
On Thu, Jan 25, 2007 at 04:20:55PM +0100, Rainer Weikusat wrote: > 2.6.19 introduced changes to the UHCI handling of interrupt URBs that > caused at least some keyspan USB-to-serial converters to fail, because > the driver code incorrectly assumes that all URBs of the device are > bulk URBs, while

unfixed regression in 2.6.20-rc6 (since 2.6.19)

2007-01-25 Thread Rainer Weikusat
2.6.19 introduced changes to the UHCI handling of interrupt URBs that caused at least some keyspan USB-to-serial converters to fail, because the driver code incorrectly assumes that all URBs of the device are bulk URBs, while some of them (in the default configuration) are actually interrupt URBs.