Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/20987
Change subject: ec/lenovo/h8/acpi/ec: Add registers ......................................................................
ec/lenovo/h8/acpi/ec: Add registers
Add register HPPI and WLSW. WLSW is used by thinkpad_acpi kernel module.
Change-Id: I5a125047fad0e08cd9256bc53c3f5a7db7e56e7d Signed-off-by: Patrick Rudolph siro@das-labor.org --- M src/ec/lenovo/h8/acpi/ec.asl 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/20987/1
diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl index eed0e16..fdbb931 100644 --- a/src/ec/lenovo/h8/acpi/ec.asl +++ b/src/ec/lenovo/h8/acpi/ec.asl @@ -53,6 +53,9 @@ KBLT, 1, /* Keyboard Light */ , 2, USPW, 1, /* USB Power enable */ + Offset (0x48), + HPPI, 1, /* Headphone plugged in */ + WLSW, 1, /* Master wireless switch */ Offset (0x4e), WAKE, 16, Offset (0x78),