hwmontemp: Add MAX6639
Add MAX6639 HWMON reading support to read the temperature sensors
found on IBM servers. The MAX6639 is supported by Linux since 2010.
Tested: Can read the MAX6639 temperature sensors on IBM SBP1.
Change-Id: I38dea751940dfabd0df42c9d78caf3fb03500710
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/src/HwmonTempMain.cpp b/src/HwmonTempMain.cpp
index abcce28..c168e1e 100644
--- a/src/HwmonTempMain.cpp
+++ b/src/HwmonTempMain.cpp
@@ -65,6 +65,7 @@
{"MAX31730", I2CDeviceType{"max31730", true}},
{"MAX6581", I2CDeviceType{"max6581", true}},
{"MAX6654", I2CDeviceType{"max6654", true}},
+ {"MAX6639", I2CDeviceType{"max6639", true}},
{"NCT6779", I2CDeviceType{"nct6779", true}},
{"NCT7802", I2CDeviceType{"nct7802", true}},
{"SBTSI", I2CDeviceType{"sbtsi", true}},