Quote:
Originally Posted by baskerville
Thanks for the trace.
I think the snippet in FBInk might be slightly misleading:
Code:
SEND_INPUT_EVENT(EV_ABS, ABS_MT_PRESSURE, 0);
It might be better to use the pressure values from the evtest trace.
|
I'm pretty sure I can actually get 0 pressure events on contact lifts

.
(Hell, on contact *down* on the Elipsa, actually, but those are arguably bugs the kernel is already loudly complaining about ;p).
(But, granted, in the FBInk snippet, it's synthetic and set to 0 specifically to make the fact that it is a contact lift event clearer).