Merge pull request #91206 from eadwu/revert/pr-90635

Revert "libinput: ensure that we only apply touchpad options to touch…
This commit is contained in:
Michele Guerini Rocco
2020-06-21 08:41:05 +02:00
committed by GitHub

View File

@@ -219,7 +219,6 @@ in {
Section "InputClass"
Identifier "libinputConfiguration"
MatchDriver "libinput"
MatchTag "Touchpad"
${optionalString (cfg.dev != null) ''MatchDevicePath "${cfg.dev}"''}
Option "AccelProfile" "${cfg.accelProfile}"
${optionalString (cfg.accelSpeed != null) ''Option "AccelSpeed" "${cfg.accelSpeed}"''}