mainboard/asus/kgpe-d16: Use stock PS/2 ACPI ASL file
Change-Id: Iad724e9e1d3e64e2af3f74fed9dec30aa34e2af5 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: https://review.coreboot.org/13153 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
This commit is contained in:
parent
cfea0bb44e
commit
2ba84cd7de
|
@ -92,8 +92,8 @@ DefinitionBlock (
|
||||||
/* Keyboard controller PME# */
|
/* Keyboard controller PME# */
|
||||||
Method(_L08) {
|
Method(_L08) {
|
||||||
/* Level-Triggered GPE */
|
/* Level-Triggered GPE */
|
||||||
Notify(\_SB.PCI0.LPC.KBD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
Notify(\_SB.PCI0.LPC.PS2K, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||||
Notify(\_SB.PCI0.LPC.MOU, 0x02) /* NOTIFY_DEVICE_WAKE */
|
Notify(\_SB.PCI0.LPC.PS2M, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||||
Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */
|
Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -490,44 +490,7 @@ DefinitionBlock (
|
||||||
Name (_HID, EisaId ("PNP0A05"))
|
Name (_HID, EisaId ("PNP0A05"))
|
||||||
Name (_ADR, 0x00140003)
|
Name (_ADR, 0x00140003)
|
||||||
|
|
||||||
/* PS/2 keyboard (seems to be important for WinXP install) */
|
#include "../../../drivers/pc80/ps2_controller.asl"
|
||||||
Device (KBD)
|
|
||||||
{
|
|
||||||
Name (_HID, EisaId ("PNP0303"))
|
|
||||||
Name (_CID, EisaId ("PNP030B"))
|
|
||||||
Method (_STA, 0, NotSerialized)
|
|
||||||
{
|
|
||||||
Return (0x0f)
|
|
||||||
}
|
|
||||||
Method (_CRS, 0, Serialized)
|
|
||||||
{
|
|
||||||
Name (TMP, ResourceTemplate () {
|
|
||||||
IO (Decode16, 0x0060, 0x0060, 0x01, 0x01)
|
|
||||||
IO (Decode16, 0x0064, 0x0064, 0x01, 0x01)
|
|
||||||
IRQNoFlags () {1}
|
|
||||||
})
|
|
||||||
Return (TMP)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* PS/2 mouse */
|
|
||||||
Device (MOU)
|
|
||||||
{
|
|
||||||
Name (_HID, EisaId ("PNP0F03"))
|
|
||||||
Name (_CID, EisaId ("PNP0F13"))
|
|
||||||
Method (_STA, 0, NotSerialized)
|
|
||||||
{
|
|
||||||
Return (0x0f)
|
|
||||||
}
|
|
||||||
Method (_CRS, 0, Serialized)
|
|
||||||
{
|
|
||||||
Name (TMP, ResourceTemplate () {
|
|
||||||
IRQNoFlags () {12}
|
|
||||||
})
|
|
||||||
Return (TMP)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* UART 1 */
|
/* UART 1 */
|
||||||
Device (URT1)
|
Device (URT1)
|
||||||
|
|
Loading…
Reference in New Issue