]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: multitouch: fix support for Goodix PID 0x01e9
authorJiri Kosina <jkosina@suse.com>
Thu, 12 Dec 2024 09:19:32 +0000 (10:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 11:49:56 +0000 (12:49 +0100)
commita57bce750a52694a7eee54a1588abc086b926c61
tree07d0bff6fd72e79470fb72c8b7b09b5b902d5356
parent25c30f9024385e8a69838aab8d6dc2bf34eee269
HID: multitouch: fix support for Goodix PID 0x01e9

[ Upstream commit 8ade5e05bd094485ce370fad66a6a3fb6f50bfbc ]

Commit c8000deb68365b ("HID: multitouch: Add support for GT7868Q") added
support for 0x01e8 and 0x01e9, but the mt_device[] entries were added
twice for 0x01e8 and there was none added for 0x01e9. Fix that.

Fixes: c8000deb68365b ("HID: multitouch: Add support for GT7868Q")
Reported-by: He Lugang <helugang@uniontech.com>
Reported-by: WangYuli <wangyuli@uniontech.com>
Reported-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-multitouch.c