mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-13 01:30:30 +01:00
test: add LITEST_KEYS to roccat mouse features
The mouse can generate key events, so it should be carry that feature bit. Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
fefc31806e
commit
06b4d83c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ static struct input_absinfo absinfo[] = {
|
|||
|
||||
struct litest_test_device litest_mouse_roccat_device = {
|
||||
.type = LITEST_MOUSE_ROCCAT,
|
||||
.features = LITEST_RELATIVE | LITEST_BUTTON | LITEST_WHEEL,
|
||||
.features = LITEST_RELATIVE | LITEST_BUTTON | LITEST_WHEEL | LITEST_KEYS,
|
||||
.shortname = "mouse_roccat",
|
||||
.setup = litest_mouse_roccat_setup,
|
||||
.interface = NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue