On Fri, Sep 06, 2013 at 05:58:47PM -0700, Ping Cheng wrote:
> Signed-off-by: Ping Cheng <pi...@wacom.com>

Reviewed-by: Peter Hutterer <peter.hutte...@who-t.net>

though you'll have to rebase this for the new model listing (pretty
straightforward though, comment becomes a string).

Cheers,
   Peter


> ---
>  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
> 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to