aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t60/smi.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-06-23 19:12:25 +0200
committerSven Schnelle <svens@stackframe.org>2011-07-07 15:47:29 +0200
commit61cd5bfae493607a434df91fc582ab1ffd36b3cc (patch)
tree4d4f59269631e1af71409b0b3d5b8d53f6eaa9aa /src/mainboard/lenovo/t60/smi.h
parenta78d57296861e98bc5f5875c3ee0ef813403c860 (diff)
T60: handle EC events in SMM if ACPI is disabled
Change-Id: I6f9e90015cafef3da896453ef8e3588434ae3554 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/89 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/lenovo/t60/smi.h')
-rw-r--r--src/mainboard/lenovo/t60/smi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t60/smi.h b/src/mainboard/lenovo/t60/smi.h
index f89b6bd74f..f8e8a7ccfa 100644
--- a/src/mainboard/lenovo/t60/smi.h
+++ b/src/mainboard/lenovo/t60/smi.h
@@ -22,5 +22,7 @@
#define SMI_DOCK_CONNECT 0x01
#define SMI_DOCK_DISCONNECT 0x02
+#define SMI_BRIGHTNESS_UP 0x03
+#define SMI_BRIGHTNESS_DOWN 0x04
#endif