patch-2.4.19 linux-2.4.19/drivers/usb/usbmouse.c

Next file: linux-2.4.19/drivers/usb/usbnet.c
Previous file: linux-2.4.19/drivers/usb/usb.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/usb/usbmouse.c linux-2.4.19/drivers/usb/usbmouse.c
@@ -114,7 +114,9 @@
 	endpoint = interface->endpoint + 0;
 	if (!(endpoint->bEndpointAddress & 0x80)) return NULL;
 	if ((endpoint->bmAttributes & 3) != 3) return NULL;
-
+	/* wacom tablets match... */
+ 	if (dev->descriptor.idVendor == 0x056a) return NULL;
+	
 	pipe = usb_rcvintpipe(dev, endpoint->bEndpointAddress);
 	maxp = usb_maxpacket(dev, pipe, usb_pipeout(pipe));
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)