From 6dd004896f6014f3f7516d2b84efd1bcc5a285e2 Mon Sep 17 00:00:00 2001 From: Aaron Armstrong Skomra Date: Thu, 19 Oct 2023 12:10:12 -0700 Subject: [PATCH libwacom 06/13] data: add Wacom Cintiq Pro 22 & 17 Add tablet and layout files for a new Wacom products. Signed-off-by: Aaron Armstrong Skomra (cherry picked from commit 127b99a0580d50423409d9b086765c704e948e68) --- data/cintiq-pro-17.tablet | 48 +++++++++ data/cintiq-pro-22.tablet | 48 +++++++++ data/layouts/cintiq-pro-17.svg | 181 +++++++++++++++++++++++++++++++++ data/layouts/cintiq-pro-22.svg | 181 +++++++++++++++++++++++++++++++++ 4 files changed, 458 insertions(+) create mode 100644 data/cintiq-pro-17.tablet create mode 100644 data/cintiq-pro-22.tablet create mode 100644 data/layouts/cintiq-pro-17.svg create mode 100644 data/layouts/cintiq-pro-22.svg diff --git ./data/cintiq-pro-17.tablet ../data/cintiq-pro-17.tablet new file mode 100644 index 000000000000..267a491d87c7 --- /dev/null +++ ../data/cintiq-pro-17.tablet @@ -0,0 +1,48 @@ +# Wacom +# Cintiq Pro 17 +# DTH-172 +# +# Button Map: +# (A=1, B=2, C=3, ...) +# +# *-----------------------* +# A | | E +# B | | F +# C | | G +# D | | H +# | | +# | DISPLAY | +# | | +# | | +# | | +# | | +# | | +# *-----------------------* +# +# NOTE: Buttons are on the back side of the device rather +# than on the top bezel. +# +# sysinfo.wvOAcmWSUM.tar.gz +# https://github.com/linuxwacom/wacom-hid-descriptors/issues/332 + +[Device] +Name=Wacom Cintiq Pro 17 +ModelName=DTH-172 +Class=Cintiq +DeviceMatch=usb:056a:03c4 +Width=15 +Height=8 +Layout=cintiq-pro-17.svg +Styli=@cintiqpro2022;@mobilestudio;@propengen2; +IntegratedIn=Display + +[Features] +Stylus=true +Reversible=false +Touch=true +Ring=false +Buttons=8 + +[Buttons] +Left=A;B;C;D +Right=E;F;G;H diff --git ./data/cintiq-pro-22.tablet ../data/cintiq-pro-22.tablet new file mode 100644 index 000000000000..caef2a58e07a --- /dev/null +++ ../data/cintiq-pro-22.tablet @@ -0,0 +1,48 @@ +# Wacom +# Cintiq Pro 22 +# DTH-227 +# +# Button Map: +# (A=1, B=2, C=3, ...) +# +# *-----------------------* +# A | | E +# B | | F +# C | | G +# D | | H +# | | +# | DISPLAY | +# | | +# | | +# | | +# | | +# | | +# *-----------------------* +# +# NOTE: Buttons are on the back side of the device rather +# than on the top bezel. +# +# sysinfo.zUn2dGOyeh.tar.gz +# https://github.com/linuxwacom/wacom-hid-descriptors/issues/331 + +[Device] +Name=Wacom Cintiq Pro 22 +ModelName=DTH-227 +Class=Cintiq +DeviceMatch=usb:056a:03d0 +Width=18 +Height=10 +Layout=cintiq-pro-22.svg +Styli=@cintiqpro2022;@mobilestudio;@propengen2; +IntegratedIn=Display + +[Features] +Stylus=true +Reversible=false +Touch=true +Ring=false +Buttons=8 + +[Buttons] +Left=A;B;C;D +Right=E;F;G;H diff --git ./data/layouts/cintiq-pro-17.svg ../data/layouts/cintiq-pro-17.svg new file mode 100644 index 000000000000..447982235383 --- /dev/null +++ ../data/layouts/cintiq-pro-17.svg @@ -0,0 +1,181 @@ + + + + Wacom Cintiq Pro 17 + + + + A + + + + + B + + + + + C + + + + + D + + + + + E + + + + + F + + + + + G + + + + + H + + diff --git ./data/layouts/cintiq-pro-22.svg ../data/layouts/cintiq-pro-22.svg new file mode 100644 index 000000000000..d8e5fee14201 --- /dev/null +++ ../data/layouts/cintiq-pro-22.svg @@ -0,0 +1,181 @@ + + + + Wacom Cintiq Pro 22 + + + + A + + + + + B + + + + + C + + + + + D + + + + + E + + + + + F + + + + + G + + + + + H + + -- 2.45.2