summaryrefslogtreecommitdiff
path: root/include/linux/input
diff options
context:
space:
mode:
authorBenjamin Tissoires <bentiss@kernel.org>2025-09-30 16:43:15 +0200
committerBenjamin Tissoires <bentiss@kernel.org>2025-09-30 16:43:15 +0200
commitb3f126f40016c6fbdcf31c8250ef359887f1dee1 (patch)
tree81d1b6f37223227d8324db6723617a6b674ea197 /include/linux/input
parentb4b6bdd7fc79abec53da7d6d5ac0e178334ab5e8 (diff)
parent8d0bf7908b5a6532a18ee658337d498158672862 (diff)
downloadlwn-b3f126f40016c6fbdcf31c8250ef359887f1dee1.tar.gz
lwn-b3f126f40016c6fbdcf31c8250ef359887f1dee1.zip
Merge branch 'for-6.18/haptic' into for-linus
- Implement haptic touchpad support (Angela Czubak and Jonathan Denose)
Diffstat (limited to 'include/linux/input')
-rw-r--r--include/linux/input/mt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input/mt.h b/include/linux/input/mt.h
index 2cf89a538b18..d30286298a00 100644
--- a/include/linux/input/mt.h
+++ b/include/linux/input/mt.h
@@ -17,6 +17,7 @@
#define INPUT_MT_DROP_UNUSED 0x0004 /* drop contacts not seen in frame */
#define INPUT_MT_TRACK 0x0008 /* use in-kernel tracking */
#define INPUT_MT_SEMI_MT 0x0010 /* semi-mt device, finger count handled manually */
+#define INPUT_MT_TOTAL_FORCE 0x0020 /* calculate total force from slots pressure */
/**
* struct input_mt_slot - represents the state of an input MT slot