We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ec451 commit e023642Copy full SHA for e023642
1 file changed
lib/devices/audeze_maxwell.hpp
@@ -30,9 +30,10 @@ namespace headsetcontrol {
30
*/
31
class AudezeMaxwell : public HIDDevice {
32
public:
33
- static constexpr std::array<uint16_t, 2> SUPPORTED_PRODUCT_IDS {
+ static constexpr std::array<uint16_t, 3> SUPPORTED_PRODUCT_IDS {
34
0x4b19, // Maxwell
35
- 0x4b18 // Maxwell Xbox Dongle
+ 0x4b18, // Maxwell Xbox Dongle
36
+ 0x4b29 // Maxwell 2 (PlayStation version)
37
};
38
39
static constexpr int MSG_SIZE = 62;
0 commit comments