From 38e107a39fb4a0b630ee5adb5870c91dbc27abde Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 11 Mar 2015 14:58:04 +1000 Subject: Disable axis faking and MT event processing on fake MT devices This effectively disables all axes >= ABS_MT_SLOT on those devices. But at least the device comes up without an error and it didn't work correctly beforehand anyway. https://bugs.freedesktop.org/show_bug.cgi?id=89473 Signed-off-by: Peter Hutterer Reviewed-by: Hans de Goede --- src/evdev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/evdev.h') diff --git a/src/evdev.h b/src/evdev.h index 4aa7652..0f71d78 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -161,6 +161,7 @@ typedef struct { enum SlotState state; } *slots; struct mtdev *mtdev; + BOOL fake_mt; int flags; int in_proximity; /* device in proximity */ -- cgit v1.2.3