devices: add ADS1015 support

Add ADS1015 into supported devices list. This is A Voltage
ADCs that employed in a variety of systems.

Tested: tested on a machine. Driver is loaded sucessfully.

Signed-off-by: Joseph Fu <joseph.fu@quantatw.com>
Change-Id: Ib044c76a12e50fd0b5e07d1aa6af37d6f4a0c1ee
diff --git a/include/devices.hpp b/include/devices.hpp
index a38fa67..c3f1985 100644
--- a/include/devices.hpp
+++ b/include/devices.hpp
@@ -111,6 +111,10 @@
           ExportTemplate("adm1272 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
                          "new_device", "delete_device",
                          createsHWMon::noHWMonDir)},
+         {"ADS1015",
+          ExportTemplate("ads1015 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
+                         "new_device", "delete_device",
+                         createsHWMon::noHWMonDir)},
          {"ADS7828",
           ExportTemplate("ads7828 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
                          "new_device", "delete_device",