From 126688fc5e93c95da9c1f42b2e6ce250ba40726b Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 9 Oct 2021 16:40:47 +0200 Subject: [PATCH] Added a comment related to the PB450. --- src/device/keyboard_at.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/device/keyboard_at.c b/src/device/keyboard_at.c index 5dc67ad55..6a3d9c370 100644 --- a/src/device/keyboard_at.c +++ b/src/device/keyboard_at.c @@ -2067,6 +2067,8 @@ write64_generic(void *priv, uint8_t val) Bit 2 must be 0 (and Acer V10 disables CMOS setup if it's 1), Bit 4 must be 0, Bit 6 ignored. + Packard Bell PB450: + Bit 2 must be 1. P6RP4: Bit 2 must be 1 or CMOS setup is disabled. */ kbd_log("ATkbc: read input port\n");