]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: add input-event-codes header file
authorHans de Goede <hdegoede@redhat.com>
Thu, 15 Oct 2015 00:03:35 +0000 (17:03 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 16 Oct 2015 22:32:05 +0000 (15:32 -0700)
commitf902dd893427eade90f7eaf858e5ff8b150a5a12
treef508d26d98704c9ae3ee3ba9095eee797d32200f
parent6f29d3b2777ae32e995d45247c8234d83894b953
Input: add input-event-codes header file

Add input-event-codes header file and move all type and axis defines
there.

The purpose of this new header file is to have a single canonical source
for event-codes which can be used outside of C-code too. One example of
such usage is the use of event-codes in devicetree source files.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
include/uapi/linux/Kbuild
include/uapi/linux/input-event-codes.h [new file with mode: 0644]
include/uapi/linux/input.h