]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: quirks: remove T2 devices from hid_mouse_ignore_list
authorAditya Garg <gargaditya08@live.com>
Mon, 19 May 2025 12:16:22 +0000 (17:46 +0530)
committerJiri Kosina <jkosina@suse.com>
Tue, 10 Jun 2025 19:22:29 +0000 (21:22 +0200)
commitc5f3a74310fa807d0383c109799100217f739563
treec8a0638cd3dbdb8bf3a31a593f549cefa1390f59
parenta23ff6080e7197922e3a9fd8856e142b612eb50a
HID: quirks: remove T2 devices from hid_mouse_ignore_list

While the T2 devices have been added to hid_mouse_ignore_list, no
driver exists outside the HID subsystem for their trackpads. So,
remove them and let the trackpad be at least used without the
gestures. This patch will also enable using hid-magicmouse for
these trackpads later, which is currently wip downstream.

Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-quirks.c