You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
920 B

From eed0c32ebdea9f212e20b06d9a4dde3d6f1ac0d0 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer@who-t.net>
Date: Fri, 18 May 2018 15:02:55 +1000
Subject: [PATCH libinput 7/7] test: fix the udev rule for the HP WMI hotkeys
device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
---
test/litest-device-hp-wmi-hotkeys.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/litest-device-hp-wmi-hotkeys.c b/test/litest-device-hp-wmi-hotkeys.c
index 94c74a65..a2b18324 100644
--- a/test/litest-device-hp-wmi-hotkeys.c
+++ b/test/litest-device-hp-wmi-hotkeys.c
@@ -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\"";
--
2.14.3