diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-01-12 21:55:10 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-01-12 21:55:10 +0100 |
commit | a516dc3e9b19adbcaa9aeda0100ee8ee2938748a (patch) | |
tree | fc4f5427bc90718829dd15434e067382b7d9500d /Documentation/hwmon/w83793 | |
parent | c32301b5957bb77579eb80ff5a84324d34b97346 (diff) | |
download | kernel_samsung_smdk4412-a516dc3e9b19adbcaa9aeda0100ee8ee2938748a.zip kernel_samsung_smdk4412-a516dc3e9b19adbcaa9aeda0100ee8ee2938748a.tar.gz kernel_samsung_smdk4412-a516dc3e9b19adbcaa9aeda0100ee8ee2938748a.tar.bz2 |
hwmon: (w83793) Implement the standard intrusion detection interface
We have a standard intrusion detection interface now, drivers should
implement it. I've left the old interface in place for the time being,
with a deprecation warning, it will be removed later.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'Documentation/hwmon/w83793')
-rw-r--r-- | Documentation/hwmon/w83793 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/w83793 b/Documentation/hwmon/w83793 index 51171a8..6cc5f63 100644 --- a/Documentation/hwmon/w83793 +++ b/Documentation/hwmon/w83793 @@ -92,7 +92,7 @@ This driver implements support for Winbond W83793G/W83793R chips. * Chassis If the case open alarm triggers, it will stay in this state unless cleared - by any write to the sysfs file "chassis". + by writing 0 to the sysfs file "intrusion0_alarm". * VID and VRM The VRM version is detected automatically, don't modify the it unless you |