superio/winbond/w83977tf: Add suspend related fields
Add two fields for the ACPI logical device to the ACPI code. They are used for taking asus/p3b-f board out of suspend by keyboard or mouse. Change-Id: Icaadfea6a4dce7a2d665e8d89a024359975f8b2c Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41096 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
aac79e0b8f
commit
02c565b35a
|
@ -62,8 +62,14 @@ IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve)
|
|||
PNP_IRQ1, 8,
|
||||
Offset (0x74),
|
||||
PNP_DMA0, 8,
|
||||
/* MSWK and KBWK are for ACPI logical device, LDN 0xA */
|
||||
Offset (0xE0),
|
||||
MSWK, 8,
|
||||
Offset (0xE4),
|
||||
KBWK, 8,
|
||||
Offset (0xF0),
|
||||
OPT1, 8
|
||||
OPT1, 8,
|
||||
OPT2, 8
|
||||
}
|
||||
|
||||
#define PNP_ENTER_MAGIC_1ST 0x87
|
||||
|
|
Loading…
Reference in New Issue