mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 15:25:38 +00:00
Add support for maxilife-nba by just checking for "maxilife-" prefix.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1085 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -57,7 +57,8 @@ ask CVS about it:
|
|||||||
Program sensord: Add -d (debug) and -p (pid-file) options
|
Program sensord: Add -d (debug) and -p (pid-file) options
|
||||||
Program sensors: Change reported version from 1.3 to the lm_sensors version;
|
Program sensors: Change reported version from 1.3 to the lm_sensors version;
|
||||||
Fix swapped limit and hysteresis on 9240, 5595, 686a;
|
Fix swapped limit and hysteresis on 9240, 5595, 686a;
|
||||||
Change mtp008 temps from max/min to limit/hyst.
|
Change mtp008 temps from max/min to limit/hyst;
|
||||||
|
Add maxilife-nba support.
|
||||||
Program sensors-detect: Recognize lm78 with chipid=0x20;
|
Program sensors-detect: Recognize lm78 with chipid=0x20;
|
||||||
Recognize SMSC Victory66 South Bridge;
|
Recognize SMSC Victory66 South Bridge;
|
||||||
Add devfs /dev/i2c/x support;
|
Add devfs /dev/i2c/x support;
|
||||||
|
@@ -316,9 +316,7 @@ void do_a_print(sensors_chip_name name)
|
|||||||
(!strcmp(name.prefix,"w83627hf")) ||
|
(!strcmp(name.prefix,"w83627hf")) ||
|
||||||
(!strcmp(name.prefix,"as99127f")))
|
(!strcmp(name.prefix,"as99127f")))
|
||||||
print_w83781d(&name);
|
print_w83781d(&name);
|
||||||
else if (!strcmp(name.prefix,"maxilife-cg") ||
|
else if (!strcmp(name.prefix,"maxilife-"))
|
||||||
!strcmp(name.prefix,"maxilife-co") ||
|
|
||||||
!strcmp(name.prefix,"maxilife-as"))
|
|
||||||
print_maxilife(&name);
|
print_maxilife(&name);
|
||||||
else if (!strcmp(name.prefix,"ddcmon"))
|
else if (!strcmp(name.prefix,"ddcmon"))
|
||||||
print_ddcmon(&name);
|
print_ddcmon(&name);
|
||||||
|
Reference in New Issue
Block a user