xlat: add REL_RESERVED and REL_WHEEL_HI_RES to evdev_relative_axes
* xlat/evdev_relative_axes.in (REL_RESERVED): New constant, introduced by Linux commit v4.20-rc1~133^2~2^2. (REL_WHEEL_HI_RES): New constant, introduced by Linux commit v4.20-rc1~133^2~2^2~6 and updated 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
a55f5485c6
commit
3adbab7c2b
2
NEWS
2
NEWS
@ -24,7 +24,7 @@ Noteworthy changes in release ?.?? (????-??-??)
|
||||
* 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_*,
|
||||
SOL_*, and TCA_* constants.
|
||||
REL_*, SOL_*, and TCA_* constants.
|
||||
* Enhanced manual page.
|
||||
|
||||
* Bug fixes
|
||||
|
@ -9,3 +9,5 @@ REL_HWHEEL 0x06
|
||||
REL_DIAL 0x07
|
||||
REL_WHEEL 0x08
|
||||
REL_MISC 0x09
|
||||
REL_RESERVED 0x0a
|
||||
REL_WHEEL_HI_RES 0x0b
|
||||
|
Loading…
x
Reference in New Issue
Block a user