diff --git a/test/testevdev.c b/test/testevdev.c index 61052f1300..746d0af495 100644 --- a/test/testevdev.c +++ b/test/testevdev.c @@ -1073,22 +1073,24 @@ static const GuessTest guess_tests[] = }, }, { - /* Flags guessed from kernel source code */ + /* Flags guessed from kernel source code, not confirmed with real + * hardware */ .name = "Wiimote - Balance Board", /* TODO: Should this be JOYSTICK? */ .expected = SDL_UDEV_DEVICE_UNKNOWN, /* SYN, KEY, ABS */ .ev = { 0x0b }, /* Hat 0-1 */ - .abs = { 0x00, 0x0f }, + .abs = { 0x00, 0x00, 0x0f }, .keys = { /* 0x00-0xff */ ZEROx8, ZEROx8, ZEROx8, ZEROx8, - /* A */ + /* BTN_A */ /* 0x100 */ ZEROx4, 0x00, 0x00, 0x01, 0x00, }, }, { - /* Flags guessed from kernel source code */ + /* Flags guessed from kernel source code, not confirmed with real + * hardware */ .name = "Wiimote - Wii U Pro Controller", .expected = SDL_UDEV_DEVICE_JOYSTICK, /* SYN, KEY, ABS */