]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: ite: Add USB id match for Acer One S1003 keyboard dock
authorHans de Goede <hdegoede@redhat.com>
Tue, 1 Sep 2020 07:56:42 +0000 (09:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2020 09:08:26 +0000 (10:08 +0100)
commit3f07687e959eb64e98edb257d3ca347d9b2bb701
treed5a9db4b73ee241d05fe109bb2a363d74088b2ea
parent0c1943f203c2da9e78dae5fb1dbbfd2bf1a11aa9
HID: ite: Add USB id match for Acer One S1003 keyboard dock

[ Upstream commit 5bf2f2f331ad812c9b7eea6e14a3ea328acbffc0 ]

The Acer One S1003 2-in-1 keyboard dock uses a Synaptics S910xx touchpad
which is connected to an ITE 8910 USB keyboard controller chip.

This keyboard has the same quirk for its rfkill / airplane mode hotkey as
other keyboards with ITE keyboard chips, it only sends a single release
event when pressed and released, it never sends a press event.

This commit adds this keyboards USB id to the hid-ite id-table, fixing
the rfkill key not working on this keyboard. Note that like for the
Acer Aspire Switch 10 (SW5-012) the id-table entry matches on the
HID_GROUP_GENERIC generic group so that hid-ite only binds to the
keyboard interface and the mouse/touchpad interface is left untouched
so that hid-multitouch can bind to it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-ids.h
drivers/hid/hid-ite.c