diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-02-01 01:08:17 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-02-01 14:40:17 +0100 |
| commit | 9f528bbcc8a3d94c9be27a0eecc12022d4b3bfaa (patch) | |
| tree | 59bcdb899b42ba9d793d5bbac6cf58a4a9132143 /sys/linux/dev_uinput_arm.const | |
| parent | aa53be276dc84aa8b3825b3416542447ff82b41a (diff) | |
sys/linux: rename dev descriptions files
Prefix file names of descriptions of /dev/* files with dev_.
And give some of them more appropriate names.
Diffstat (limited to 'sys/linux/dev_uinput_arm.const')
| -rw-r--r-- | sys/linux/dev_uinput_arm.const | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/sys/linux/dev_uinput_arm.const b/sys/linux/dev_uinput_arm.const new file mode 100644 index 000000000..9015b6297 --- /dev/null +++ b/sys/linux/dev_uinput_arm.const @@ -0,0 +1,41 @@ +# AUTOGENERATED FILE +ABS_CNT = 64 +ABS_MAX = 63 +AT_FDCWD = 18446744073709551516 +EV_MAX = 31 +FF_EFFECT_MAX = 87 +FF_MAX = 127 +INPUT_PROP_MAX = 31 +KEY_MAX = 767 +LED_MAX = 15 +MSC_MAX = 7 +O_RDWR = 2 +# O_RDWR_NONBLOCK is not set +REL_MAX = 15 +SND_MAX = 7 +SW_MAX = 15 +UINPUT_MAX_NAME_SIZE = 80 +UI_ABS_SETUP = 1075598596 +UI_BEGIN_FF_ERASE = 3222033866 +UI_BEGIN_FF_UPLOAD = 3227538888 +UI_DEV_CREATE = 21761 +UI_DEV_DESTROY = 21762 +UI_DEV_SETUP = 1079792899 +UI_END_FF_ERASE = 1074550219 +UI_END_FF_UPLOAD = 1080055241 +UI_GET_SYSNAME_64 = 2151699756 +UI_GET_VERSION = 2147767597 +UI_SET_ABSBIT = 1074025831 +UI_SET_EVBIT = 1074025828 +UI_SET_FFBIT = 1074025835 +UI_SET_KEYBIT = 1074025829 +UI_SET_LEDBIT = 1074025833 +UI_SET_MSCBIT = 1074025832 +UI_SET_PHYS = 1074025836 +UI_SET_PROPBIT = 1074025838 +UI_SET_RELBIT = 1074025830 +UI_SET_SNDBIT = 1074025834 +UI_SET_SWBIT = 1074025837 +__NR_ioctl = 54 +__NR_openat = 322 +__NR_write = 4 |
