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 410b157e84.

(cherry picked from commit d6c075030d)
This commit is contained in:
Peter Hutterer 2019-06-26 11:19:23 +10:00
parent 1bfbcd8603
commit 6c713c8fc7

View file

@ -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;