summaryrefslogtreecommitdiff
path: root/sys/dev/evdev/evdev.h
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2021-08-24 22:48:33 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2021-09-07 23:58:47 +0000
commitf160aa0d3de33df408a70a33d2af00b5d3545dce (patch)
treed4d343747b134b9add050bc6daf9e76142262a94 /sys/dev/evdev/evdev.h
parent759a5cd1efb915dc6eae52ce9c44da4337a9ee90 (diff)
Diffstat (limited to 'sys/dev/evdev/evdev.h')
-rw-r--r--sys/dev/evdev/evdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/evdev/evdev.h b/sys/dev/evdev/evdev.h
index 64bf75f04efd..e1c5aedb029c 100644
--- a/sys/dev/evdev/evdev.h
+++ b/sys/dev/evdev/evdev.h
@@ -90,6 +90,7 @@ extern int evdev_sysmouse_t_axis;
* current MT protocol type B report */
#define EVDEV_FLAG_EXT_EPOCH 0x03 /* evdev_push_* is allways called with
* input (global) epoch entered */
+#define EVDEV_FLAG_MT_KEEPID 0x04 /* Do not reassign tracking ID */
#define EVDEV_FLAG_MAX 0x1F
#define EVDEV_FLAG_CNT (EVDEV_FLAG_MAX + 1)