Fixed 5th fan channel for IT87 chips. Added ADL status code to report.

This commit is contained in:
Michael Möller
2010-01-28 19:31:10 +00:00
parent cf85bde358
commit d7f2ebd4ba
4 changed files with 17 additions and 8 deletions

View File

@@ -109,7 +109,7 @@ namespace OpenHardwareMonitor.Hardware.ATI {
public const int ADL_MAX_ADAPTERS = 40;
public const int ADL_MAX_DISPLAYS = 40;
public const int ADL_MAX_DEVICENAME = 32;
public const int ADL_SUCCESS = 0;
public const int ADL_OK = 0;
public const int ADL_FAIL = -1;
public const int ADL_DRIVER_OK = 0;
public const int ADL_MAX_GLSYNC_PORTS = 8;