Re: [PATCH libinput 4/5] tablet: a tip event can replace an axis event

2016-01-05 Thread Peter Hutterer
On Tue, Jan 05, 2016 at 11:39:24AM -0800, Jason Gerecke wrote: > On Mon, Jan 4, 2016 at 5:21 PM, Peter Hutterer > wrote: > > When we're only dealing with BTN_TOUCH we can make the tip event independent > > of the axis event. Now that we handle pressure thresholds to trigger tip > > state > > thi

Re: [PATCH libinput 4/5] tablet: a tip event can replace an axis event

2016-01-05 Thread Jason Gerecke
On Mon, Jan 4, 2016 at 5:21 PM, Peter Hutterer wrote: > When we're only dealing with BTN_TOUCH we can make the tip event independent > of the axis event. Now that we handle pressure thresholds to trigger tip state > this does not work, we'd have to send an axis event with the new pressure and > th

[PATCH libinput 4/5] tablet: a tip event can replace an axis event

2016-01-04 Thread Peter Hutterer
When we're only dealing with BTN_TOUCH we can make the tip event independent of the axis event. Now that we handle pressure thresholds to trigger tip state this does not work, we'd have to send an axis event with the new pressure and then a tip event. Since the pressure triggers the tip event this