mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 23:07:45 +08:00
testevdev: Add details of another driving simulator controller
Thanks to Ben Fradella. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Sam Lantinga
parent
2b00751206
commit
16b57d2ff1
@@ -1406,6 +1406,22 @@ static const GuessTest guess_tests[] =
|
|||||||
/* RX, RY, RZ */
|
/* RX, RY, RZ */
|
||||||
.abs = { 0x38 },
|
.abs = { 0x38 },
|
||||||
},
|
},
|
||||||
|
{ /* https://github.com/ValveSoftware/Proton/issues/5126 */
|
||||||
|
.name = "FANATEC ClubSport USB Handbrake",
|
||||||
|
.bus_type = 0x0003,
|
||||||
|
.vendor_id = 0x0eb7,
|
||||||
|
.product_id = 0x1a93,
|
||||||
|
.version = 0x0111,
|
||||||
|
/* TODO: Ideally we would identify this as a joystick, but there
|
||||||
|
* isn't currently enough information to do that without a table
|
||||||
|
* of known devices. */
|
||||||
|
.expected = SDL_UDEV_DEVICE_JOYSTICK,
|
||||||
|
.todo = "https://github.com/ValveSoftware/Proton/issues/5126",
|
||||||
|
/* SYN, ABS */
|
||||||
|
.ev = { 0x09 },
|
||||||
|
/* X only */
|
||||||
|
.abs = { 0x01 },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.name = "No information",
|
.name = "No information",
|
||||||
.expected = SDL_UDEV_DEVICE_UNKNOWN,
|
.expected = SDL_UDEV_DEVICE_UNKNOWN,
|
||||||
|
|||||||
Reference in New Issue
Block a user