Fix AlienwareMonitorController on Linux

This commit is contained in:
Adam Honse 2025-08-02 17:45:44 -05:00
parent 0255b09e0e
commit 90c1e10cc5

View file

@ -56,6 +56,7 @@ void AlienwareMonitorController::SendColor(unsigned char led_id, unsigned char r
memset(packet, 0xFF, sizeof(packet));
packet[0] = 0x00;
packet[1] = 0x92;
packet[2] = 0x37;
packet[3] = 0x0a;
@ -87,6 +88,7 @@ void AlienwareMonitorController::Initialize()
memset(packet, 0xFF, sizeof(packet));
packet[0] = 0x00;
packet[1] = 0x95;
packet[2] = 0x00;
packet[3] = 0x00;
@ -101,6 +103,7 @@ void AlienwareMonitorController::Initialize()
memset(packet, 0xFF, sizeof(packet));
packet[0] = 0x00;
packet[1] = 0x92;
packet[2] = 0x37;
packet[3] = 0x08;
@ -123,6 +126,7 @@ void AlienwareMonitorController::Initialize()
memset(packet, 0x00, sizeof(packet));
packet[0] = 0x00;
packet[1] = 0x93;
packet[2] = 0x37;
packet[3] = 0x12;