jackhumbert / pinebook-pro-keyboard-updater

A keyboard/touchpad firmware and updater for the Pinebook Pro
80 stars 11 forks source link

Fix touchpad HID Usage Page for x and y dimensions #19

Closed akirakyle closed 4 years ago

akirakyle commented 4 years ago

This fixes the reported dimensions of the touchpad in the HID report descriptor. This means no evdev hwdb override is necessary as described here. Furthermore this enables the libinput Option "DisableWhileTyping" "on" which is disabled for touchpads <= 55mm high so finally proper palm detection will work in all modern wayland environments which use libinput.

jackhumbert commented 4 years ago

Nice! Thanks :)