Follow existing naming convention

This commit is contained in:
David Heinemeier Hansson
2026-02-07 14:09:16 +01:00
parent 2c9c0f883a
commit 75a0ee6149
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# Enable Synaptics InterTouch for confirmed touchpads if not already loaded
if grep -qi synaptics /proc/bus/input/devices \
&& ! lsmod | grep -q '^psmouse'; then
modprobe psmouse synaptics_intertouch=1
fi