[Linuxwacom-devel] Adding support fox xp-pen star 03

2017-11-08 Thread akktor
Similar to huion h610 pro diff --git a/data/layouts/xp-pen-star03.svg b/data/layouts/xp-pen-star03.svg new file mode 100644 index 000..25e0089 --- /dev/null +++ b/data/layouts/xp-pen-star03.svg @@ -0,0 +1,165 @@ + +http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";> +http://www.w3.org/2000/sv

[Linuxwacom-devel] [PATCH libwacom v2 1/2] Add Pro Pen 3D

2017-11-08 Thread Jason Gerecke
The Wacom Pro Pen 3D includes a third barrel switch which is intended to be particularly useful in applications where one frequency uses pan, zoom, and rotate to navigate around a scene or model. The pen is compatible with the MobileStudio Pro, 2nd-gen Intuos Pro, and Cintiq Pro. Signed-off-by: Ja

Re: [Linuxwacom-devel] [PATCH libwacom v2 1/2] Add Pro Pen 3D

2017-11-08 Thread Peter Hutterer
On Wed, Nov 08, 2017 at 01:24:48PM -0800, Jason Gerecke wrote: > The Wacom Pro Pen 3D includes a third barrel switch which is intended to > be particularly useful in applications where one frequency uses pan, zoom, > and rotate to navigate around a scene or model. The pen is compatible with > the M

Re: [Linuxwacom-devel] [PATCH libwacom 2/2] Add new stylus type "3D" for the new "Pro Pen 3D"

2017-11-08 Thread Jason Gerecke
On Tue, Nov 7, 2017 at 4:15 PM, Peter Hutterer wrote: > On Tue, Nov 07, 2017 at 08:49:04AM -0800, Jason Gerecke wrote: >> The new "Pro Pen 3D" is sufficiently different from the other pen types >> that it deserves new type. This makes it easier for userspace to provide >> appropriate UI and sugges

Re: [Linuxwacom-devel] [PATCH libwacom 2/2] Add new stylus type "3D" for the new "Pro Pen 3D"

2017-11-08 Thread Peter Hutterer
On Wed, Nov 08, 2017 at 02:44:12PM -0800, Jason Gerecke wrote: > On Tue, Nov 7, 2017 at 4:15 PM, Peter Hutterer > wrote: > > On Tue, Nov 07, 2017 at 08:49:04AM -0800, Jason Gerecke wrote: > >> The new "Pro Pen 3D" is sufficiently different from the other pen types > >> that it deserves new type.

Re: [Linuxwacom-devel] Adding support fox xp-pen star 03

2017-11-08 Thread Peter Hutterer
On Wed, Nov 08, 2017 at 12:42:53PM -0500, akktor wrote: > Similar to huion h610 pro looks good, thanks. I have one request though: > diff --git a/data/xp-pen-star03.tablet b/data/xp-pen-star03.tablet > new file mode 100644 > index 000..10fe2cd > --- /dev/null > +++ b/data/xp-pen-star03.tablet

Re: [Linuxwacom-devel] [PATCH] Add support for kernel's new BTN_STYLUS3 event

2017-11-08 Thread Peter Hutterer
On Tue, Nov 07, 2017 at 08:33:34AM -0800, Jason Gerecke wrote: > BTN_STYLUS3 was (will be) added to the Linux 4.15 kernel to support the > third button present on Wacom's "Pro Pen 3D" stylus. This commit adds > support for this new event, mapping it to mouse button 8 ("navigate > back"). Remapping