mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-05 04:20:13 +01:00
test: fix features for the MS Surface Cover
LITEST_KEYBOARD is the type, LITEST_KEYS is the feature. And this device has buttons, so mark it as such. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
parent
f29060b5c7
commit
af10921550
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ static int events[] = {
|
|||
|
||||
struct litest_test_device litest_ms_surface_cover_device = {
|
||||
.type = LITEST_MS_SURFACE_COVER,
|
||||
.features = LITEST_KEYBOARD | LITEST_RELATIVE | LITEST_FAKE_MT,
|
||||
.features = LITEST_KEYS | LITEST_RELATIVE | LITEST_FAKE_MT | LITEST_BUTTON | LITEST_WHEEL,
|
||||
.shortname = "MS surface cover",
|
||||
.setup = litest_ms_surface_cover_setup,
|
||||
.interface = &interface,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue