Add patches accepted for 2.6.29-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / releases / upstream / 2.6.29-rc2 / 0011-ACPI-thinkpad-acpi-start-the-event-hunt-season.patch
blob0573ed255ba783099fca434353fe7856cda0ace7
1 From cb4293589855714b6d5079336019bf2af5fc41f8 Mon Sep 17 00:00:00 2001
2 From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
3 Date: Sun, 11 Jan 2009 03:01:07 -0200
4 Subject: ACPI: thinkpad-acpi: start the event hunt season
6 Ask users to tell us about any unhandled events they find.
8 Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
9 Signed-off-by: Len Brown <len.brown@intel.com>
10 ---
11 drivers/platform/x86/thinkpad_acpi.c | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
14 diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
15 index c4e4b64..d7d41ae 100644
16 --- a/drivers/platform/x86/thinkpad_acpi.c
17 +++ b/drivers/platform/x86/thinkpad_acpi.c
18 @@ -2801,6 +2801,9 @@ static void hotkey_notify(struct ibm_struct *ibm, u32 event)
19 if (!known_ev) {
20 printk(TPACPI_NOTICE
21 "unhandled HKEY event 0x%04x\n", hkey);
22 + printk(TPACPI_NOTICE
23 + "please report the conditions when this "
24 + "event happened to %s\n", TPACPI_MAIL);
27 /* Legacy events */
28 --
29 1.5.6.5