Browse Source

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>
Simon McVittie 1 year ago
parent
commit
2b7556fea2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testevdev.c

+ 1 - 1
test/testevdev.c

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