Update MSI-RGB controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-01 00:50:19 -05:00
parent 803d1681c4
commit 67f7c40fa5
5 changed files with 62 additions and 41 deletions

View file

@ -1,13 +1,15 @@
/*-----------------------------------------*\
| MSIRGBController.cpp |
| |
| Driver for MSI-RGB lighting controller |
| |
| Logic adapted from: |
| https://github.com/nagisa/msi-rgb |
| |
| Adam Honse (CalcProgrammer1) 2/11/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| MSIRGBController.cpp |
| |
| Driver for MSI-RGB motherboard |
| |
| Logic adapted from https://github.com/nagisa/msi-rgb |
| |
| Adam Honse (CalcProgrammer1) 11 Feb 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "MSIRGBController.h"
#include "dmiinfo.h"
@ -30,7 +32,6 @@ MSIRGBController::MSIRGBController(int sioaddr, bool invert)
superio_outb(msi_sioaddr, 0x2C, val_at_2c);
/*-----------------------------------------------------*\
| Set logical device register to RGB controller |
\*-----------------------------------------------------*/