lkml.org 
[lkml]   [2000]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] USB plusb driver fix for test10-pre2
On Thu, Oct 12, 2000 at 08:06:46AM -0400, tytso@mit.edu 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");[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 12:41    [W:0.403 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site