commit | 68c0d69dee594e1488aebe12aa50fd79a3e5e5b5 | [log] [tgz] |
---|---|---|
author | Nicolin Chen <nicoleotsuka@gmail.com> | Fri Oct 05 16:59:04 2018 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Oct 10 20:37:13 2018 -0700 |
tree | 51d47b87f3388823cfba2922dfd9514bbb3b7c99 | |
parent | ead21c77d709cfba593c42f4d71c09e469a19448 [diff] |
hwmon: (core) Add hwmon_in_enable attribute According to hwmon ABI, in%d_enable is a sysfs interface that allows user space to enable and disable the input sensor. So this patch just simply adds the attribute to the list. Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>