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 2306b20 commit 4b5d66eCopy full SHA for 4b5d66e
1 file changed
Controllers/AMDWraithPrismController/RGBController_AMDWraithPrism.cpp
@@ -19,7 +19,11 @@ RGBController_AMDWraithPrism::RGBController_AMDWraithPrism(AMDWraithPrismControl
19
description = "AMD Wraith Prism Device";
20
version = wraith->GetFirmwareVersionString();
21
location = wraith->GetLocationString();
22
- serial = wraith->GetSerialString();
+ /*-----------------------------------------------------*\
23
+ | Don't use HID serial string, it is inconsistent on my |
24
+ | Wraith Prism |
25
+ \*-----------------------------------------------------*/
26
+ serial = "";//wraith->GetSerialString();
27
28
mode Direct;
29
Direct.name = "Direct";
0 commit comments