On Tue, Jan 30, 2018 at 08:48:24AM -0800, Aaron Armstrong Skomra wrote: > Signed-off-by: Aaron Armstrong Skomra <sko...@gmail.com> > --- > data/dth-2452.tablet | 37 ++++++++++++ > data/dtk-2451.tablet | 36 ++++++++++++ > data/layouts/dth-2452.svg | 144 > ++++++++++++++++++++++++++++++++++++++++++++++ > data/layouts/dtk-2451.svg | 144 > ++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 361 insertions(+) > create mode 100644 data/dth-2452.tablet > create mode 100644 data/dtk-2451.tablet > create mode 100644 data/layouts/dth-2452.svg > create mode 100644 data/layouts/dtk-2451.svg
thanks, pushed as 74a140e..6bac63b master -> master Cheers, Peter > > diff --git a/data/dth-2452.tablet b/data/dth-2452.tablet > new file mode 100644 > index 000000000000..12309db7b3eb > --- /dev/null > +++ b/data/dth-2452.tablet > @@ -0,0 +1,37 @@ > +# Wacom > +# DTH-2452 Interactive Pen Display > +# > +# Button Map: > +# (A=1, B=2, C=3, ...) > +# > +# *-----------------* > +# | | A > +# | | B > +# | DISPLAY | > +# | | C > +# | | D > +# *-----------------* > +# > + > +[Device] > +Name=Wacom DTH2452 > +DeviceMatch=usb:056a:037d > +PairedID=056a:037e > +Class=PenDisplay > +Width=20 > +Height=12 > +Layout=dth-2452.svg > +IntegratedIn=Display > + > +[Features] > +Stylus=true > +Reversible=false > +Touch=true > +Ring=false > +Ring2=false > +NumStrips=0 > +# Actually 5 buttons but one is reserved for onscreen menus > +Buttons=4 > + > +[Buttons] > +Right=A;B;C;D > diff --git a/data/dtk-2451.tablet b/data/dtk-2451.tablet > new file mode 100644 > index 000000000000..16f619eec157 > --- /dev/null > +++ b/data/dtk-2451.tablet > @@ -0,0 +1,36 @@ > +# Wacom > +# DTK-2451 Interactive Pen Display > +# > +# Button Map: > +# (A=1, B=2, C=3, ...) > +# > +# *-----------------* > +# | | A > +# | | B > +# | DISPLAY | > +# | | C > +# | | D > +# *-----------------* > +# > + > +[Device] > +Name=Wacom DTK2451 > +DeviceMatch=usb:056a:0382 > +Class=PenDisplay > +Width=20 > +Height=12 > +Layout=dtk-2451.svg > +IntegratedIn=Display > + > +[Features] > +Stylus=true > +Reversible=false > +Touch=false > +Ring=false > +Ring2=false > +NumStrips=0 > +# Actually 5 buttons but one is reserved for onscreen menus > +Buttons=4 > + > +[Buttons] > +Right=A;B;C;D > diff --git a/data/layouts/dth-2452.svg b/data/layouts/dth-2452.svg > new file mode 100644 > index 000000000000..bbdd0f287181 > --- /dev/null > +++ b/data/layouts/dth-2452.svg > @@ -0,0 +1,144 @@ > +<?xml version="1.0" standalone="no"?> > +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" > + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> > +<svg > + xmlns="http://www.w3.org/2000/svg" > + version="1.1" > + > style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8" > + id="dth-2452" > + width="275" > + height="222"> > + <title > + id="title">Wacom DTH-2452</title> > + <defs> > + <clipPath id="ClipA"> > + <rect width="8" height="12.5" x="256" y="57" /> > + </clipPath> > + <clipPath id="ClipB"> > + <rect width="8" height="12.5" x="256" y="69.5" /> > + </clipPath> > + <clipPath id="ClipC"> > + <rect width="8" height="12.5" x="256" y="133" /> > + </clipPath> > + <clipPath id="ClipD"> > + <rect width="8" height="12.5" x="256" y="145.5" /> > + </clipPath> > + </defs> > + > + <g> > + <rect > + id="ButtonA" > + class="A Button" > + width="7.75" > + height="24.75" > + x="256.125" > + y="57.125" > + rx="4" > + ry="4" > + clip-path="url(#ClipA)" /> > + <path > + id="LeaderA" > + class="A Leader" > + d="M 254 61 L 244 61" /> > + <text > + id="LabelA" > + class="A Label" > + x="242" > + y="61" > + style="text-anchor:end;"> > + A > + </text> > + <circle > + id="DotA1" > + cx="260" > + cy="61" > + r="0.875" /> > + </g> > + <g> > + <rect > + id="ButtonB" > + class="B Button" > + width="7.75" > + height="24.75" > + x="256.125" > + y="57.125" > + rx="4" > + ry="4" > + clip-path="url(#ClipB)" /> > + <path > + id="LeaderB" > + class="B Leader" > + d="M 254 78 L 244 78" /> > + <text > + id="LabelB" > + class="B Label" > + x="242" > + y="78" > + style="text-anchor:end;"> > + B > + </text> > + <circle > + id="DotB1" > + cx="260" > + cy="78" > + r="0.875" /> > + </g> > + <g> > + <rect > + id="ButtonC" > + class="C Button" > + width="7.75" > + height="24.75" > + x="256.125" > + y="133.125" > + rx="4" > + ry="4" > + clip-path="url(#ClipC)" /> > + <path > + id="LeaderC" > + class="C Leader" > + d="M 254 137 L 244 137" /> > + <text > + id="LabelC" > + class="C Label" > + x="242" > + y="137" > + style="text-anchor:end;"> > + C > + </text> > + <circle > + id="DotC1" > + cx="260" > + cy="137" > + r="0.875" /> > + </g> > + <g> > + <rect > + id="ButtonD" > + class="D Button" > + width="7.75" > + height="24.75" > + x="256.125" > + y="133.125" > + rx="4" > + ry="4" > + clip-path="url(#ClipD)" /> > + <path > + id="LeaderD" > + class="D Leader" > + d="M 254 154 L 244 154" /> > + <text > + id="LabelD" > + class="D Label" > + x="242" > + y="154" > + style="text-anchor:end;"> > + D > + </text> > + <circle > + id="DotD1" > + cx="260" > + cy="154" > + r="0.875" /> > + </g> > +</svg> > diff --git a/data/layouts/dtk-2451.svg b/data/layouts/dtk-2451.svg > new file mode 100644 > index 000000000000..9d485dd5a5ed > --- /dev/null > +++ b/data/layouts/dtk-2451.svg > @@ -0,0 +1,144 @@ > +<?xml version="1.0" standalone="no"?> > +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" > + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> > +<svg > + xmlns="http://www.w3.org/2000/svg" > + version="1.1" > + > style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8" > + id="dtk-2451" > + width="275" > + height="222"> > + <title > + id="title">Wacom DTK-2451</title> > + <defs> > + <clipPath id="ClipA"> > + <rect width="8" height="12.5" x="256" y="57" /> > + </clipPath> > + <clipPath id="ClipB"> > + <rect width="8" height="12.5" x="256" y="69.5" /> > + </clipPath> > + <clipPath id="ClipC"> > + <rect width="8" height="12.5" x="256" y="133" /> > + </clipPath> > + <clipPath id="ClipD"> > + <rect width="8" height="12.5" x="256" y="145.5" /> > + </clipPath> > + </defs> > + > + <g> > + <rect > + id="ButtonA" > + class="A Button" > + width="7.75" > + height="24.75" > + x="256.125" > + y="57.125" > + rx="4" > + ry="4" > + clip-path="url(#ClipA)" /> > + <path > + id="LeaderA" > + class="A Leader" > + d="M 254 61 L 244 61" /> > + <text > + id="LabelA" > + class="A Label" > + x="242" > + y="61" > + style="text-anchor:end;"> > + A > + </text> > + <circle > + id="DotA1" > + cx="260" > + cy="61" > + r="0.875" /> > + </g> > + <g> > + <rect > + id="ButtonB" > + class="B Button" > + width="7.75" > + height="24.75" > + x="256.125" > + y="57.125" > + rx="4" > + ry="4" > + clip-path="url(#ClipB)" /> > + <path > + id="LeaderB" > + class="B Leader" > + d="M 254 78 L 244 78" /> > + <text > + id="LabelB" > + class="B Label" > + x="242" > + y="78" > + style="text-anchor:end;"> > + B > + </text> > + <circle > + id="DotB1" > + cx="260" > + cy="78" > + r="0.875" /> > + </g> > + <g> > + <rect > + id="ButtonC" > + class="C Button" > + width="7.75" > + height="24.75" > + x="256.125" > + y="133.125" > + rx="4" > + ry="4" > + clip-path="url(#ClipC)" /> > + <path > + id="LeaderC" > + class="C Leader" > + d="M 254 137 L 244 137" /> > + <text > + id="LabelC" > + class="C Label" > + x="242" > + y="137" > + style="text-anchor:end;"> > + C > + </text> > + <circle > + id="DotC1" > + cx="260" > + cy="137" > + r="0.875" /> > + </g> > + <g> > + <rect > + id="ButtonD" > + class="D Button" > + width="7.75" > + height="24.75" > + x="256.125" > + y="133.125" > + rx="4" > + ry="4" > + clip-path="url(#ClipD)" /> > + <path > + id="LeaderD" > + class="D Leader" > + d="M 254 154 L 244 154" /> > + <text > + id="LabelD" > + class="D Label" > + x="242" > + y="154" > + style="text-anchor:end;"> > + D > + </text> > + <circle > + id="DotD1" > + cx="260" > + cy="154" > + r="0.875" /> > + </g> > +</svg> > -- > 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 > ------------------------------------------------------------------------------ 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