Skip to content

Commit e023642

Browse files
authored
Add support for Audeze Maxwell 2 PlayStation version (#502)
1 parent 02ec451 commit e023642

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/devices/audeze_maxwell.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ namespace headsetcontrol {
3030
*/
3131
class AudezeMaxwell : public HIDDevice {
3232
public:
33-
static constexpr std::array<uint16_t, 2> SUPPORTED_PRODUCT_IDS {
33+
static constexpr std::array<uint16_t, 3> SUPPORTED_PRODUCT_IDS {
3434
0x4b19, // Maxwell
35-
0x4b18 // Maxwell Xbox Dongle
35+
0x4b18, // Maxwell Xbox Dongle
36+
0x4b29 // Maxwell 2 (PlayStation version)
3637
};
3738

3839
static constexpr int MSG_SIZE = 62;

0 commit comments

Comments
 (0)