Now for real

This commit is contained in:
alpemwarrior 2020-10-12 16:46:05 +02:00 committed by Adam Honse
parent 912af1555a
commit 54cccaa4a7

View file

@ -76,7 +76,7 @@ MSIRGBController::MSIRGBController(int sioaddr)
if((enable & MSI_SIO_RGB_ENABLE_MASK) != MSI_SIO_RGB_ENABLE_MASK)
{
superio_outb(msi_sioaddr, MSI_SIO_RGB_REG_ENABLE, MSI_SIO_RGB_ENABLE_MASK & (enable & !MSI_SIO_RGB_ENABLE_MASK));
superio_outb(msi_sioaddr, MSI_SIO_RGB_REG_ENABLE, 0xE0);
}
/*-----------------------------------------------------*\