hwmon: (asus-ec-sensors) fix Formula VIII definition
The ROG CROSSHAIR VIII FORMULA board has the same sensors as the CROSSHAIR VIII HERO [1] thus let's join their definitions which adds missing sensors for Formula. [1] https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/pull/740 Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com> Link: https://lore.kernel.org/r/20220517080508.1910953-1-eugene.shalygin@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
3a3aad6862
commit
5b4285c57b
1 changed files with 2 additions and 10 deletions
|
@ -54,7 +54,7 @@ static char *mutex_path_override;
|
||||||
/* ACPI mutex for locking access to the EC for the firmware */
|
/* ACPI mutex for locking access to the EC for the firmware */
|
||||||
#define ASUS_HW_ACCESS_MUTEX_ASMX "\\AMW0.ASMX"
|
#define ASUS_HW_ACCESS_MUTEX_ASMX "\\AMW0.ASMX"
|
||||||
|
|
||||||
#define MAX_IDENTICAL_BOARD_VARIATIONS 2
|
#define MAX_IDENTICAL_BOARD_VARIATIONS 3
|
||||||
|
|
||||||
/* Moniker for the ACPI global lock (':' is not allowed in ASL identifiers) */
|
/* Moniker for the ACPI global lock (':' is not allowed in ASL identifiers) */
|
||||||
#define ACPI_GLOBAL_LOCK_PSEUDO_PATH ":GLOBAL_LOCK"
|
#define ACPI_GLOBAL_LOCK_PSEUDO_PATH ":GLOBAL_LOCK"
|
||||||
|
@ -257,17 +257,9 @@ static const struct ec_board_info board_info[] = {
|
||||||
.mutex_path = ASUS_HW_ACCESS_MUTEX_ASMX,
|
.mutex_path = ASUS_HW_ACCESS_MUTEX_ASMX,
|
||||||
.family = family_amd_500_series,
|
.family = family_amd_500_series,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
.board_names = {"ROG CROSSHAIR VIII FORMULA"},
|
|
||||||
.sensors = SENSOR_SET_TEMP_CHIPSET_CPU_MB |
|
|
||||||
SENSOR_TEMP_T_SENSOR | SENSOR_TEMP_VRM |
|
|
||||||
SENSOR_FAN_CPU_OPT | SENSOR_FAN_CHIPSET |
|
|
||||||
SENSOR_CURR_CPU | SENSOR_IN_CPU_CORE,
|
|
||||||
.mutex_path = ASUS_HW_ACCESS_MUTEX_ASMX,
|
|
||||||
.family = family_amd_500_series,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
.board_names = {
|
.board_names = {
|
||||||
|
"ROG CROSSHAIR VIII FORMULA"
|
||||||
"ROG CROSSHAIR VIII HERO",
|
"ROG CROSSHAIR VIII HERO",
|
||||||
"ROG CROSSHAIR VIII HERO (WI-FI)",
|
"ROG CROSSHAIR VIII HERO (WI-FI)",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue