mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-26 14:20:21 +00:00
bluetooth-mitm: add alternate pid for xbox elite v2 controller
This commit is contained in:
parent
1f84509e4c
commit
7fc5562be6
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ namespace ams::controller {
|
|||
static constexpr const HardwareID hardware_ids[] = {
|
||||
{0x045e, 0x02e0}, // Official Xbox One S Controller
|
||||
{0x045e, 0x02fd}, // Official Xbox One S Controller
|
||||
{0x045e, 0x0b00} // Official Xbox One Elite 2 Controller
|
||||
{0x045e, 0x0b00}, // Official Xbox One Elite 2 Controller
|
||||
{0x045e, 0x0b05} // Official Xbox One Elite 2 Controller
|
||||
};
|
||||
|
||||
XboxOneController(const bluetooth::Address *address)
|
||||
|
|
Loading…
Reference in a new issue