mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
Set prop_product_id undeletable
prop_invert was accidentally being set undeletable twice. Signed-off-by: Daniel Kurtz <djkurtz@google.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
eaf202531f
commit
a52cd1cab2
@@ -2276,7 +2276,7 @@ EvdevInitProperty(DeviceIntPtr dev)
|
||||
if (rc != Success)
|
||||
return;
|
||||
|
||||
XISetDevicePropertyDeletable(dev, prop_invert, FALSE);
|
||||
XISetDevicePropertyDeletable(dev, prop_product_id, FALSE);
|
||||
|
||||
/* Device node property */
|
||||
device_node = strdup(pEvdev->device);
|
||||
|
||||
Reference in New Issue
Block a user