Searched hist:fe6ac23777ef70c17aa7333400ede88e364fbd36 (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | hwmon.h | diff fe6ac23777ef70c17aa7333400ede88e364fbd36 Sun May 07 17:22:17 CEST 2023 James Seo <james@equiv.tech> hwmon: (core) Add missing beep-related standard attributes
beep_enable, inX_beep, currX_beep, fanX_beep, and tempX_beep are standard attributes mentioned in the sysfs interface specification but not implemented in the hwmon core. Since these are not deprecated, implement them.
Adding beep_mask is not necessary, as it is deprecated and the drivers already using it are manually defining it.
Signed-off-by: James Seo <james@equiv.tech> Link: https://lore.kernel.org/r/20230507152216.1862653-1-james@equiv.tech Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|
/linux/drivers/hwmon/ |
H A D | hwmon.c | diff fe6ac23777ef70c17aa7333400ede88e364fbd36 Sun May 07 17:22:17 CEST 2023 James Seo <james@equiv.tech> hwmon: (core) Add missing beep-related standard attributes
beep_enable, inX_beep, currX_beep, fanX_beep, and tempX_beep are standard attributes mentioned in the sysfs interface specification but not implemented in the hwmon core. Since these are not deprecated, implement them.
Adding beep_mask is not necessary, as it is deprecated and the drivers already using it are manually defining it.
Signed-off-by: James Seo <james@equiv.tech> Link: https://lore.kernel.org/r/20230507152216.1862653-1-james@equiv.tech Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|