ec/lenovo/h8/acpi/systemstatus.asl: Fix typo in o*n* in comment
Change-Id: I655536f64faaa7e1600d4fec62ba80730e2cc45a Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/6674 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
becf739b2e
commit
e4340b52ce
|
@ -45,7 +45,7 @@ Scope (\_SI)
|
||||||
If (LEqual (Arg0, 2)) {
|
If (LEqual (Arg0, 2)) {
|
||||||
/* waking state */
|
/* waking state */
|
||||||
|
|
||||||
/* power LED om */
|
/* power LED on */
|
||||||
\_SB.PCI0.LPCB.EC.LED(0x80)
|
\_SB.PCI0.LPCB.EC.LED(0x80)
|
||||||
/* suspend LED blinking */
|
/* suspend LED blinking */
|
||||||
\_SB.PCI0.LPCB.EC.LED(0xc7)
|
\_SB.PCI0.LPCB.EC.LED(0xc7)
|
||||||
|
|
Loading…
Reference in New Issue