mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
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 commit410b157e84. (cherry picked from commitd6c075030d)
This commit is contained in:
parent
1bfbcd8603
commit
6c713c8fc7
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue