Re: [linux-usb-devel] fix for transient error in usb printer driver

2006-11-29 Thread Willy Tarreau
On Wed, Nov 29, 2006 at 01:06:52PM +0100, Oliver Neukum wrote: > Hi, > > this is a port of a fix for 2.6 which handles transient errors while > writing to the printer. The buffer has to be marked free again if > urb submission fails, as the completion handler can't do it. > Please apply to the 2.4

[linux-usb-devel] fix for transient error in usb printer driver

2006-11-29 Thread Oliver Neukum
Hi, this is a port of a fix for 2.6 which handles transient errors while writing to the printer. The buffer has to be marked free again if urb submission fails, as the completion handler can't do it. Please apply to the 2.4 tree. Regards Oliver Signed-off-by: Oliver Neuku