summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2017-08-10 15:34:29 -0700
committerJason Gerecke <killertofu@gmail.com>2017-08-11 15:47:52 -0700
commit1a2a23c2df0ec0fd0bf46432db58f32914a6a09f (patch)
tree41515e3f3331694b1ec80ad631c0c1f07e7388f5
parent912611608b3ba892a7c26d1be81209f4e5b009d5 (diff)
downloadxf86-input-wacom-1a2a23c2df0ec0fd0bf46432db58f32914a6a09f.tar.gz
Add support for 2nd-generation Intuos Pro
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.gerecke@wacom.com> Reviewed-by: Ping Cheng <ping.cheng@wacom.com>
-rw-r--r--src/wcmValidateDevice.c2
1 files changed, 2 insertions, 0 deletions
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 */