]> granicus.if.org Git - strace/commitdiff
xlat: add ABS_RESERVED to evdev_abs
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 1 Nov 2018 17:10:06 +0000 (18:10 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Dec 2018 01:59:38 +0000 (01:59 +0000)
* xlat/evdev_abs.in (ABS_RESERVED): New constant, introduced 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_abs.in

diff --git a/NEWS b/NEWS
index 5bceb520f11f9a90466e5da97ca5e47a9df5faae..78ffe37b8ad24d91737caff4ba9946d62741f1a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,8 +23,8 @@ Noteworthy changes in release ?.?? (????-??-??)
   * Enhanced decoding of getsockopt SO_ERROR option.
   * 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_*,
-    REL_*, SOL_*, and TCA_* constants.
+  * Updated lists of ABS_*, BPF_*, FAN_*, IFA_*, IFLA_*, KVM_CAP_*, NETLINK_*,
+    NTF_*, REL_*, SOL_*, and TCA_* constants.
   * Enhanced manual page.
 
 * Bug fixes
index d65b8463c3fb818305acd725d641d198044e0490..e2d69000eb6601e66b04e0903bf488ff5b95a0ec 100644 (file)
@@ -25,6 +25,7 @@ ABS_TILT_Y            0x1b
 ABS_TOOL_WIDTH         0x1c
 ABS_VOLUME             0x20
 ABS_MISC               0x28
+ABS_RESERVED           0x2e
 ABS_MT_SLOT            0x2f
 ABS_MT_TOUCH_MAJOR     0x30
 ABS_MT_TOUCH_MINOR     0x31