]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: add SYN_MAX and SYN_CNT constants
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 29 Aug 2013 16:35:11 +0000 (09:35 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 29 Aug 2013 16:36:16 +0000 (09:36 -0700)
commit52764fed5049655926bcecaefd52f0a415ceb105
tree07e434d0a644cb4a0abf6cdb2150d4bb263c8ac4
parentd33c4aa32d426a7c00d33b5b1212720d5bc3fa44
Input: add SYN_MAX and SYN_CNT constants

SYN_* events are special and not enabled via set_bit() for devices. Hence,
they haven't been really needed, yet. However, user-space can still make
great use of that for int->string debugging helpers or alike.

Also, I haven't seen any reason not to define these, so here they are.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
include/uapi/linux/input.h