From e7d976b4d28ad30f563f300322df1dc6c4c38017 Mon Sep 17 00:00:00 2001 From: Eddie James Date: Mon, 26 Feb 2018 13:42:45 -0600 Subject: Change occ-hwmon device names Device names changed in 4.13, so update them here. Change-Id: Ieb92f55499f3577dbfd737ea870a69dd4f351bc2 Signed-off-by: Eddie James --- occ_device.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'occ_device.hpp') diff --git a/occ_device.hpp b/occ_device.hpp index 2ca94f5..efa46dc 100644 --- a/occ_device.hpp +++ b/occ_device.hpp @@ -41,11 +41,7 @@ class Device const Manager& manager, Status& status, std::function callBack = nullptr) : -#ifdef I2C_OCC config(name), -#else - config(name + '-' + "dev0"), -#endif errorFile(fs::path(config) / "occ_error"), statusObject(status), error(event, errorFile, callBack), -- cgit v1.2.1