Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06c31937 authored by Hans de Goede's avatar Hans de Goede Committed by Gerrit - the friendly Code Review server
Browse files

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.

Change-Id: Ie66a4ce9dab38c3fc51a5bff63c0b589a82ae6d3
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Git-commit: f902dd893427eade90f7eaf858e5ff8b150a5a12
Git-repo: https://android.googlesource.com/kernel/common/


[spathi@codeaurora.org: resolved trivial merge conflicts]
Signed-off-by: default avatarSrinivasarao P <spathi@codeaurora.org>
parent 63b3481e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ header-y += in_route.h
header-y += inet_diag.h
header-y += inotify.h
header-y += input.h
header-y += input-event-codes.h
header-y += ioctl.h
header-y += ion.h
header-y += ip.h
+806 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −788

File changed.

Preview size limit exceeded, changes collapsed.