aboutsummaryrefslogtreecommitdiffstats
path: root/sys/input.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-08-14 20:01:28 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-08-18 11:26:50 +0200
commit5b461e7ecd9556f9a54e1a5afc3ef962bc5cd11e (patch)
tree797e3e23ddfaae91df227507190208c9fdbecdcd /sys/input.txt
parent127a9c2b65ae07f309e839c3b8e5ab2ee7983e56 (diff)
sys: reformat descriptions
Diffstat (limited to 'sys/input.txt')
-rw-r--r--sys/input.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/sys/input.txt b/sys/input.txt
index 930d8adc8..f4114672f 100644
--- a/sys/input.txt
+++ b/sys/input.txt
@@ -155,23 +155,23 @@ input_absinfo {
res int32
}
-define EVIOCGNAME64 EVIOCGNAME(64)
-define EVIOCGPHYS64 EVIOCGPHYS(64)
-define EVIOCGUNIQ64 EVIOCGUNIQ(64)
-define EVIOCGPROP64 EVIOCGPROP(64)
-define EVIOCGMTSLOTS64 EVIOCGMTSLOTS(64)
-define EVIOCGKEY64 EVIOCGKEY(64)
-define EVIOCGLED64 EVIOCGLED(64)
-define EVIOCGSND64 EVIOCGSND(64)
-define EVIOCGSW64 EVIOCGSW(64)
-define EVIOCGBITKEY64 EVIOCGBIT(EV_KEY, 64)
-define EVIOCGBITSND64 EVIOCGBIT(EV_SND, 64)
-define EVIOCGBITSW64 EVIOCGBIT(EV_SW, 64)
-define EVIOCGABS0 EVIOCGABS(0)
-define EVIOCGABS20 EVIOCGABS(0x20)
-define EVIOCGABS2F EVIOCGABS(0x2F)
-define EVIOCGABS3F EVIOCGABS(0x3F)
-define EVIOCSABS0 EVIOCSABS(0)
-define EVIOCSABS20 EVIOCSABS(0x20)
-define EVIOCSABS2F EVIOCSABS(0x2F)
-define EVIOCSABS3F EVIOCSABS(0x3F)
+define EVIOCGNAME64 EVIOCGNAME(64)
+define EVIOCGPHYS64 EVIOCGPHYS(64)
+define EVIOCGUNIQ64 EVIOCGUNIQ(64)
+define EVIOCGPROP64 EVIOCGPROP(64)
+define EVIOCGMTSLOTS64 EVIOCGMTSLOTS(64)
+define EVIOCGKEY64 EVIOCGKEY(64)
+define EVIOCGLED64 EVIOCGLED(64)
+define EVIOCGSND64 EVIOCGSND(64)
+define EVIOCGSW64 EVIOCGSW(64)
+define EVIOCGBITKEY64 EVIOCGBIT(EV_KEY, 64)
+define EVIOCGBITSND64 EVIOCGBIT(EV_SND, 64)
+define EVIOCGBITSW64 EVIOCGBIT(EV_SW, 64)
+define EVIOCGABS0 EVIOCGABS(0)
+define EVIOCGABS20 EVIOCGABS(0x20)
+define EVIOCGABS2F EVIOCGABS(0x2F)
+define EVIOCGABS3F EVIOCGABS(0x3F)
+define EVIOCSABS0 EVIOCSABS(0)
+define EVIOCSABS20 EVIOCSABS(0x20)
+define EVIOCSABS2F EVIOCSABS(0x2F)
+define EVIOCSABS3F EVIOCSABS(0x3F)