Re: [PATCH xserver] xwayland: Support for BTN_STYLUS3 kernel events

2018-01-25 Thread Peter Hutterer
On Wed, Jan 24, 2018 at 10:54:53AM -0800, Jason Gerecke wrote: > On Thu, Nov 9, 2017 at 2:19 PM, Jason Gerecke wrote: > > On Tue, Nov 7, 2017 at 2:37 PM, Peter Hutterer > > wrote: > >> On Tue, Nov 07, 2017 at 11:09:44AM -0800, Jason Gerecke wrote: > >>> BTN_STYLUS3 has been introduced by the Lin

Re: [PATCH xserver] xwayland: Support for BTN_STYLUS3 kernel events

2018-01-24 Thread Jason Gerecke
On Thu, Nov 9, 2017 at 2:19 PM, Jason Gerecke wrote: > On Tue, Nov 7, 2017 at 2:37 PM, Peter Hutterer > wrote: >> On Tue, Nov 07, 2017 at 11:09:44AM -0800, Jason Gerecke wrote: >>> BTN_STYLUS3 has been introduced by the Linux 4.15 kernel to report the >>> status of the third button present on Wa

Re: [PATCH xserver] xwayland: Support for BTN_STYLUS3 kernel events

2017-11-09 Thread Jason Gerecke
On Tue, Nov 7, 2017 at 2:37 PM, Peter Hutterer wrote: > On Tue, Nov 07, 2017 at 11:09:44AM -0800, Jason Gerecke wrote: >> BTN_STYLUS3 has been introduced by the Linux 4.15 kernel to report the >> status of the third button present on Wacom's new "Pro Pen 3D" stylus. >> Treat this button like xf86-

Re: [PATCH xserver] xwayland: Support for BTN_STYLUS3 kernel events

2017-11-07 Thread Peter Hutterer
On Tue, Nov 07, 2017 at 11:09:44AM -0800, Jason Gerecke wrote: > BTN_STYLUS3 has been introduced by the Linux 4.15 kernel to report the > status of the third button present on Wacom's new "Pro Pen 3D" stylus. > Treat this button like xf86-input-wacom and send a button 8 event > ("navigate back") wh

[PATCH xserver] xwayland: Support for BTN_STYLUS3 kernel events

2017-11-07 Thread Jason Gerecke
BTN_STYLUS3 has been introduced by the Linux 4.15 kernel to report the status of the third button present on Wacom's new "Pro Pen 3D" stylus. Treat this button like xf86-input-wacom and send a button 8 event ("navigate back") when received from Wayland. Signed-off-by: Jason Gerecke --- Note: this