[coreboot-gerrit] Change in coreboot[master]: superio/nuvoton/nct6776/acpi: Add PS/2 mouse support

Tristan Corrick (Code Review) gerrit at coreboot.org
Thu Aug 2 09:57:57 CEST 2018


Tristan Corrick has uploaded this change for review. ( https://review.coreboot.org/27797


Change subject: superio/nuvoton/nct6776/acpi: Add PS/2 mouse support
......................................................................

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 at corrick.kiwi>
---
M src/superio/nuvoton/nct6776/acpi/superio.asl
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/27797/1

diff --git a/src/superio/nuvoton/nct6776/acpi/superio.asl b/src/superio/nuvoton/nct6776/acpi/superio.asl
index 980eab9..abd5562 100644
--- a/src/superio/nuvoton/nct6776/acpi/superio.asl
+++ b/src/superio/nuvoton/nct6776/acpi/superio.asl
@@ -152,6 +152,7 @@
 	#undef SUPERIO_KBC_PS2M
 	#undef SUPERIO_KBC_PS2LDN
 	#define SUPERIO_KBC_LDN 5
+	#define SUPERIO_KBC_PS2M
 	#include <superio/acpi/pnp_kbc.asl>
 #endif
 

-- 
To view, visit https://review.coreboot.org/27797
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7983f85b3fd23547950f1f75a81bbca63c63d52b
Gerrit-Change-Number: 27797
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Corrick <tristan at corrick.kiwi>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180802/65926abe/attachment.html>


More information about the coreboot-gerrit mailing list