diff options
-rw-r--r-- | src/evdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c index 27cf911..d261efd 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -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); |