mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 22:58:11 +02: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 commit 410b157e84.
This commit is contained in:
parent
34afe3ba1c
commit
d6c075030d
1 changed files with 1 additions and 3 deletions
|
|
@ -110,9 +110,7 @@ int main(int argc, char **argv)
|
||||||
if (!device)
|
if (!device)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
if (udev_device_get_property_value(device, "ID_INPUT_TOUCHPAD") ||
|
handle_absfuzz(device);
|
||||||
udev_device_get_property_value(device, "ID_INPUT_TOUCHSCREEN"))
|
|
||||||
handle_absfuzz(device);
|
|
||||||
|
|
||||||
rc = 0;
|
rc = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue