Nowadays many laptops use multitouch for their touchpads. This is now indicated in the help message for HID_MULTITOUCH in the Kconfig. Signed-off-by: Albert Zhou <albert.zhou.50@xxxxxxxxx> --- drivers/hid/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 185a077d59cd..86f65258a912 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -697,7 +697,8 @@ config HID_MONTEREY config HID_MULTITOUCH tristate "HID Multitouch panels" help - Generic support for HID multitouch panels. + Generic support for HID multitouch panels. Many newer laptops (like + the Dell XPS 13 9360) use multitouch for their touchpads. Say Y here if you have one of the following devices: - 3M PCT touch screens base-commit: fe24a97cf2543e8832e7a2124802e5c32aac05aa -- 2.34.1