Comment 12 for bug 949097

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

a proposed fix in ppa:tjaalton/ppa once it's built

added this patch:

--- a/plugins/wacom/gsd-wacom-manager.c
+++ b/plugins/wacom/gsd-wacom-manager.c
@@ -543,7 +543,7 @@

         type = gsd_wacom_device_get_device_type (device);

- if (type == WACOM_TYPE_TOUCH) {
+ if ((type == WACOM_TYPE_TOUCH) && (!gsd_wacom_device_is_screen_tablet(device))) {
                set_absolute (device, FALSE);
                return;
        }