mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 20:33:07 +00:00
btdrv-mitm: whitelist id for xbox one elite v2 controller
This commit is contained in:
parent
215af9d64c
commit
382da91b04
1 changed files with 4 additions and 3 deletions
|
@ -113,9 +113,10 @@ namespace ams::controller {
|
|||
|
||||
public:
|
||||
static constexpr const HardwareID hardware_ids[] = {
|
||||
{0x045e, 0x02e0}, // Official Xbox One S Controller
|
||||
{0x045e, 0x02fd} // Official Xbox One S Controller
|
||||
};
|
||||
{0x045e, 0x02e0}, // Official Xbox One S Controller
|
||||
{0x045e, 0x02fd}, // Official Xbox One S Controller
|
||||
{0x045e, 0x0b00} // Official Xbox One Elite 2 Controller
|
||||
};
|
||||
|
||||
XboxOneController(const bluetooth::Address *address)
|
||||
: EmulatedSwitchController(address) { };
|
||||
|
|
Loading…
Reference in a new issue