From cc20c4b4d9f317f63a384c11ebd36166c4d55b43 Mon Sep 17 00:00:00 2001 From: ndeadly <24677491+ndeadly@users.noreply.github.com> Date: Tue, 22 Sep 2020 17:16:11 +0200 Subject: [PATCH] bluetooth-mitm: add hardware ID for ipega 9087 controller --- bluetooth-mitm/source/controllers/ipega_controller.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bluetooth-mitm/source/controllers/ipega_controller.hpp b/bluetooth-mitm/source/controllers/ipega_controller.hpp index e2f0a9e..5c72b24 100644 --- a/bluetooth-mitm/source/controllers/ipega_controller.hpp +++ b/bluetooth-mitm/source/controllers/ipega_controller.hpp @@ -83,7 +83,8 @@ namespace ams::controller { public: static constexpr const HardwareID hardware_ids[] = { - {0x1949, 0x0402} + {0x1949, 0x0402}, + {0x1949, 0x0403} }; IpegaController(const bluetooth::Address *address)