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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user