aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/thinkpad_acpi.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c
index 9b0235dc5308..049ec42c77be 100644
--- a/drivers/misc/thinkpad_acpi.c
+++ b/drivers/misc/thinkpad_acpi.c
@@ -2127,10 +2127,13 @@ static void hotkey_notify(struct ibm_struct *ibm, u32 event)
2127 } 2127 }
2128 break; 2128 break;
2129 case 5: 2129 case 5:
2130 /* 0x5000-0x5FFF: On screen display helpers */ 2130 /* 0x5000-0x5FFF: human interface helpers */
2131 switch (hkey) { 2131 switch (hkey) {
2132 case 0x5010: 2132 case 0x5010: /* Lenovo new BIOS: brightness changed */
2133 /* Lenovo Vista BIOS: brightness changed */ 2133 case 0x5009: /* X61t: swivel up (tablet mode) */
2134 case 0x500a: /* X61t: swivel down (normal mode) */
2135 case 0x500b: /* X61t: tablet pen inserted into bay */
2136 case 0x500c: /* X61t: tablet pen removed from bay */
2134 break; 2137 break;
2135 case 0x5001: 2138 case 0x5001:
2136 case 0x5002: 2139 case 0x5002: