Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

USB HID: add ASUS LCM to the blacklist

Some of ASUS' notebooks (e.g G Series) include a tiny oled display, which is
attached to an internal USB bus. Unfortunatly the device reports a wrong
DeviceDescriptor and is therefore identified as a HID device...

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Christian Lamparter and committed by
Jiri Kosina
04a9b7ff 9fdcfed8

+4
+4
drivers/hid/usbhid/hid-quirks.c
··· 62 62 #define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY 0x030a 63 63 #define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY 0x030b 64 64 65 + #define USB_VENDOR_ID_ASUS 0x0b05 66 + #define USB_DEVICE_ID_ASUS_LCM 0x1726 67 + 65 68 #define USB_VENDOR_ID_ATEN 0x0557 66 69 #define USB_DEVICE_ID_ATEN_UC100KM 0x2004 67 70 #define USB_DEVICE_ID_ATEN_CS124U 0x2202 ··· 384 381 { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_24, HID_QUIRK_IGNORE }, 385 382 { USB_VENDOR_ID_AIRCABLE, USB_DEVICE_ID_AIRCABLE1, HID_QUIRK_IGNORE }, 386 383 { USB_VENDOR_ID_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232, HID_QUIRK_IGNORE }, 384 + { USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUS_LCM, HID_QUIRK_IGNORE}, 387 385 { USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD, HID_QUIRK_IGNORE }, 388 386 { USB_VENDOR_ID_CIDC, 0x0103, HID_QUIRK_IGNORE }, 389 387 { USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_HIDCOM, HID_QUIRK_IGNORE },