mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
fix w83781d temp3 alarm; patch from
Dave Johnson <ddj@cascv.brown.edu> git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1546 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -2097,7 +2097,7 @@ void print_w83781d(const sensors_chip_name *name)
|
||||
if(!is82d) {
|
||||
print_label(label,10);
|
||||
print_temp_info( cur, max, min, HYST, 1, 0);
|
||||
printf(" %s %s\n", alarms&W83781D_ALARM_TEMP2 ?"ALARM":" ",
|
||||
printf(" %s %s\n", alarms&W83781D_ALARM_TEMP3 ?"ALARM":" ",
|
||||
beeps&W83781D_ALARM_TEMP3?"(beep)":"");
|
||||
} else {
|
||||
if(!sensors_get_feature(*name,SENSORS_W83781D_SENS3,&sens)) {
|
||||
|
Reference in New Issue
Block a user