summaryrefslogtreecommitdiff
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2020-05-10 23:30:55 -0400
committerPatrick Georgi <pgeorgi@google.com>2020-07-06 06:30:56 +0000
commit698647a8c0195e7920b6bf6614c81a3085af7a38 (patch)
treeaaa1b2f74f4a1ba69f0de242e9d0a1d2352d939e /src/mainboard/asus
parent01c1815eae0df2c5867ab728027db785efaee35e (diff)
downloadcoreboot-698647a8c0195e7920b6bf6614c81a3085af7a38.tar.xz
mb/asus/p8z77-m_pro: Remove PS/2 keyboard & mouse duplicate
PS/2 keyboard and mouse devices are declared twice in the DSDT, once in mainboard and once in southbridge. It would appear in Windows Device Manager as two PS/2 keyboards and two PS/2 mouses, all with resource conflicts. This change drops the declaration from mainboard. The issue was discovered when this setup was copied for p8z77-m and being boot tested. Change-Id: I746a960aaf3992acbcb6a7364641fc4fd12002d2 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41225 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/p8z77-m_pro/dsdt.asl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/p8z77-m_pro/dsdt.asl b/src/mainboard/asus/p8z77-m_pro/dsdt.asl
index 5f90122a16..a5ab91d611 100644
--- a/src/mainboard/asus/p8z77-m_pro/dsdt.asl
+++ b/src/mainboard/asus/p8z77-m_pro/dsdt.asl
@@ -11,7 +11,6 @@ DefinitionBlock(
)
{
#include "acpi/platform.asl"
- #include "acpi/superio.asl"
#include <cpu/intel/common/acpi/cpu.asl>
#include <southbridge/intel/common/acpi/platform.asl>