mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 20:33:07 +00:00
bluetooth-mitm: whitelist hardware ID for Moga Pro 2 controller
This commit is contained in:
parent
f39c4aaa56
commit
c78a58b0c4
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ namespace ams::controller {
|
|||
|
||||
public:
|
||||
static constexpr const HardwareID hardware_ids[] = {
|
||||
{0x20d6, 0x89e5} // Moga Hero Controller
|
||||
{0x20d6, 0x89e5}, // Moga Hero Controller
|
||||
{0x20d6, 0x6271} // Moga Pro 2 Controller
|
||||
};
|
||||
|
||||
PowerAController(const bluetooth::Address *address)
|
||||
|
|
Loading…
Reference in a new issue