]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
HID: quirks: Remove ITE 8595 entry from hid_have_special_driver
authorHans de Goede <hdegoede@redhat.com>
Fri, 31 Jan 2020 12:46:25 +0000 (13:46 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 12 Feb 2020 13:20:28 +0000 (14:20 +0100)
The ITE 8595 chip used in various 2-in-1 keyboard docks works fine with
the hid-generic driver (minus the RF_KILL key) and also keeps working fine
when swapping drivers, so there is no need to have it in the
hid_have_special_driver list.

Note the other 2 USB ids in hid-ite.c were never added to
hid_have_special_driver.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-quirks.c

index 0e7b2d998395a91f5d5f9109443501707fe964fc..503cfbe207abaaab98af05694147a36e5a596bd1 100644 (file)
@@ -397,9 +397,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