mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-04 14:08:00 +02:00
test: fix udev rule for waltop tablet test device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
92196ce555
commit
6b561d4505
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ static const char udev_rule[] =
|
|||
"ATTRS{name}==\"litest WALTOP Batteryless Tablet*\",\\\n"
|
||||
" ENV{LIBINPUT_ATTR_SIZE_HINT}=\"200x200\"\n"
|
||||
"\n"
|
||||
"LABEL=\"touchpad_end\"";
|
||||
"LABEL=\"waltop_end\"";
|
||||
|
||||
struct litest_test_device litest_waltop_tablet_device = {
|
||||
.type = LITEST_WALTOP,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue