]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
input: trackpoint - Enable doubletap by default on capable devices
authorVishnu Sankar <vishnuocv@gmail.com>
Wed, 11 Mar 2026 14:31:42 +0000 (23:31 +0900)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 17 Mar 2026 13:27:22 +0000 (15:27 +0200)
commit9a98ebe630cf13c1a6063afa676d1cecc44fb2c9
tree48307f3c7002bc9aa991d9f9c24ac232458ef3d6
parent9b0ee949f7940786b0292329c2ae1f5dd63e69ba
input: trackpoint - Enable doubletap by default on capable devices

Enable doubletap functionality by default on TrackPoint devices that
support it. The feature is detected using firmware ID pattern matching
(PNP: LEN03xxx) with a deny list of incompatible devices.

This provides immediate doubletap functionality without requiring
userspace configuration. The hardware is enabled during device
detection, while event filtering continues to be handled by the
thinkpad_acpi driver as before.

Signed-off-by: Vishnu Sankar <vishnuocv@gmail.com>
Suggested-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Link: https://patch.msgid.link/20260311143144.482145-2-vishnuocv@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/input/mouse/trackpoint.c
drivers/input/mouse/trackpoint.h