mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 10:57:40 +00:00
testevdev: Correct typo in bus type for Xbox Series S|X via Bluetooth
All Bluetooth devices are bus type 0x0005. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
c13e511844
commit
2b7556fea2
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ static const GuessTest guess_tests[] =
|
|||
.name = "Microsoft Xbox Series S|X Controller (model 1914) via Bluetooth",
|
||||
/* Physically the same device as 0003:045e:0b12 v050f above,
|
||||
* but some functionality is mapped differently */
|
||||
.bus_type = 0x0003,
|
||||
.bus_type = 0x0005,
|
||||
.vendor_id = 0x045e,
|
||||
.product_id = 0x0b13,
|
||||
.version = 0x0515,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue