Blame SOURCES/0003-Add-support-for-2nd-generation-Intuos-Pro.patch

54d94e
From aeda04439e615da71c61d9ffab020741b7149d8a Mon Sep 17 00:00:00 2001
54d94e
From: Jason Gerecke <killertofu@gmail.com>
54d94e
Date: Thu, 10 Aug 2017 15:34:29 -0700
54d94e
Subject: [PATCH 3/4] Add support for 2nd-generation Intuos Pro
54d94e
54d94e
This tablet is usable without this patch, but the device type is missing
54d94e
the WCM_RING flag. This prevents the ring valuator from being initialized
54d94e
correctly, and in turn causes recent versions of gnome-control-center to
54d94e
not allow configuration of the ring.
54d94e
54d94e
https://bugzilla.gnome.org/show_bug.cgi?id=785358
54d94e
54d94e
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
54d94e
Reviewed-by: Ping Cheng <ping.cheng@wacom.com>
54d94e
(cherry picked from commit 1a2a23c2df0ec0fd0bf46432db58f32914a6a09f)
54d94e
---
54d94e
 src/wcmValidateDevice.c | 2 ++
54d94e
 1 file changed, 2 insertions(+)
54d94e
54d94e
diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
54d94e
index bfff8e7..8eac0dd 100644
54d94e
--- a/src/wcmValidateDevice.c
54d94e
+++ b/src/wcmValidateDevice.c
54d94e
@@ -202,6 +202,8 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
54d94e
 			TabletSetFeature(priv->common, WCM_DUALRING | WCM_LCD);
54d94e
 			/* fall through */
54d94e
 
54d94e
+		case 0x357: /* Intuos Pro 2 M */
54d94e
+		case 0x358: /* Intuos Pro 2 L */
54d94e
 		case 0x314: /* Intuos Pro S */
54d94e
 		case 0x315: /* Intuos Pro M */
54d94e
 		case 0x317: /* Intuos Pro L */
54d94e
-- 
54d94e
2.13.6
54d94e