mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 00:10:07 +01:00
Add a missing closing ) in a comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
09a296708a
commit
5d191d10e7
1 changed files with 1 additions and 1 deletions
|
|
@ -3514,7 +3514,7 @@ litest_setup_tests(void)
|
|||
litest_add("touchpad:left-handed", touchpad_left_handed_clickpad_delayed, LITEST_CLICKPAD, LITEST_APPLE_CLICKPAD);
|
||||
|
||||
/* Semi-MT hover tests aren't generic, they only work on this device and
|
||||
* ignore the semi-mt capability (it doesn't matter for the tests */
|
||||
* ignore the semi-mt capability (it doesn't matter for the tests) */
|
||||
litest_add_for_device("touchpad:semi-mt-hover", touchpad_semi_mt_hover_noevent, LITEST_SYNAPTICS_HOVER_SEMI_MT);
|
||||
litest_add_for_device("touchpad:semi-mt-hover", touchpad_semi_mt_hover_down, LITEST_SYNAPTICS_HOVER_SEMI_MT);
|
||||
litest_add_for_device("touchpad:semi-mt-hover", touchpad_semi_mt_hover_down_up, LITEST_SYNAPTICS_HOVER_SEMI_MT);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue