xlat: add ABS_RESERVED to evdev_abs

* xlat/evdev_abs.in (ABS_RESERVED): New constant, introduced by Linux
commit v4.20-rc1~133^2~2^2.
* NEWS: Mention this.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
Eugene Syromyatnikov 2018-11-01 18:10:06 +01:00 committed by Dmitry V. Levin
parent 3adbab7c2b
commit 0954bf0ec8
2 changed files with 3 additions and 2 deletions

4
NEWS
View File

@ -23,8 +23,8 @@ Noteworthy changes in release ?.?? (????-??-??)
* Enhanced decoding of getsockopt SO_ERROR option.
* Enhanced error diagnostics when the first exec fails.
* Added %net as a short form of %network in syscall specifications.
* Updated lists of BPF_*, FAN_*, IFA_*, IFLA_*, KVM_CAP_*, NETLINK_*, NTF_*,
REL_*, SOL_*, and TCA_* constants.
* Updated lists of ABS_*, BPF_*, FAN_*, IFA_*, IFLA_*, KVM_CAP_*, NETLINK_*,
NTF_*, REL_*, SOL_*, and TCA_* constants.
* Enhanced manual page.
* Bug fixes

View File

@ -25,6 +25,7 @@ ABS_TILT_Y 0x1b
ABS_TOOL_WIDTH 0x1c
ABS_VOLUME 0x20
ABS_MISC 0x28
ABS_RESERVED 0x2e
ABS_MT_SLOT 0x2f
ABS_MT_TOUCH_MAJOR 0x30
ABS_MT_TOUCH_MINOR 0x31