From bd0808be68f0bb8e1f1dc1d8959a990059a1c8cc Mon Sep 17 00:00:00 2001 From: jjantti22 Date: Sun, 29 Mar 2026 18:34:39 +0300 Subject: [PATCH] Add support for Audeze Maxwell 2 PlayStation version --- lib/devices/audeze_maxwell.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/devices/audeze_maxwell.hpp b/lib/devices/audeze_maxwell.hpp index fa8bd09..4a44cc8 100644 --- a/lib/devices/audeze_maxwell.hpp +++ b/lib/devices/audeze_maxwell.hpp @@ -30,9 +30,10 @@ namespace headsetcontrol { */ class AudezeMaxwell : public HIDDevice { public: - static constexpr std::array SUPPORTED_PRODUCT_IDS { + static constexpr std::array SUPPORTED_PRODUCT_IDS { 0x4b19, // Maxwell - 0x4b18 // Maxwell Xbox Dongle + 0x4b18, // Maxwell Xbox Dongle + 0x4b29 // Maxwell 2 (PlayStation version) }; static constexpr int MSG_SIZE = 62;