mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-31 17:00:09 +01: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"
|
||||
"\n"
|
||||
"ATTRS{name}==\"litest HP WMI Hotkeys*\",\\\n"
|
||||
" ENV{ID_INPUT_SWITCH}=\"1\",\\\n"
|
||||
" ENV{ID_INPUT_SWITCH}=\"1\"\n"
|
||||
"\n"
|
||||
"LABEL=\"switch_end\"";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue