Hi, This series adds support trackpoint doubletap and some new hotkey functionality which is being added on Lenovo laptops. - FN+N - display system debug info. Used by customer support with Windows users. - FN+G - disable/enable trackpoint doubletap. We combined these into a series because there was commonality between what the different features were doing. Please let us know if you would prefer to have them as separate commits. Many thanks to Peter Hutterer and Benjamin Tissoires for the guidance on what would be best for exporting the events from trackpoint doubletap to userspace. Any mistakes are ours :) Features have been tested on Z13 G2 (doubletap & FN+G) and X1 Carbon G12 (FN+N) Mark Pearson (4): Input: Add trackpoint doubletap and system debug info keycodes platform/x86: thinkpad_acpi: Support for trackpoint doubletap platform/x86: thinkpad_acpi: Support for system debug info hotkey platform/x86: thinkpad_acpi: Support hotkey to disable trackpoint doubletap drivers/platform/x86/thinkpad_acpi.c | 31 ++++++++++++++++++++++++++ include/uapi/linux/input-event-codes.h | 2 ++ 2 files changed, 33 insertions(+) -- 2.44.0