Skip to content

Commit 0a23dd4

Browse files
committed
Added PID for another wired variant
1 parent 1642bed commit 0a23dd4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

50-nova-pro.rules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Arctis Nova Pro Wireless
22
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="12e0", TAG+="uaccess", ENV{SYSTEMD_USER_WANTS}="nova-chatmix.service"
3-
4-
# Arctis Nova Pro Wireless (xbox variant)
53
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="12e5", TAG+="uaccess", ENV{SYSTEMD_USER_WANTS}="nova-chatmix.service"
64

75
# Arctis Nova Pro
86
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="12cb", TAG+="uaccess", ENV{SYSTEMD_USER_WANTS}="nova-chatmix.service"
7+
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="12cd", TAG+="uaccess", ENV{SYSTEMD_USER_WANTS}="nova-chatmix.service"

nova-chatmix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def _set_volume(self, sink: str, volume: int):
5353
class NovaProWireless:
5454
# USB VendorID
5555
VID = 0x1038
56-
# USB PIDs for Acrtis Nova Pro Wireless & XBOX variant
57-
PID_LIST = [0x12E0, 0x12E5, 0x12CB]
56+
# USB ProductIDs for Acrtis Nova Pro Wireless & Wired
57+
PID_LIST = [0x12E0, 0x12E5, 0x12CB, 0x12CD]
5858

5959
# bInterfaceNumber
6060
INTERFACE = 0x4

0 commit comments

Comments
 (0)