C&T KBC: Correctly set command phase to 1 after the first phase of command A1.

This commit is contained in:
OBattler
2026-02-28 21:42:32 +01:00
parent 04320fb30d
commit 7688903e60

View File

@@ -1718,8 +1718,9 @@ write_cmd_chips(void *priv, uint8_t val)
case 0xa1: /* CHIPS extensions */
kbc_at_log("ATkbc: C&T - CHIPS extensions\n");
dev->wantdata = 1;
dev->state = STATE_KBC_PARAM;
dev->wantdata = 1;
dev->state = STATE_KBC_PARAM;
dev->command_phase = 1;
ret = 0;
break;