This tablet is usable without this patch, but the device type is missing the WCM_RING flag. This prevents the ring valuator from being initialized correctly, and in turn causes recent versions of gnome-control-center to not allow configuration of the ring.
https://bugzilla.gnome.org/show_bug.cgi?id=785358 Signed-off-by: Jason Gerecke <jason.gere...@wacom.com> --- src/wcmValidateDevice.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c index bfff8e7..8eac0dd 100644 --- a/src/wcmValidateDevice.c +++ b/src/wcmValidateDevice.c @@ -202,6 +202,8 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo) TabletSetFeature(priv->common, WCM_DUALRING | WCM_LCD); /* fall through */ + case 0x357: /* Intuos Pro 2 M */ + case 0x358: /* Intuos Pro 2 L */ case 0x314: /* Intuos Pro S */ case 0x315: /* Intuos Pro M */ case 0x317: /* Intuos Pro L */ -- 2.13.4 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel