From f7177cc27a646b8f6934b592aaf5fdce4dc71d52 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 29 Nov 2021 21:26:30 +0100 Subject: [PATCH] Reverted the AMI keyboard controller revision. --- src/device/keyboard_at.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/keyboard_at.c b/src/device/keyboard_at.c index 36921ef9a..f7cddcdf4 100644 --- a/src/device/keyboard_at.c +++ b/src/device/keyboard_at.c @@ -1382,7 +1382,7 @@ write64_ami(void *priv, uint8_t val) case 0xa1: /* get controller version */ kbd_log("ATkbc: AMI - get controller version\n"); - add_data(dev, 'Z'); + add_data(dev, 'H'); return 0; case 0xa2: /* clear keyboard controller lines P22/P23 */