From 9c83924e364ce504330f729943e0ff409babb32b Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 26 Oct 2021 17:08:06 +0900 Subject: [PATCH] ibmpc_usb: Zenith Z-150 AT has no keyboard ID Z-150 AT doesn't response to ID commnd at all. https://deskthority.net/viewtopic.php?p=495196#p495196 --- converter/ibmpc_usb/ibmpc_usb.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/converter/ibmpc_usb/ibmpc_usb.cpp b/converter/ibmpc_usb/ibmpc_usb.cpp index 06e87e63..a81bbc25 100644 --- a/converter/ibmpc_usb/ibmpc_usb.cpp +++ b/converter/ibmpc_usb/ibmpc_usb.cpp @@ -137,7 +137,8 @@ uint16_t IBMPCConverter::read_keyboard_id(void) uint16_t id = 0; int16_t code = 0; - // temporary fix Z-150 AT should response with ID + // Z-150 AT doesn't response to ID commnd at all. + // https://deskthority.net/viewtopic.php?p=495196#p495196 if (ibmpc.protocol == IBMPC_PROTOCOL_AT_Z150) return 0xFFFD; // Disable