aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/hid-quirks.c
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2020-04-01 12:27:16 +0200
committerJiri Kosina <jkosina@suse.cz>2020-04-01 12:27:16 +0200
commitf454d9a378a1ccb676adfa6e2449ef17e66696b5 (patch)
treea0a1d82701a70f136ffd3199990dc5f468baa949 /drivers/hid/hid-quirks.c
parentMerge branch 'for-5.7/appleir' into for-linus (diff)
parentHID: quirks: Remove ITE 8595 entry from hid_have_special_driver (diff)
downloadwireguard-linux-f454d9a378a1ccb676adfa6e2449ef17e66696b5.tar.xz
wireguard-linux-f454d9a378a1ccb676adfa6e2449ef17e66696b5.zip
Merge branch 'for-5.7/core' into for-linus
- device-specific (ITE 8595) fix from Hans de Goede
Diffstat (limited to 'drivers/hid/hid-quirks.c')
-rw-r--r--drivers/hid/hid-quirks.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hid/hid-quirks.c b/drivers/hid/hid-quirks.c
index 3735546bb524..ebec818344af 100644
--- a/drivers/hid/hid-quirks.c
+++ b/drivers/hid/hid-quirks.c
@@ -398,9 +398,6 @@ static const struct hid_device_id hid_have_special_driver[] = {
{ HID_USB_DEVICE(USB_VENDOR_ID_HOLTEK_ALT, USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A081) },
{ HID_USB_DEVICE(USB_VENDOR_ID_HOLTEK_ALT, USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A0C2) },
#endif
-#if IS_ENABLED(CONFIG_HID_ITE)
- { HID_USB_DEVICE(USB_VENDOR_ID_ITE, USB_DEVICE_ID_ITE8595) },
-#endif
#if IS_ENABLED(CONFIG_HID_ICADE)
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_ION, USB_DEVICE_ID_ICADE) },
#endif