mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 15:48:23 +00:00
sfc: Add new sensor names
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
parent
0cf7a455d4
commit
8d13a377b8
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ static const struct {
|
||||||
"Controller die temp. (ext. ADC)", TEMP, -1),
|
"Controller die temp. (ext. ADC)", TEMP, -1),
|
||||||
SENSOR(AMBIENT_TEMP, "Ambient temp.", TEMP, -1),
|
SENSOR(AMBIENT_TEMP, "Ambient temp.", TEMP, -1),
|
||||||
SENSOR(AIRFLOW, "Air flow raw", IN, -1),
|
SENSOR(AIRFLOW, "Air flow raw", IN, -1),
|
||||||
|
SENSOR(VDD08D_VSS08D_CSR, "0.9V die (int. ADC)", IN, -1),
|
||||||
|
SENSOR(VDD08D_VSS08D_CSR_EXTADC, "0.9V die (ext. ADC)", IN, -1),
|
||||||
|
SENSOR(HOTPOINT_TEMP, "Controller board temp. (hotpoint)", TEMP, -1),
|
||||||
#undef SENSOR
|
#undef SENSOR
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue