summaryrefslogtreecommitdiffstats
path: root/src/superio/nuvoton/nct6776/acpi
diff options
context:
space:
mode:
authorTristan Corrick <tristan@corrick.kiwi>2018-08-01 15:45:55 +1200
committerFelix Held <felix-coreboot@felixheld.de>2018-08-03 15:17:01 +0000
commit66da032891b96135f45c2dbb64ef8033ac6927c1 (patch)
tree8ca1dad4b81db5723aa5f966949e37847304a296 /src/superio/nuvoton/nct6776/acpi
parent8f731b847e488da21372f5f6e22b876bb70d04aa (diff)
downloadcoreboot-66da032891b96135f45c2dbb64ef8033ac6927c1.tar.gz
coreboot-66da032891b96135f45c2dbb64ef8033ac6927c1.tar.bz2
coreboot-66da032891b96135f45c2dbb64ef8033ac6927c1.zip
superio/nuvoton/nct6776/acpi: Add PS/2 mouse support
By defining SUPERIO_KBC_PS2M, ACPI code is added to show the PS/2 mouse. This has been tested on an ASUS P8H61-M LX with Linux 4.9.110 and 4.17.8. In each case, the PS/2 mouse works automatically, whereas it was not detected before. Change-Id: I7983f85b3fd23547950f1f75a81bbca63c63d52b Signed-off-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-on: https://review.coreboot.org/27797 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/superio/nuvoton/nct6776/acpi')
-rw-r--r--src/superio/nuvoton/nct6776/acpi/superio.asl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/nuvoton/nct6776/acpi/superio.asl b/src/superio/nuvoton/nct6776/acpi/superio.asl
index 980eab9cf8f3..abd5562e39c3 100644
--- a/src/superio/nuvoton/nct6776/acpi/superio.asl
+++ b/src/superio/nuvoton/nct6776/acpi/superio.asl
@@ -152,6 +152,7 @@ Device(SUPERIO_DEV) {
#undef SUPERIO_KBC_PS2M
#undef SUPERIO_KBC_PS2LDN
#define SUPERIO_KBC_LDN 5
+ #define SUPERIO_KBC_PS2M
#include <superio/acpi/pnp_kbc.asl>
#endif