Re: [linux-usb-devel] Re: [BUG] usblp_write spins forever after an error

2004-03-05 Thread Paulo Marques
David Woodhouse wrote: On Thu, 2004-03-04 at 12:33 +, Paulo Marques wrote: Yes, unfortunately it did went into 2.6.4-rc1. However it is already corrected in 2.6.4-rc2. Luckily it didn't went into any "non-rc" official release. Please try 2.6.4-rc2, and check to see if the bug went away...

Re: [linux-usb-devel] Re: [BUG] usblp_write spins forever after an error

2004-03-05 Thread David Woodhouse
On Thu, 2004-03-04 at 12:33 +, Paulo Marques wrote: > Yes, unfortunately it did went into 2.6.4-rc1. However it is already corrected > in 2.6.4-rc2. Luckily it didn't went into any "non-rc" official release. > > Please try 2.6.4-rc2, and check to see if the bug went away... Seems to work; th

Re: [linux-usb-devel] Re: [BUG] usblp_write spins forever after an error

2004-03-04 Thread Paulo Marques
David Woodhouse wrote: On Mon, 2004-02-16 at 15:16 +, Paulo Marques wrote: This patch corrected a problem for me, that happened when a printer presents an out-of-paper status while printing a document. The driver would send endless garbage to the printer. This patch went in to 2.6.4-rc1, d

Re: [linux-usb-devel] Re: [BUG] usblp_write spins forever after an error

2004-03-04 Thread David Woodhouse
On Mon, 2004-02-16 at 15:16 +, Paulo Marques wrote: > This patch corrected a problem for me, that happened when a printer presents an > out-of-paper status while printing a document. The driver would send endless > garbage to the printer. This patch went in to 2.6.4-rc1, didn't it? It seems

Re: [linux-usb-devel] Re: [BUG] usblp_write spins forever after an error

2004-02-16 Thread Paulo Marques
Greg KH wrote: On Sun, Feb 15, 2004 at 01:55:32PM -0800, Andy Lutomirski wrote: I recently cancelled a print job with the printer's cancel function, and the CUPS backend got stuck in usblp_write (using 100% CPU and not responding to signals). I wrote a patch some time ago to correct a bug exac