All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hid-core.c, 2.6.13-rc4. (Was: [PATCH] Wireless Security Lock driver).
@ 2005-07-31 15:10 Brian Schau
  0 siblings, 0 replies; only message in thread
From: Brian Schau @ 2005-07-31 15:10 UTC (permalink / raw)
  To: LKML

Hello,


I stand corrected.   The WSL driver is _not_ needed as it actually is possible
to use libusb.   However, you need this little patch to hid-core.c:

diff -urN linux-2.6.13-rc4.orig/drivers/usb/input/hid-core.c linux-2.6.13-rc4/drivers/usb/input/hid-core.c
--- linux-2.6.13-rc4.orig/drivers/usb/input/hid-core.c	2005-07-29 00:44:44.000000000 +0200
+++ linux-2.6.13-rc4/drivers/usb/input/hid-core.c	2005-07-29 23:21:19.000000000 +0200
@@ -1375,6 +1375,7 @@
  #define USB_VENDOR_ID_CYPRESS		0x04b4
  #define USB_DEVICE_ID_CYPRESS_MOUSE	0x0001
  #define USB_DEVICE_ID_CYPRESS_HIDCOM	0x5500
+#define USB_DEVICE_ID_CYPRES_ULTRAMOUSE	0x7417

  #define USB_VENDOR_ID_BERKSHIRE		0x0c98
  #define USB_DEVICE_ID_BERKSHIRE_PCWD	0x1140
@@ -1465,6 +1466,7 @@
  	{ USB_VENDOR_ID_CODEMERCS, USB_DEVICE_ID_CODEMERCS_IOW48, HID_QUIRK_IGNORE },
  	{ USB_VENDOR_ID_CODEMERCS, USB_DEVICE_ID_CODEMERCS_IOW28, HID_QUIRK_IGNORE },
  	{ USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_HIDCOM, HID_QUIRK_IGNORE },
+	{ USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRES_ULTRAMOUSE, HID_QUIRK_IGNORE },
  	{ USB_VENDOR_ID_DELORME, USB_DEVICE_ID_DELORME_EARTHMATE, HID_QUIRK_IGNORE },
  	{ USB_VENDOR_ID_DELORME, USB_DEVICE_ID_DELORME_EM_LT20, HID_QUIRK_IGNORE },
  	{ USB_VENDOR_ID_ESSENTIAL_REALITY, USB_DEVICE_ID_ESSENTIAL_REALITY_P5, HID_QUIRK_IGNORE },


Thanks to Pavel et al for pointing out the obvious!   And, I am sorry for
creating noise on the list (the driver, however, was fun to write, so :-/)

/brian

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-31 15:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-31 15:10 [PATCH] hid-core.c, 2.6.13-rc4. (Was: [PATCH] Wireless Security Lock driver) Brian Schau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.