]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
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)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 2 Jul 2019 10:07:53 +0000 (12:07 +0200)
commit6a8f416ab3a5924fc8bec94aa9af8efefb7bef02
tree67b880c33fc51f2e83bbaccf57cecdb61e42b004
parentfbd12e666c6995046b4b76b99f6cf4cb841c5d2f
HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630

BugLink: https://bugs.launchpad.net/bugs/1832775
[ Upstream commit 2bafa1e9625400bec4c840a168d70ba52607a58d ]

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>
Signed-off-by: Sasha Levin (Microsoft) <sashal@kernel.org>
Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/hid/hid-quirks.c