From: Eugene Syromyatnikov Date: Sun, 13 Oct 2019 15:06:08 +0000 (+0200) Subject: xlat: provide fallback definitions for ABS_MT_* constants X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca9cf2832cfb21273b6e5351afb1e665f8f9b800;p=strace xlat: provide fallback definitions for ABS_MT_* constants * xlat/evdev_mtslots.in: Add fallback definitions. Add #sorted. References: https://bugzilla.redhat.com/show_bug.cgi?id=1758201 --- diff --git a/xlat/evdev_mtslots.in b/xlat/evdev_mtslots.in index eedf6885..f0e36b37 100644 --- a/xlat/evdev_mtslots.in +++ b/xlat/evdev_mtslots.in @@ -1,15 +1,16 @@ -ABS_MT_SLOT -ABS_MT_TOUCH_MAJOR -ABS_MT_TOUCH_MINOR -ABS_MT_WIDTH_MAJOR -ABS_MT_WIDTH_MINOR -ABS_MT_ORIENTATION -ABS_MT_POSITION_X -ABS_MT_POSITION_Y -ABS_MT_TOOL_TYPE -ABS_MT_BLOB_ID -ABS_MT_TRACKING_ID -ABS_MT_PRESSURE -ABS_MT_DISTANCE -ABS_MT_TOOL_X -ABS_MT_TOOL_Y +#sorted +ABS_MT_SLOT 0x2f +ABS_MT_TOUCH_MAJOR 0x30 +ABS_MT_TOUCH_MINOR 0x31 +ABS_MT_WIDTH_MAJOR 0x32 +ABS_MT_WIDTH_MINOR 0x33 +ABS_MT_ORIENTATION 0x34 +ABS_MT_POSITION_X 0x35 +ABS_MT_POSITION_Y 0x36 +ABS_MT_TOOL_TYPE 0x37 +ABS_MT_BLOB_ID 0x38 +ABS_MT_TRACKING_ID 0x39 +ABS_MT_PRESSURE 0x3a +ABS_MT_DISTANCE 0x3b +ABS_MT_TOOL_X 0x3c +ABS_MT_TOOL_Y 0x3d