From d5b3178ca184dee4b3116e5b569745d43dbe37ef Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 21 Mar 2010 14:57:42 +0100 Subject: Add support for the ABS_MT_PRESSURE event The kernel MT api was recently updated to include the ABS_MT_PRESSURE event. This patch adds it to the hardware structure. Signed-off-by: Henrik Rydberg --- src/hwdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hwdata.h') diff --git a/src/hwdata.h b/src/hwdata.h index 9b46073..38ffc6b 100644 --- a/src/hwdata.h +++ b/src/hwdata.h @@ -37,7 +37,7 @@ struct FingerData { int touch_major, touch_minor; int width_major, width_minor; - int orientation; + int orientation, pressure; int position_x, position_y; }; -- cgit v1.2.3