mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-17 05:38:27 +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:
|
public:
|
||||||
static constexpr const HardwareID hardware_ids[] = {
|
static constexpr const HardwareID hardware_ids[] = {
|
||||||
{0x045e, 0x02e0}, // Official Xbox One S Controller
|
{0x045e, 0x02e0}, // Official Xbox One S Controller
|
||||||
{0x045e, 0x02fd} // 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)
|
XboxOneController(const bluetooth::Address *address)
|
||||||
: EmulatedSwitchController(address) { };
|
: EmulatedSwitchController(address) { };
|
||||||
|
|
Loading…
Add table
Reference in a new issue