From 39fa810b58ac3074454c7dd28151bd3a364bce35 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 1 Feb 2018 14:13:24 +1000 Subject: [PATCH] test: fix udev rule for hp wmi hotkeys test device Signed-off-by: Peter Hutterer --- 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 2d12bf15..94c74a65 100644 --- a/test/litest-device-hp-wmi-hotkeys.c +++ b/test/litest-device-hp-wmi-hotkeys.c @@ -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\"";