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:
Daniel Kurtz
2011-06-14 18:09:00 +08:00
committed by Peter Hutterer
parent eaf202531f
commit a52cd1cab2

View File

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