aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/input_ppc64le.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-08-14 16:39:50 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-08-15 01:50:08 +0200
commit9ccc1d4565436890480aea12b6ae347384b2d1ab (patch)
tree5107ffac6ed40ceb9fb8592be4ccda0a34a16165 /sys/linux/input_ppc64le.const
parent0e6dcb8809ad92abc3828b58e2e383f8d98b03da (diff)
sys/linux: add uinput support
Diffstat (limited to 'sys/linux/input_ppc64le.const')
-rw-r--r--sys/linux/input_ppc64le.const4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/input_ppc64le.const b/sys/linux/input_ppc64le.const
index c0eaf0c41..f9dbc72c9 100644
--- a/sys/linux/input_ppc64le.const
+++ b/sys/linux/input_ppc64le.const
@@ -37,10 +37,14 @@ EVIOCSMASK = 2148550035
EVIOCSREP = 2148025603
EV_ABS = 3
EV_FF = 21
+EV_FF_STATUS = 23
EV_KEY = 1
EV_LED = 17
+EV_MAX = 31
EV_MSC = 4
+EV_PWR = 22
EV_REL = 2
+EV_REP = 20
EV_SND = 18
EV_SW = 5
EV_SYN = 0