Iru Cai has uploaded this change for review. ( https://review.coreboot.org/21667
Change subject: ec/hp/kbc1126/acpi/ec.asl: Name _Q04 event in ACPI debug message ......................................................................
ec/hp/kbc1126/acpi/ec.asl: Name _Q04 event in ACPI debug message
It's found in hp/8470p when unplug the laptop from the dock.
Change-Id: Ifeecb1493d3cbcb26d786cbd18c90a520eee8ea4 Signed-off-by: Iru Cai mytbk920423@gmail.com --- M src/ec/hp/kbc1126/acpi/ec.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/21667/1
diff --git a/src/ec/hp/kbc1126/acpi/ec.asl b/src/ec/hp/kbc1126/acpi/ec.asl index 6e636ed3..aaff664 100644 --- a/src/ec/hp/kbc1126/acpi/ec.asl +++ b/src/ec/hp/kbc1126/acpi/ec.asl @@ -215,7 +215,7 @@
Method (_Q04, 0, NotSerialized) { - Store ("EC: _Q04", Debug) + Store ("EC: DOCK REMOVED", Debug) PNOT() }