diff options
author | tmk <hasu@tmk-kbd.com> | 2015-05-19 00:32:58 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-05-19 00:39:44 +0900 |
commit | 80fd3b0b240a8840fbca1cc3cc70e76f5b52b888 (patch) | |
tree | 92cbbfe97ca83ab5646c8cd48758207cdeceb615 /converter/ibm4704_usb/ibm4704.txt | |
parent | 6b588eb7f7893500e18686e673dbf12b511dc975 (diff) |
ibm4704_usb: Fix protocol handling
Diffstat (limited to 'converter/ibm4704_usb/ibm4704.txt')
-rw-r--r-- | converter/ibm4704_usb/ibm4704.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converter/ibm4704_usb/ibm4704.txt b/converter/ibm4704_usb/ibm4704.txt index 50d8c98b08..e2d42f08fd 100644 --- a/converter/ibm4704_usb/ibm4704.txt +++ b/converter/ibm4704_usb/ibm4704.txt @@ -166,13 +166,14 @@ Data sent from host: | `-----`--- scan code `------------- enable bit(0: enable repeat, 1: enable break) - 00-77 Enable repeat(78-7F: invalid scancode) - 80-F7 Enable break(F8-FF: invalid scancode) + 00-79 Enable repeat + 80-F9 Enable break(FA-FF are used as other commands, see above.) FE Resend(011ah) no need to use FF End(0114h) exits FC command mode. Response from keyboard: FD Out of bound - Invalid scancode + -- OK - No response means that command is accepted. Examples: To enable break code of all keys. |