Skip to content

Commit

Permalink
Let hid_rmi handle touchpad device MSFT0001:00 04F3:3140
Browse files Browse the repository at this point in the history
Lenovo Legion-5 15ARH05 ships two different touchpad devices from the
vendors SYNAPTICS and ELAN.
  • Loading branch information
coiby committed Aug 11, 2020
1 parent cca3738 commit 53d8f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hid/hid-rmi.c
Expand Up @@ -759,6 +759,7 @@ static const struct hid_device_id rmi_id[] = {
{ HID_USB_DEVICE(USB_VENDOR_ID_LENOVO, USB_DEVICE_ID_LENOVO_X1_COVER) },
{ HID_USB_DEVICE(USB_VENDOR_ID_PRIMAX, USB_DEVICE_ID_PRIMAX_REZEL) },
{ HID_I2C_DEVICE(I2C_VENDOR_ID_SYNAPTICS, 0x7f28) },
{ HID_I2C_DEVICE(USB_VENDOR_ID_ELAN, 0x3140) },
{ HID_USB_DEVICE(USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_ACER_SWITCH5),
.driver_data = RMI_DEVICE_OUTPUT_SET_REPORT },
{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_RMI, HID_ANY_ID, HID_ANY_ID) },
Expand Down

0 comments on commit 53d8f9c

Please sign in to comment.