mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
11 lines
359 B
Diff
11 lines
359 B
Diff
|
--- a/drivers/hwmon/iei-wt61p803-puzzle-hwmon.c
|
||
|
+++ b/drivers/hwmon/iei-wt61p803-puzzle-hwmon.c
|
||
|
@@ -251,6 +251,7 @@ static const struct hwmon_ops iei_wt61p8
|
||
|
};
|
||
|
|
||
|
static const struct hwmon_channel_info *iei_wt61p803_puzzle_info[] = {
|
||
|
+ HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ),
|
||
|
HWMON_CHANNEL_INFO(pwm,
|
||
|
HWMON_PWM_INPUT,
|
||
|
HWMON_PWM_INPUT),
|