Oliver Neukum wrote:

> > > Is this error
> > > drivers/usb/class/usblp.c: usblp0: nonzero read/write bulk status received: -104
> > > repeatable?
> > Yes. Looks as if once/reboot (I've just checked my logs); with
> > -test2-bk2 and -test3.
> > > Were you the whom I sent the diagnostic which which gave no results?
> > No, any problems with usblp previously. :)
> Does this help?
>
@@ -629,6 +629,7 @@
>                       if (!timeout) {
>                               /* we timed out and need to bail out cleanly */
>                               usb_unlink_urb(usblp->writeurb);
> +                             usblp->writeurb->status = 0;
>                               return writecount ? writecount : -EIO;

Well, behaviour is different now - after printing those 2cm
printer doesn't wait anymore, but feeds page and then print
some garbage, which seems to be some random part of memory - once
for example something that appears to be HTTP negotiation.

No more CPU-hungry usb process, so cups could probably send
all he wanted to send...

jk

-- 
Jacek Kawa


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to