Skip to content

Commit ac2d989

Browse files
author
Jiri Kosina
committed
HID: quirk for OLED devices present in ASUS G50/G70/G71
The new revision of OLED device (0x0b05/0x175b) found in ASUS G50/G70/G71 should be ignored the same way we currently do for 0x1726, so that asus_oled driver can make use of the device. Reported-by: Costin Grigoras <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 550cb3c commit ac2d989

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/hid/hid-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@ static const struct hid_device_id hid_ignore_list[] = {
14051405
{ HID_USB_DEVICE(USB_VENDOR_ID_AIRCABLE, USB_DEVICE_ID_AIRCABLE1) },
14061406
{ HID_USB_DEVICE(USB_VENDOR_ID_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232) },
14071407
{ HID_USB_DEVICE(USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUS_LCM)},
1408+
{ HID_USB_DEVICE(USB_VENDOR_ID_ASUS, USB_DEVICE_ID_ASUS_LCM2)},
14081409
{ HID_USB_DEVICE(USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD) },
14091410
{ HID_USB_DEVICE(USB_VENDOR_ID_CIDC, 0x0103) },
14101411
{ HID_USB_DEVICE(USB_VENDOR_ID_CYGNAL, USB_DEVICE_ID_CYGNAL_RADIO_SI470X) },

drivers/hid/hid-ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989

9090
#define USB_VENDOR_ID_ASUS 0x0b05
9191
#define USB_DEVICE_ID_ASUS_LCM 0x1726
92+
#define USB_DEVICE_ID_ASUS_LCM2 0x175b
9293

9394
#define USB_VENDOR_ID_ATEN 0x0557
9495
#define USB_DEVICE_ID_ATEN_UC100KM 0x2004

0 commit comments

Comments
 (0)