David Woodhouse wrote:
> On Mon, 2004-02-16 at 15:16 +0000, 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 to have exacerbated
> a problem which used to be occasional, but now seems to happen after
> every print job.
>
> I see the following, and the error repeats until I power cycle the
> printer (HPLJ 1200 on AMD768 OHCI):
>
> usb 1-1.3.2: control timeout on ep0in
> drivers/usb/class/usblp.c: usblp0: error -110 reading printer status
>
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...
--
Paulo Marques - http://www.grupopie.com
"In a world without walls and fences who needs windows and gates?"
On Thu, 2004-03-04 at 12:33 +0000, 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; thanks. Does this need backporting to 2.4 too?
--
dwmw2