mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 08:40:06 +01:00
test: fix the udev rule for the HP WMI hotkeys device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
187e33f5da
commit
c94b33768a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ static const char udev_rule[] =
|
|||
"ACTION==\"remove\", GOTO=\"switch_end\"\n"
|
||||
"KERNEL!=\"event*\", GOTO=\"switch_end\"\n"
|
||||
"\n"
|
||||
"ATTRS{name}==\"litest HP WMI Hotkeys*\",\\\n"
|
||||
"ATTRS{name}==\"litest HP WMI hotkeys*\",\\\n"
|
||||
" ENV{ID_INPUT_SWITCH}=\"1\"\n"
|
||||
"\n"
|
||||
"LABEL=\"switch_end\"";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue