summary refs log tree commit diff stats
path: root/include/standard-headers/linux/input.h
diff options
context:
space:
mode:
authorCornelia Huck <cohuck@redhat.com>2018-10-11 11:44:05 +0200
committerCornelia Huck <cohuck@redhat.com>2018-10-12 11:32:18 +0200
commit8f3cd250a897213d39e621e3d824507b48158d42 (patch)
treed2b1da4da6f644f0a06191126e4dd177dedbe8ea /include/standard-headers/linux/input.h
parentc91a2a21dffa4cd8c04b0f6ed376cfb1d4d182c9 (diff)
downloadfocaccia-qemu-8f3cd250a897213d39e621e3d824507b48158d42.tar.gz
focaccia-qemu-8f3cd250a897213d39e621e3d824507b48158d42.zip
linux-headers: update
Update to kvm/next commit dd5bd0a65ff6 ("Merge tag 'kvm-s390-next-4.20-1'
of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD")

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/input.h')
-rw-r--r--include/standard-headers/linux/input.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/standard-headers/linux/input.h b/include/standard-headers/linux/input.h
index 6d6128c081..c0ad9fc2c3 100644
--- a/include/standard-headers/linux/input.h
+++ b/include/standard-headers/linux/input.h
@@ -267,10 +267,11 @@ struct input_mask {
 /*
  * MT_TOOL types
  */
-#define MT_TOOL_FINGER		0
-#define MT_TOOL_PEN		1
-#define MT_TOOL_PALM		2
-#define MT_TOOL_MAX		2
+#define MT_TOOL_FINGER		0x00
+#define MT_TOOL_PEN		0x01
+#define MT_TOOL_PALM		0x02
+#define MT_TOOL_DIAL		0x0a
+#define MT_TOOL_MAX		0x0f
 
 /*
  * Values describing the status of a force-feedback effect