On Wednesday 08 March 2006 15:46, Alan Stern wrote:
> Note the comment: sorted by quirk type.  Your new entry is in the wrong 
> position.

I should have read the whole sentence...

new patch:

--- drivers/usb/input/hid-core.c.org    2006-03-08 01:58:31.000000000 +0100
+++ drivers/usb/input/hid-core.c        2006-03-08 16:54:24.000000000 +0100
@@ -1550,6 +1550,9 @@ void hid_init_reports(struct hid_device
 #define USB_VENDOR_ID_APPLE            0x05ac
 #define USB_DEVICE_ID_APPLE_POWERMOUSE 0x0304

+#define USB_VENDOR_ID_CREATIVELABS     0x062a
+#define USB_DEVICE_ID_CREATIVELABS_SILVERCREST 0x0201
+
 /*
  * Alphabetically sorted blacklist by quirk type.
  */
@@ -1663,6 +1666,7 @@ static struct hid_blacklist {
        { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVMC, HID_QUIRK_NOGET },
        { USB_VENDOR_ID_BTC, USB_DEVICE_ID_BTC_KEYBOARD, HID_QUIRK_NOGET},
        { USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_USBHUB_KB, 
HID_QUIRK_NOGET},
+       { USB_VENDOR_ID_CREATIVELABS, USB_DEVICE_ID_CREATIVELABS_SILVERCREST, 
HID_QUIRK_NOGET },
        { USB_VENDOR_ID_TANGTOP, USB_DEVICE_ID_TANGTOP_USBPS2, HID_QUIRK_NOGET 
},

        { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_POWERMOUSE, 
HID_QUIRK_2WHEEL_POWERMOUSE },

-- 
Wolfgang


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to