mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
Add buzz controllers to usb whitelist
This commit is contained in:
parent
7523416a12
commit
4a5559ee65
1 changed files with 6 additions and 0 deletions
|
@ -183,6 +183,12 @@ usb_handler_thread::usb_handler_thread()
|
|||
check_device(0x044F, 0xB65D, 0xB65D, "Thrustmaster FFB");
|
||||
check_device(0x044F, 0xB65E, 0xB65E, "Thrustmaster TRS");
|
||||
check_device(0x044F, 0xB660, 0xB660, "Thrustmaster T500 RS Gear Shift");
|
||||
|
||||
// Buzz controllers
|
||||
check_device(0x054C, 0x1000, 0x1040, "buzzer0");
|
||||
check_device(0x054C, 0x0001, 0x0041, "buzzer1");
|
||||
check_device(0x054C, 0x0042, 0x0042, "buzzer2");
|
||||
check_device(0x046D, 0xC220, 0xC220, "buzzer9");
|
||||
}
|
||||
|
||||
if (ndev > 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue