mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 12:40:41 +01:00
test: fix the udev rule for the synaptics hover device
Missing \\ for a udev rule split across two lines Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f6c2d4b8b5
commit
57527623ee
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ static const char udev_rule[] =
|
|||
"ACTION==\"remove\", GOTO=\"synaptics_semi_mt_end\"\n"
|
||||
"KERNEL!=\"event*\", GOTO=\"synaptics_semi_mt_end\"\n"
|
||||
"\n"
|
||||
"ATTRS{name}==\"SynPS/2 Synaptics TouchPad\",\n"
|
||||
"ATTRS{name}==\"SynPS/2 Synaptics TouchPad\",\\\n"
|
||||
" ENV{LIBINPUT_MODEL_JUMPING_SEMI_MT}=\"1\"\n"
|
||||
"\n"
|
||||
"LABEL=\"synaptics_semi_mt_end\"";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue