Re: [PATCH libinput] tablet: change tilt axes to use degrees

2016-02-08 Thread Peter Hutterer
On Mon, Feb 08, 2016 at 05:01:11PM -0800, Jason Gerecke wrote: > On Tue, Feb 2, 2016 at 2:59 PM, Peter Hutterer > wrote: > > The Wacom tilt range is 64 degrees so we map everything into that until we > > know otherwise. > > > > This commit also switches the tilt axes around to align the angles wi

Re: [PATCH libinput] tablet: change tilt axes to use degrees

2016-02-08 Thread Jason Gerecke
On Tue, Feb 2, 2016 at 2:59 PM, Peter Hutterer wrote: > The Wacom tilt range is 64 degrees so we map everything into that until we > know otherwise. > > This commit also switches the tilt axes around to align the angles with the > x/y orientation, i.e. tilting the top of the stylus towards the pos

[PATCH libinput] tablet: change tilt axes to use degrees

2016-02-02 Thread Peter Hutterer
The Wacom tilt range is 64 degrees so we map everything into that until we know otherwise. This commit also switches the tilt axes around to align the angles with the x/y orientation, i.e. tilting the top of the stylus towards the positive x axis now generates a positive x tilt. Signed-off-by: Pe