Skip to content

Commit 3045696

Browse files
jwrdegoedeJiri Kosina
authored andcommitted
HID: quirks: Remove ITE 8595 entry from hid_have_special_driver
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 <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 12fb2b9 commit 3045696

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/hid/hid-quirks.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,6 @@ static const struct hid_device_id hid_have_special_driver[] = {
397397
{ HID_USB_DEVICE(USB_VENDOR_ID_HOLTEK_ALT, USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A081) },
398398
{ HID_USB_DEVICE(USB_VENDOR_ID_HOLTEK_ALT, USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A0C2) },
399399
#endif
400-
#if IS_ENABLED(CONFIG_HID_ITE)
401-
{ HID_USB_DEVICE(USB_VENDOR_ID_ITE, USB_DEVICE_ID_ITE8595) },
402-
#endif
403400
#if IS_ENABLED(CONFIG_HID_ICADE)
404401
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_ION, USB_DEVICE_ID_ICADE) },
405402
#endif

0 commit comments

Comments
 (0)