HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630
authorJeffrey Hugo <jeffrey.l.hugo@gmail.com>
Tue, 26 Mar 2019 16:55:54 +0000 (09:55 -0700)
committerJiri Kosina <jkosina@suse.cz>
Wed, 27 Mar 2019 13:16:50 +0000 (14:16 +0100)
commit2bafa1e9625400bec4c840a168d70ba52607a58d
treed453eccc2e59f7f60f471e3be50d0212c4ff891a
parentfd35759ce32b60d3eb52436894bab996dbf8cffa
HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630

Similar to commit edfc3722cfef ("HID: quirks: Fix keyboard + touchpad on
Toshiba Click Mini not working"), the Lenovo Miix 630 has a combo
keyboard/touchpad device with vid:pid of 04F3:0400, which is shared with
Elan touchpads.  The combo on the Miix 630 has an ACPI id of QTEC0001,
which is not claimed by the elan_i2c driver, so key on that similar to
what was done for the Toshiba Click Mini.

Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-quirks.c