pinebookpro: Change xorg snippet for touchpad to properly enable options.

Turns out that the touchpad gets eventX randomly for people, I've seen
some with event2, some with event6 and mine is always event4, so change
the match to do all event devices.
This commit is contained in:
Steev Klimaszewski
2020-02-09 15:30:58 -06:00
parent 339906bf40
commit 3f73a747df

View File

@@ -248,7 +248,7 @@ Section "InputClass"
Identifier "libinput for HAILUCK CO.,LTD USB KEYBOARD Touchpad"
MatchIsTouchpad "on"
MatchUSBID "258a:001e"
MatchDevicePath "/dev/input/event2"
MatchDevicePath "/dev/input/event*"
Option "AccelProfile" "adaptive"
Option "AccelSpeed" "0.8"