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
This commit is contained in:
parent
16ff313820
commit
9c83924e36
1 changed files with 2 additions and 1 deletions
|
|
@ -137,7 +137,8 @@ uint16_t IBMPCConverter::read_keyboard_id(void)
|
||||||
uint16_t id = 0;
|
uint16_t id = 0;
|
||||||
int16_t code = 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;
|
if (ibmpc.protocol == IBMPC_PROTOCOL_AT_Z150) return 0xFFFD;
|
||||||
|
|
||||||
// Disable
|
// Disable
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue