Signed-off-by: Ping Cheng <pi...@wacom.com> --- src/wcmUSB.c | 5 +++++ src/wcmValidateDevice.c | 3 +++ 2 files changed, 8 insertions(+)
diff --git a/src/wcmUSB.c b/src/wcmUSB.c index f1504cf..f2df87e 100644 --- a/src/wcmUSB.c +++ b/src/wcmUSB.c @@ -97,6 +97,7 @@ DEFINE_MODEL(usbIntuos2, "USB Intuos2", 5); DEFINE_MODEL(usbIntuos3, "USB Intuos3", 5); DEFINE_MODEL(usbIntuos4, "USB Intuos4", 5); DEFINE_MODEL(usbIntuos5, "USB Intuos5", 5); +DEFINE_MODEL(usbIntuosPro, "USB Intuos Pro", 5); DEFINE_MODEL(usbVolito, "USB Volito", 4); DEFINE_MODEL(usbVolito2, "USB Volito2", 4); DEFINE_MODEL(usbCintiqV5, "USB CintiqV5", 5); @@ -270,6 +271,10 @@ static struct { WACOM_VENDOR_ID, 0x29, 200000, 200000, &usbIntuos5 }, /* Intuos5 S */ { WACOM_VENDOR_ID, 0x2A, 200000, 200000, &usbIntuos5 }, /* Intuos5 M */ + { WACOM_VENDOR_ID, 0x314,200000, 200000, &usbIntuosPro }, /* Intuos Pro S */ + { WACOM_VENDOR_ID, 0x315,200000, 200000, &usbIntuosPro }, /* Intuos Pro M */ + { WACOM_VENDOR_ID, 0x317,200000, 200000, &usbIntuosPro }, /* Intuos Pro L */ + { WACOM_VENDOR_ID, 0x3F, 200000, 200000, &usbCintiqV5 }, /* Cintiq 21UX */ { WACOM_VENDOR_ID, 0xC5, 200000, 200000, &usbCintiqV5 }, /* Cintiq 20WSX */ { WACOM_VENDOR_ID, 0xC6, 200000, 200000, &usbCintiqV5 }, /* Cintiq 12WX */ diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c index 65c6168..78e053c 100644 --- a/src/wcmValidateDevice.c +++ b/src/wcmValidateDevice.c @@ -202,6 +202,9 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo) TabletSetFeature(priv->common, WCM_DUALRING | WCM_LCD); /* fall through */ + case 0x314: /* Intuos Pro S */ + case 0x315: /* Intuos Pro M */ + case 0x317: /* Intuos Pro L */ case 0x26: /* I5 */ case 0x27: /* I5 */ case 0x28: /* I5 */ -- 1.8.1.2 ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel