> From: Oliver Neukum <[EMAIL PROTECTED]>
> Date: Thu, 7 Nov 2002 23:42:34 +0100

> if we wrote some bytes we need to admit it even if we'd otherwise return
> -EAGAIN. Any news on Linus' printing problem incidentally?

>               if (!usblp->wcomplete) {
>                       barrier();
>                       if (file->f_flags & O_NONBLOCK)
> -                             return -EAGAIN;
> +                             return count ? count : -EAGAIN;
>  
>                       timeout = USBLP_WRITE_TIMEOUT;

Looks ok at first glance

-- Pete


-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to