summaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-09-09 12:12:35 +0200
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-10-24 11:09:38 -0700
commit6543439f19b829f94a37e1ea277ead76e93b917f (patch)
treed3f27ab8c12de502458cc326d21d5ce7c28e762e /Documentation/hwmon
parent9af0794c63ab1fbced7aa6f9d918ee0f7e7c45e5 (diff)
hwmon/f71882fg: Make the decision wether to register fan attr. per fan
Before this patch the f71882fg driver completely fails to initialize on systems which have reserved settings in the pwm enable register, and it disables all auto pwm sysfs attributes if any fan is controlled by a digital sensor reading. This patch changes the fail to initialize into don't register any attributes for the fan for which there are reserved settings in the pwm enable register and also makes the not registering of auto pwm sysfs attributes a per fan thing. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'Documentation/hwmon')
0 files changed, 0 insertions, 0 deletions
n1'>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44