]> granicus.if.org Git - strace/commitdiff
xlat: add REL_RESERVED and REL_WHEEL_HI_RES to evdev_relative_axes
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 1 Nov 2018 17:08:15 +0000 (18:08 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 01:59:38 +0000 (01:59 +0000)
* 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>
NEWS
xlat/evdev_relative_axes.in

diff --git a/NEWS b/NEWS
index 6813225850f8f89ad6a3b1e53e859a506a4759e2..5bceb520f11f9a90466e5da97ca5e47a9df5faae 100644 (file)
--- 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
index 4684a5246bb64903ad7efb89ea56e5f98fbf20f5..84f918e37e4c3c6848d16855d0cb0a8bcb833bea 100644 (file)
@@ -9,3 +9,5 @@ REL_HWHEEL      0x06
 REL_DIAL       0x07
 REL_WHEEL      0x08
 REL_MISC       0x09
+REL_RESERVED   0x0a
+REL_WHEEL_HI_RES 0x0b