diff options
| author | Benjamin Tissoires <bentiss@kernel.org> | 2025-09-30 16:43:15 +0200 |
|---|---|---|
| committer | Benjamin Tissoires <bentiss@kernel.org> | 2025-09-30 16:43:15 +0200 |
| commit | b3f126f40016c6fbdcf31c8250ef359887f1dee1 (patch) | |
| tree | 81d1b6f37223227d8324db6723617a6b674ea197 /include/linux/input | |
| parent | b4b6bdd7fc79abec53da7d6d5ac0e178334ab5e8 (diff) | |
| parent | 8d0bf7908b5a6532a18ee658337d498158672862 (diff) | |
| download | lwn-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.h | 1 |
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 |
