mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
test: add missing BTN_TOOL_QUINTTAP to the acer hawaii test device
This recording comes from https://bugs.freedesktop.org/show_bug.cgi?id=99140 and it's set there so this si presumably a copy/paste issue. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1413>
This commit is contained in:
parent
bee28a7e53
commit
13405e4b8c
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ static int events[] = {
|
|||
EV_KEY, BTN_TOOL_DOUBLETAP,
|
||||
EV_KEY, BTN_TOOL_TRIPLETAP,
|
||||
EV_KEY, BTN_TOOL_QUADTAP,
|
||||
EV_KEY, BTN_TOOL_QUINTTAP,
|
||||
INPUT_PROP_MAX, INPUT_PROP_POINTER,
|
||||
INPUT_PROP_MAX, INPUT_PROP_BUTTONPAD,
|
||||
-1, -1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue