mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 21:48:05 +02:00
test: fix udev rule for hp wmi hotkeys test device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
dccc23a77f
commit
39fa810b58
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ static const char udev_rule[] =
|
||||||
"KERNEL!=\"event*\", GOTO=\"switch_end\"\n"
|
"KERNEL!=\"event*\", GOTO=\"switch_end\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"ATTRS{name}==\"litest HP WMI Hotkeys*\",\\\n"
|
"ATTRS{name}==\"litest HP WMI Hotkeys*\",\\\n"
|
||||||
" ENV{ID_INPUT_SWITCH}=\"1\",\\\n"
|
" ENV{ID_INPUT_SWITCH}=\"1\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"LABEL=\"switch_end\"";
|
"LABEL=\"switch_end\"";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue