From: Eugene Syromyatnikov Date: Thu, 1 Nov 2018 17:08:15 +0000 (+0100) Subject: xlat: add REL_RESERVED and REL_WHEEL_HI_RES to evdev_relative_axes X-Git-Tag: v4.26~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3adbab7c2b43bbf0df45f16382c68c782d0ae76f;p=strace 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 --- diff --git a/NEWS b/NEWS index 68132258..5bceb520 100644 --- a/NEWS +++ b/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 diff --git a/xlat/evdev_relative_axes.in b/xlat/evdev_relative_axes.in index 4684a524..84f918e3 100644 --- a/xlat/evdev_relative_axes.in +++ b/xlat/evdev_relative_axes.in @@ -9,3 +9,5 @@ REL_HWHEEL 0x06 REL_DIAL 0x07 REL_WHEEL 0x08 REL_MISC 0x09 +REL_RESERVED 0x0a +REL_WHEEL_HI_RES 0x0b