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>
main
Simon McVittie 2023-06-16 14:35:16 +01:00 committed by Sam Lantinga
parent c13e511844
commit 2b7556fea2
1 changed files with 1 additions and 1 deletions

View File

@ -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,