From: Eugene Syromyatnikov Date: Thu, 1 Nov 2018 17:10:06 +0000 (+0100) Subject: xlat: add ABS_RESERVED to evdev_abs X-Git-Tag: v4.26~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0954bf0ec84c356d95dac302d1e1922e5847b4f3;p=strace xlat: add ABS_RESERVED to evdev_abs * 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 --- diff --git a/NEWS b/NEWS index 5bceb520..78ffe37b 100644 --- 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 diff --git a/xlat/evdev_abs.in b/xlat/evdev_abs.in index d65b8463..e2d69000 100644 --- a/xlat/evdev_abs.in +++ b/xlat/evdev_abs.in @@ -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