hwmontempsensor: Add support for TMP1075

Add sensor type TMP1075[1] for thermal sensor monitoring.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ec081f9154766be98b7be6e4c4483b580c5b12e7

Change-Id: I5c3b15cca90f3a5f888b35ebe7e8c0c20cae9599
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
diff --git a/src/hwmon-temp/HwmonTempMain.cpp b/src/hwmon-temp/HwmonTempMain.cpp
index 58f017f..cd86571 100644
--- a/src/hwmon-temp/HwmonTempMain.cpp
+++ b/src/hwmon-temp/HwmonTempMain.cpp
@@ -85,6 +85,7 @@
     {"SBTSI", I2CDeviceType{"sbtsi", true}},
     {"SI7020", I2CDeviceType{"si7020", false}},
     {"TMP100", I2CDeviceType{"tmp100", true}},
+    {"TMP1075", I2CDeviceType{"tmp1075", true}},
     {"TMP112", I2CDeviceType{"tmp112", true}},
     {"TMP175", I2CDeviceType{"tmp175", true}},
     {"TMP411", I2CDeviceType{"tmp411", true}},