mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 08:58:04 +02:00
test: remove invalid GOTO in udev rule
This was always jumped over because for this device, the touchpad was never set anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3b7b9ef682
commit
bb66232298
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ static int events[] = {
|
||||||
static const char udev_rule[] =
|
static const char udev_rule[] =
|
||||||
"ACTION==\"remove\", GOTO=\"touchpad_end\"\n"
|
"ACTION==\"remove\", GOTO=\"touchpad_end\"\n"
|
||||||
"KERNEL!=\"event*\", GOTO=\"touchpad_end\"\n"
|
"KERNEL!=\"event*\", GOTO=\"touchpad_end\"\n"
|
||||||
"ENV{ID_INPUT_TOUCHPAD}==\"\", GOTO=\"touchpad_end\"\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"ATTRS{name}==\"litest Low DPI Mouse*\",\\\n"
|
"ATTRS{name}==\"litest Low DPI Mouse*\",\\\n"
|
||||||
" ENV{MOUSE_DPI}=\"400@125\"\n"
|
" ENV{MOUSE_DPI}=\"400@125\"\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue