PNDeb / pinenote-debian-image

A user-ready linux image/rootfs for the Pine64 Pinenote based on Debian trixie and GNOME
GNU General Public License v3.0
45 stars 5 forks source link

Add udev rule for libinput touch arbitration #40

Closed hrdl-github closed 1 year ago

m-weigand commented 1 year ago

thanks for your PR, do we need a patched libinput for this to work?

hrdl-github commented 1 year ago

At the moment a build from libinput's main branch is required for this to work well. The next version of libinput will fix this: https://wiki.pine64.org/wiki/PineNote_Development/Software_Tweaks#libinput_Touch_Arbitration . Versions <=1.22.1 can add the AttrEventCodeDisable=ABS_TILT_X quirk matching w9013 2D1F:0095 Stylus.

hrdl-github commented 1 year ago

It doesn't hurt including this rule. The next libinput release will just make this work better: https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/861