Skip to content

Commit 6e01b49

Browse files
=Sapd
authored andcommitted
fix(steelseries_arctis_nova_7): add missing product ID for World of Warcraft 20th Anniversary Edition headset
1 parent 49d9257 commit 6e01b49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/devices/steelseries_arctis_nova_7.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ static struct device device_arctis;
1515
#define ID_ARCTIS_NOVA_7x_v2 0x2258
1616
#define ID_ARCTIS_NOVA_7p 0x220a
1717
#define ID_ARCTIS_NOVA_7_DIABLO_IV 0x223a
18+
#define ID_ARCTIS_NOVA_7_WOW_ED 0x227a
1819

1920
#define BATTERY_MAX 0x04
2021
#define BATTERY_MIN 0x00
@@ -29,7 +30,7 @@ static struct device device_arctis;
2930
#define EQUALIZER_BAND_MAX +10
3031
#define EQUALIZER_PRESETS_COUNT 4
3132

32-
static const uint16_t PRODUCT_IDS[] = { ID_ARCTIS_NOVA_7, ID_ARCTIS_NOVA_7x, ID_ARCTIS_NOVA_7x_v2, ID_ARCTIS_NOVA_7p, ID_ARCTIS_NOVA_7_DIABLO_IV };
33+
static const uint16_t PRODUCT_IDS[] = { ID_ARCTIS_NOVA_7, ID_ARCTIS_NOVA_7x, ID_ARCTIS_NOVA_7x_v2, ID_ARCTIS_NOVA_7p, ID_ARCTIS_NOVA_7_DIABLO_IV, ID_ARCTIS_NOVA_7_WOW_ED };
3334
static const uint8_t SAVE_DATA[MSG_SIZE] = { 0x06, 0x09 };
3435

3536
float flat[EQUALIZER_BANDS_COUNT] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };

0 commit comments

Comments
 (0)