On Wed, Jan 31, 2018 at 05:51:17PM -0800, Ping Cheng wrote:
> Signed-off-by: Ping Cheng <ping.ch...@wacom.com>

   ffb3925..35047a3  master -> master

pushed, thanks

Cheers,
   Peter
> ---
>  src/wcmUSB.c            | 3 +++
>  src/wcmValidateDevice.c | 3 +++
>  2 files changed, 6 insertions(+)
> 
> diff --git a/src/wcmUSB.c b/src/wcmUSB.c
> index 1e4dc51..ca63e6d 100644
> --- a/src/wcmUSB.c
> +++ b/src/wcmUSB.c
> @@ -234,6 +234,9 @@ static struct WacomModelDesc
>       { WACOM_VENDOR_ID, 0xF0, 100000, 100000, &usbCintiq,     "DTU1631"      
>         },
>       { WACOM_VENDOR_ID, 0x35a, 100000, 100000, &usbCintiq,    "DTH1152"      
>         },
>       { WACOM_VENDOR_ID, 0x368, 100000, 100000, &usbCintiq,    "DTH1152"      
>         }, /* Touch */
> +     { WACOM_VENDOR_ID, 0x382, 100000, 100000, &usbCintiq,    "DTK2451"      
>         },
> +     { WACOM_VENDOR_ID, 0x37D, 100000, 100000, &usbCintiq,    "DTH2452"      
>         },
> +     { WACOM_VENDOR_ID, 0x37E, 100000, 100000, &usbCintiq,    "DTH2452"      
>         }, /* Touch */
>  
>       { WACOM_VENDOR_ID, 0x41, 100000, 100000, &usbIntuos2,    "Intuos2 4x5"  
>         },
>       { WACOM_VENDOR_ID, 0x42, 100000, 100000, &usbIntuos2,    "Intuos2 6x8"  
>         },
> diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
> index 921b564..95c8a2c 100644
> --- a/src/wcmValidateDevice.c
> +++ b/src/wcmValidateDevice.c
> @@ -334,6 +334,9 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
>               case 0x356:/* Cintiq Pro 32 Touch */
>               case 0x35A:/* DTH-1152*/
>               case 0x368:/* DTH-1152 Touch */
> +             case 0x382:/* DTK-2451 */
> +             case 0x37D:/* DTH-2452 */
> +             case 0x37E:/* DTH-2452 Touch */
>                       TabletSetFeature(priv->common, WCM_LCD);
>                       break;
>       }
> -- 
> 2.7.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

Reply via email to