From 61cd5bfae493607a434df91fc582ab1ffd36b3cc Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Thu, 23 Jun 2011 19:12:25 +0200 Subject: T60: handle EC events in SMM if ACPI is disabled Change-Id: I6f9e90015cafef3da896453ef8e3588434ae3554 Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/89 Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t60/smi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/lenovo/t60/smi.h') 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 -- cgit v1.2.3