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:
parent
3adbab7c2b
commit
0954bf0ec8
4
NEWS
4
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user