Skip to content

Commit c96c3d9

Browse files
authored
Added ARCTICS_NOVA_PRO_WIRELESS_BASESTATION ProductID (#379)
1 parent 081c376 commit c96c3d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/devices/steelseries_arctis_nova_pro_wireless.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
static struct device device_arctis;
88

9-
enum { ID_ARCTIS_NOVA_PRO_WIRELESS_BASE_STATION = 0x12e0 };
9+
enum { ID_ARCTIS_NOVA_PRO_WIRELESS_BASE_STATION = 0x12e0,
10+
ID_ARCTIS_NOVA_PRO_WIRELESS_X_BASE_STATION = 0x12e5 };
1011

1112
enum {
1213
MSG_SIZE = 31,
@@ -47,7 +48,7 @@ enum {
4748
EQUALIZER_BAND_MAX = +10,
4849
};
4950

50-
static const uint16_t PRODUCT_IDS[] = { ID_ARCTIS_NOVA_PRO_WIRELESS_BASE_STATION };
51+
static const uint16_t PRODUCT_IDS[] = { ID_ARCTIS_NOVA_PRO_WIRELESS_BASE_STATION, ID_ARCTIS_NOVA_PRO_WIRELESS_X_BASE_STATION };
5152
static EqualizerInfo EQUALIZER = { EQUALIZER_BANDS_SIZE, 0, 0.5, EQUALIZER_BAND_MIN, EQUALIZER_BAND_MAX };
5253

5354
static int set_sidetone(hid_device* device_handle, uint8_t num);

0 commit comments

Comments
 (0)