From: Dmitry V. Levin Date: Sat, 5 Jan 2019 21:14:42 +0000 (+0000) Subject: xlat: update REL_* constants X-Git-Tag: v5.0~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc87159e497ca506f40bd9fadc78d18d3c49370e;p=strace xlat: update REL_* constants * xlat/evdev_relative_axes.in (REL_HWHEEL_HI_RES): New constant introduced by Linux kernel commit v5.0-rc1~18^2^7~7. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index 0dc19aee..b81507fe 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Noteworthy changes in release ?.?? (????-??-??) * Improvements * Updated lists of BPF_*, BTRFS_*, FAN_*, IFLA_*, KERN_*, KVM_CAP_*, NDA_*, - NETNSA_*, NT_*, PR_*, SECCOMP_*, SCTP_*, UDP_*, V4L2_*, and *_MAGIC + NETNSA_*, NT_*, PR_*, REL_*, SECCOMP_*, SCTP_*, UDP_*, V4L2_*, and *_MAGIC constants. * Bug fixes diff --git a/xlat/evdev_relative_axes.in b/xlat/evdev_relative_axes.in index 84f918e3..657289f7 100644 --- a/xlat/evdev_relative_axes.in +++ b/xlat/evdev_relative_axes.in @@ -11,3 +11,4 @@ REL_WHEEL 0x08 REL_MISC 0x09 REL_RESERVED 0x0a REL_WHEEL_HI_RES 0x0b +REL_HWHEEL_HI_RES 0x0c