From d6c075030dc4c834b21dfe2a37fb73851d22be2c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 26 Jun 2019 11:19:23 +1000 Subject: [PATCH] Revert "udev: only change the fuzz on touchpads and touchscreens" This causes a regression - the ID_INPUT_* properties are not available through libudev within a callout, the device we get here basically has no properties. Reverts !231 This reverts commit 410b157e8487191a32acf5b3bf3811d40e96dac7. --- udev/libinput-model-quirks.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/udev/libinput-model-quirks.c b/udev/libinput-model-quirks.c index 10de335..bb05886 100644 --- a/udev/libinput-model-quirks.c +++ b/udev/libinput-model-quirks.c @@ -110,9 +110,7 @@ int main(int argc, char **argv) if (!device) goto out; - if (udev_device_get_property_value(device, "ID_INPUT_TOUCHPAD") || - udev_device_get_property_value(device, "ID_INPUT_TOUCHSCREEN")) - handle_absfuzz(device); + handle_absfuzz(device); rc = 0; -- 2.7.4