Set inversion bits

This commit is contained in:
Adam Honse
2020-02-19 12:17:17 -06:00
parent efc67ee6e9
commit 7ab2f3edf7

View File

@@ -39,7 +39,7 @@ MSIRGBController::MSIRGBController(int sioaddr)
/*-----------------------------------------------------*\
| Lighting enabled, RGB non-inverted, header on |
\*-----------------------------------------------------*/
superio_outb(msi_sioaddr, MSI_SIO_RGB_REG_CFG_3, 0xE2);
superio_outb(msi_sioaddr, MSI_SIO_RGB_REG_CFG_3, 0xFE);
}
MSIRGBController::~MSIRGBController()