diff --git a/src/evdev.c b/src/evdev.c index 98e937ee..4f69d8e0 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -1942,6 +1942,9 @@ evdev_pre_configure_model_quirks(struct evdev_device *device) libevdev_disable_event_code(device->evdev, EV_ABS, ABS_MT_TOOL_TYPE); + + /* We don't care about them and it can cause unnecessary wakeups */ + libevdev_disable_event_code(device->evdev, EV_MSC, MSC_TIMESTAMP); } static void