Re: [PATCH v2 1/2] weston-info: Add support for tablet-unstable-v2

2018-04-30 Thread Pekka Paalanen
On Sat, 28 Apr 2018 10:01:43 +0200 Markus Ongyerth wrote: > On 2018/April/27 04:55, Peter Hutterer wrote: > > On Thu, Apr 26, 2018 at 05:01:23PM +0200, w...@ongy.net wrote: > > > + int tilt; > > > + int pressure; > > > + int distance; > > > + int rotation; > > > + int slider; > > > + int wheel

Re: [PATCH v2 1/2] weston-info: Add support for tablet-unstable-v2

2018-04-28 Thread Markus Ongyerth
Hi, thanks for the feedback, I'll provide a v3 shortly. I just have a few follow up questions, before I do so. On 2018/April/27 04:55, Peter Hutterer wrote: > On Thu, Apr 26, 2018 at 05:01:23PM +0200, w...@ongy.net wrote: > > From: Markus Ongyerth > > > > +struct tablet_v2_path { > > + stru

Re: [PATCH v2 1/2] weston-info: Add support for tablet-unstable-v2

2018-04-26 Thread Peter Hutterer
On Thu, Apr 26, 2018 at 05:01:23PM +0200, w...@ongy.net wrote: > From: Markus Ongyerth > > This now prints each tablet seat with at least one tablet/pad/tool > attached. > For each tablet seat, each tablet, pad and tool is printed with as much > detail about the device as the protocol provides. >

[PATCH v2 1/2] weston-info: Add support for tablet-unstable-v2

2018-04-26 Thread wl
From: Markus Ongyerth This now prints each tablet seat with at least one tablet/pad/tool attached. For each tablet seat, each tablet, pad and tool is printed with as much detail about the device as the protocol provides. Seat info is stored to be referenced, because the protocol requires to reque