diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2007-04-27 21:00:16 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-28 21:41:20 -0400 |
commit | a0416420e2c6244792d6f308183ad57c40532078 (patch) | |
tree | dcd0600b74f3e4a120843d2f6cd7f6faa4e64ec0 /drivers/misc/thinkpad_acpi.h | |
parent | d94a7f16cad7700f8d2b142cc13cfba5387af3db (diff) |
ACPI: thinkpad-acpi: add sysfs support to hotkey subdriver
Add the hotkey sysfs support.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h index a9e709368256..7615adb381c8 100644 --- a/drivers/misc/thinkpad_acpi.h +++ b/drivers/misc/thinkpad_acpi.h | |||
@@ -414,6 +414,8 @@ static int fan_write_cmd_watchdog(const char *cmd, int *rc); | |||
414 | * Hotkey subdriver | 414 | * Hotkey subdriver |
415 | */ | 415 | */ |
416 | 416 | ||
417 | #define TPACPI_HOTKEY_SYSFS_GROUP "hotkey" | ||
418 | |||
417 | static int hotkey_orig_status; | 419 | static int hotkey_orig_status; |
418 | static int hotkey_orig_mask; | 420 | static int hotkey_orig_mask; |
419 | 421 | ||