diff options
author | Jeremy Roberson <jroberson@gtcocalcomp.com> | 2007-02-14 18:14:19 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-16 18:32:22 -0500 |
commit | 7426fa8081766158525e063d69ad129744c42cd7 (patch) | |
tree | b150c84b1ae6a82dc1d684bbc0910deca11cb0fc /drivers/usb/input | |
parent | 892705a1e1b4d0f9f6c5ac57f777b8055525bf68 (diff) |
USB: hid-core.c: Removes GTCO CalComp Interwrite IPanel PIDs from blacklist
Removes our GTCO CalComp Interwrite IPanels from the hid-core.c blacklist
because the HID Driver properly handles them.
Signed-off-by: Jeremy A. Roberson <jroberson@gtcocalcomp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input')
-rw-r--r-- | drivers/usb/input/hid-core.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c index 02dd239ce025..ef09952f2039 100644 --- a/drivers/usb/input/hid-core.c +++ b/drivers/usb/input/hid-core.c | |||
@@ -549,7 +549,6 @@ void usbhid_init_reports(struct hid_device *hid) | |||
549 | } | 549 | } |
550 | 550 | ||
551 | #define USB_VENDOR_ID_GTCO 0x078c | 551 | #define USB_VENDOR_ID_GTCO 0x078c |
552 | #define USB_VENDOR_ID_GTCO_IPANEL_2 0x5543 | ||
553 | #define USB_DEVICE_ID_GTCO_90 0x0090 | 552 | #define USB_DEVICE_ID_GTCO_90 0x0090 |
554 | #define USB_DEVICE_ID_GTCO_100 0x0100 | 553 | #define USB_DEVICE_ID_GTCO_100 0x0100 |
555 | #define USB_DEVICE_ID_GTCO_101 0x0101 | 554 | #define USB_DEVICE_ID_GTCO_101 0x0101 |
@@ -595,8 +594,6 @@ void usbhid_init_reports(struct hid_device *hid) | |||
595 | #define USB_DEVICE_ID_GTCO_1004 0x1004 | 594 | #define USB_DEVICE_ID_GTCO_1004 0x1004 |
596 | #define USB_DEVICE_ID_GTCO_1005 0x1005 | 595 | #define USB_DEVICE_ID_GTCO_1005 0x1005 |
597 | #define USB_DEVICE_ID_GTCO_1006 0x1006 | 596 | #define USB_DEVICE_ID_GTCO_1006 0x1006 |
598 | #define USB_DEVICE_ID_GTCO_8 0x0008 | ||
599 | #define USB_DEVICE_ID_GTCO_d 0x000d | ||
600 | 597 | ||
601 | #define USB_VENDOR_ID_WACOM 0x056a | 598 | #define USB_VENDOR_ID_WACOM 0x056a |
602 | 599 | ||
@@ -855,8 +852,6 @@ static const struct hid_blacklist { | |||
855 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1004, HID_QUIRK_IGNORE }, | 852 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1004, HID_QUIRK_IGNORE }, |
856 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1005, HID_QUIRK_IGNORE }, | 853 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1005, HID_QUIRK_IGNORE }, |
857 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1006, HID_QUIRK_IGNORE }, | 854 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1006, HID_QUIRK_IGNORE }, |
858 | { USB_VENDOR_ID_GTCO_IPANEL_2, USB_DEVICE_ID_GTCO_8, HID_QUIRK_IGNORE }, | ||
859 | { USB_VENDOR_ID_GTCO_IPANEL_2, USB_DEVICE_ID_GTCO_d, HID_QUIRK_IGNORE }, | ||
860 | { USB_VENDOR_ID_IMATION, USB_DEVICE_ID_DISC_STAKKA, HID_QUIRK_IGNORE }, | 855 | { USB_VENDOR_ID_IMATION, USB_DEVICE_ID_DISC_STAKKA, HID_QUIRK_IGNORE }, |
861 | { USB_VENDOR_ID_KBGEAR, USB_DEVICE_ID_KBGEAR_JAMSTUDIO, HID_QUIRK_IGNORE }, | 856 | { USB_VENDOR_ID_KBGEAR, USB_DEVICE_ID_KBGEAR_JAMSTUDIO, HID_QUIRK_IGNORE }, |
862 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_CASSY, HID_QUIRK_IGNORE }, | 857 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_CASSY, HID_QUIRK_IGNORE }, |