Adam,

just wondering if the DTI-520 gives you serial numbers for the styli or if
this device uses generic serials.
>From what I can tell from the tech specs, this devices does not have an
eraser, right?

Cheers,
  Peter

On Wed, Apr 11, 2012 at 04:13:08PM +1000, Adam Nielsen wrote:
> Add support for the DTI-520
> 
> Signed-off-by: Adam Nielsen <a.niel...@shikadi.net>
> ---
>  src/wcmUSB.c            |    1 +
>  src/wcmValidateDevice.c |    1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/src/wcmUSB.c b/src/wcmUSB.c
> index f62fd5b..142325b 100644
> --- a/src/wcmUSB.c
> +++ b/src/wcmUSB.c
> @@ -223,6 +223,7 @@ static struct
>       { WACOM_VENDOR_ID, 0x37,  20000,  20000, &usbCintiq     }, /* PL700 */
>       { WACOM_VENDOR_ID, 0x38,  20000,  20000, &usbCintiq     }, /* PL510 */
>       { WACOM_VENDOR_ID, 0x39,  20000,  20000, &usbCintiq     }, /* PL710 */
> +     { WACOM_VENDOR_ID, 0x3A,  20000,  20000, &usbCintiq     }, /* DTI520 */
>       { WACOM_VENDOR_ID, 0xC0,  20000,  20000, &usbCintiq     }, /* DTF720 */
>       { WACOM_VENDOR_ID, 0xC2,  20000,  20000, &usbCintiq     }, /* DTF720a */
>       { WACOM_VENDOR_ID, 0xC4,  20000,  20000, &usbCintiq     }, /* DTF521 */
> diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
> index 4d7c791..53c38c3 100644
> --- a/src/wcmValidateDevice.c
> +++ b/src/wcmValidateDevice.c
> @@ -240,6 +240,7 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
>               case 0x37:  /* PL700 */
>               case 0x38:  /* PL510 */
>               case 0x39:  /* PL710 */
> +             case 0x3A:  /* DTI520 */
>               case 0xC0:  /* DTF720 */
>               case 0xC2:  /* DTF720a */
>               case 0xC4:  /* DTF521 */
> -- 
> 1.7.10

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to