Skip to content

Commit b03e577

Browse files
hkallweitbentiss
authored andcommitted
HID: quirks: remove hid-led devices from hid_have_special_driver
Since e04a044 ("HID: core: remove the absolute need of hid_have_special_driver[]") it's no longer needed to list these LED devices in hid_have_special_driver[]. This allows libraries needing access to the hidraw device to work properly. Signed-off-by: Heiner Kallweit <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 2dbc6f1 commit b03e577

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/hid/hid-quirks.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -419,13 +419,6 @@ static const struct hid_device_id hid_have_special_driver[] = {
419419
#if IS_ENABLED(CONFIG_HID_LCPOWER)
420420
{ HID_USB_DEVICE(USB_VENDOR_ID_LCPOWER, USB_DEVICE_ID_LCPOWER_LC1000) },
421421
#endif
422-
#if IS_ENABLED(CONFIG_HID_LED)
423-
{ HID_USB_DEVICE(USB_VENDOR_ID_DREAM_CHEEKY, USB_DEVICE_ID_DREAM_CHEEKY_WN) },
424-
{ HID_USB_DEVICE(USB_VENDOR_ID_DREAM_CHEEKY, USB_DEVICE_ID_DREAM_CHEEKY_FA) },
425-
{ HID_USB_DEVICE(USB_VENDOR_ID_MICROCHIP, USB_DEVICE_ID_LUXAFOR) },
426-
{ HID_USB_DEVICE(USB_VENDOR_ID_RISO_KAGAKU, USB_DEVICE_ID_RI_KA_WEBMAIL) },
427-
{ HID_USB_DEVICE(USB_VENDOR_ID_THINGM, USB_DEVICE_ID_BLINK1) },
428-
#endif
429422
#if IS_ENABLED(CONFIG_HID_LENOVO)
430423
{ HID_USB_DEVICE(USB_VENDOR_ID_LENOVO, USB_DEVICE_ID_LENOVO_TPKBD) },
431424
{ HID_USB_DEVICE(USB_VENDOR_ID_LENOVO, USB_DEVICE_ID_LENOVO_CUSBKBD) },

0 commit comments

Comments
 (0)