Relative devices can't be calibrated anyway so why bother.

Signed-off-by: Peter Hutterer <[email protected]>
---
This seems to be a valuable addition on top. Specifically, this makes it
easier on session tools to choose which devices to offer calibration tools
for.

 src/evdev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/evdev.c b/src/evdev.c
index afa9bc5..85503bf 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -2424,7 +2424,7 @@ EvdevInitProperty(DeviceIntPtr dev)
             rc = XIChangeDeviceProperty(dev, prop_calibration, XA_INTEGER,
                     32, PropModeReplace, 4, calibration,
                     FALSE);
-        } else {
+        } else if (pEvdev->flags & EVDEV_ABSOLUTE_EVENTS) {
             rc = XIChangeDeviceProperty(dev, prop_calibration, XA_INTEGER,
                     32, PropModeReplace, 0, NULL,
                     FALSE);
-- 
1.6.5.2
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to