Peter Hutterer
Peter Hutterer
the apple touch hardware is quite similar, it may work on the MBP, I just don't know. The hwdb entry comment just means we need a LIBINPUT_ATTR_TOUCH_SIZE where this can...
@peterychuang I've rebased the branch, it's available on https://github.com/whot/libinput/tree/wip/touchpad-apple-touch-major. The interesting commit for you would be "touchpad: add touch-size based touch handling", specifically the tp_init_touch_size() function. The low/high thresholds are...
@peterychuang I left a few comments in those patches, bottom line is that I think you don't need anything but two hwdb entries. I'd like to merge the test additions...
@peterychuang I just pushed a new branch to https://github.com/whot/latest/tree/wip/touchpad-apple-touch-major-v2, it's almost the same bits but with the mm conversion removed so now it's all in device units. It includes a...
@peterychuang I'm gonna say that if evemu freezes the issue is going to be in the kernel. evemu prints the events that libinput sees too, so if it has nothing...
sorry, was at a conference/on holidays @peterychuang: touch size at the edge is unreliable because the finger is likely to hang over the side and not give us the right...
On Thu, Aug 17, 2017 at 02:07:05AM -0700, Peter Y. Chuang wrote: > Thanks @whot, hope you've had a nice vacation! > > > touch size at the edge is...
I don't think it's a driver issue because what comes out of the kernel is driver-agnostic. And uinput (via evemu) replays it identically, so libinput should not see any difference...
Apple devices should have the clickfinger method enabled but iirc this device still set pid/vid to 0, so we can't auto-detect it. The acceleration is https://bugs.freedesktop.org/show_bug.cgi?id=101139. If you have a...
At least for the tests I wrote [in libportal](https://github.com/flatpak/libportal/pull/99), this patch was sufficient, at least for the dbusmock bit. The only other issue was convincing libportal to connect with the...