]> granicus.if.org Git - strace/commitdiff
xlat: update REL_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
* 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.

NEWS
xlat/evdev_relative_axes.in

diff --git a/NEWS b/NEWS
index 0dc19aee7b712958d48ba802813be14bd3c01a9b..b81507fed911ea019867bd383689f283879962e9 100644 (file)
--- 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
index 84f918e37e4c3c6848d16855d0cb0a8bcb833bea..657289f72e02ff428abce842d9c513d36cd3e780 100644 (file)
@@ -11,3 +11,4 @@ REL_WHEEL     0x08
 REL_MISC       0x09
 REL_RESERVED   0x0a
 REL_WHEEL_HI_RES 0x0b
+REL_HWHEEL_HI_RES 0x0c