aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>2009-01-11 00:01:07 -0500
committerLen Brown <len.brown@intel.com>2009-01-15 13:46:27 -0500
commitcb4293589855714b6d5079336019bf2af5fc41f8 (patch)
treecc4f81c004623b9f0399443b288f511a74abca8e /drivers/platform
parent106b4e6657e10831f35c32afa26d9c11e6312783 (diff)
ACPI: thinkpad-acpi: start the event hunt season
Ask users to tell us about any unhandled events they find. Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/thinkpad_acpi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
index c4e4b641d952..d7d41ae2f299 100644
--- a/drivers/platform/x86/thinkpad_acpi.c
+++ b/drivers/platform/x86/thinkpad_acpi.c
@@ -2801,6 +2801,9 @@ static void hotkey_notify(struct ibm_struct *ibm, u32 event)
2801 if (!known_ev) { 2801 if (!known_ev) {
2802 printk(TPACPI_NOTICE 2802 printk(TPACPI_NOTICE
2803 "unhandled HKEY event 0x%04x\n", hkey); 2803 "unhandled HKEY event 0x%04x\n", hkey);
2804 printk(TPACPI_NOTICE
2805 "please report the conditions when this "
2806 "event happened to %s\n", TPACPI_MAIL);
2804 } 2807 }
2805 2808
2806 /* Legacy events */ 2809 /* Legacy events */