bluetooth-mitm: whitelist hardware ID for Moga Pro 2 controller

This commit is contained in:
ndeadly 2020-09-28 19:57:25 +02:00
parent f39c4aaa56
commit c78a58b0c4

View file

@ -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)