On Thu, Oct 12, 2000 at 08:06:46AM -0400, [EMAIL PROTECTED] wrote:
> 
>      * USB: fix setting urb->dev in plusb, wacom, mdc800) (Greg KH)
>        {CRITICAL}

Attached is a patch against 2.4.0-test10-pre2 for the plusb.c driver to
fix this problem.

Could anyone who has this device, verify that this patch works properly
and enables the device to work again?

thanks,

greg k-h

-- 
greg@(kroah|wirex).com
diff -Naur -X dontdiff linux-2.4.0-test10-pre2/drivers/usb/plusb.c 
linux-2.4.0-test10-pre2-greg/drivers/usb/plusb.c
--- linux-2.4.0-test10-pre2/drivers/usb/plusb.c Wed Sep 27 22:46:58 2000
+++ linux-2.4.0-test10-pre2-greg/drivers/usb/plusb.c    Fri Oct 13 00:05:23 2000
@@ -245,6 +245,7 @@
                        return;
                }
                
+               s->bulkurb->dev = s->usbdev;
                ret=usb_submit_urb(s->bulkurb);
                if(ret && ret!=-EBUSY) {
                        err("plusb_int_complete: usb_submit_urb failed");

PGP signature

Reply via email to