mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 18:10:28 +01:00
test: add missing NULL for a test device's udev properties
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1246>
This commit is contained in:
parent
d6f081730a
commit
c83bd808ae
1 changed files with 1 additions and 0 deletions
|
|
@ -90,5 +90,6 @@ TEST_DEVICE(LITEST_WACOM_BAMBOO_2FG_FINGER,
|
|||
{ "LIBINPUT_DEVICE_GROUP", "wacom-bamboo-2fg-group" },
|
||||
{ "ID_INPUT_TABLET", "1" },
|
||||
{ "ID_INPUT_TOUCHPAD", "1" },
|
||||
{ NULL },
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue