Commit graph

90 commits

Author SHA1 Message Date
tmk
eb2af86028 ibmpc_usb: Fix message about 5576/Televideo 2022-03-02 17:40:10 +09:00
tmk
7fd2c6a666 ibmpc: Remove old unused files 2022-02-02 18:31:38 +09:00
tmk
57c3f4a63c ibmpc_usb: Intellimouse fix #716 2022-02-02 00:45:46 +09:00
tmk
aa63f1c3cb ibmpc_usb: Update prebuilt firmware files 2022-01-18 13:07:52 +09:00
tmk
f0bed03f26 ibmpc_usb: Update prebuilt firmware files 2021-11-15 11:39:19 +09:00
tmk
c205a56657 ibmpc_usb: Add support 80-prefixed codes
for Tandberg TDV 5020
https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-AT-Keyboard-Protocol#tandberg-tdv-5020
https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-Keyboard-Converter#tandberg-tdv-5020
2021-11-15 11:36:02 +09:00
tmk
5f7d388dee core: Mouse buttons state integration #101
This allows users to use mousekey buttons with PS/2, ADB or
Serial pointing device.
2021-11-14 01:56:15 +09:00
tmk
b981b8e266 ibmpc_usb: Update prebuilt firmware files 2021-11-07 23:57:14 +09:00
tmk
a77914372f ibmpc_usb: Add AX keyboard support
https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-AT-Keyboard-Protocol#ax-keyboard
2021-11-07 23:06:05 +09:00
tmk
cdc3dee613 ibmpc_usb: Fix comment for 5576-002/003 2021-11-07 22:33:28 +09:00
tmk
2bd04e6885 ibmpc_usb: Fix scan code set 3 comments 2021-11-07 22:30:49 +09:00
tmk
124bf700b4 ibmpc_usb: Update prebuilt firmware files
- Add support for Televideo DEC style
2021-11-06 22:33:12 +09:00
tmk
6125ef9d21 ibmpc_usb: Change mapping of Televideo DEC 2021-11-06 22:15:49 +09:00
Purdea Andrei
90d4f42865
Add support for the DEC layout Televideo Linear Space Invader keyboards to ibmpc_usb. (#711)
* Add support for the DEC layout Televideo Linear Space Invader keyboards to ibmpc_usb.

See this thread for which keyboards I am referring to:
https://deskthority.net/viewtopic.php?f=2&t=25763

(Many of these keyboards are completely unbranded on the outside, and only the
PCB reads "TELEVIDEO ANSI Scan")

* Add kp comma

* Changing mapping of backspace keys, as discussed in PR review
2021-11-06 21:22:48 +09:00
tmk
64ef4e9f83 ibmpc_usb: Update prebuilt firmware files
- parity error detection
- AT/XT protocol auto-switching support
- cancel host_send when receiving data
- refine code for Zenith Z-150 AT
- core: Console OUT ep removal
2021-10-28 11:54:50 +09:00
tmk
9c83924e36 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
2021-10-27 00:56:16 +09:00
tmk
16ff313820 ibmpc_usb: AT/XT Auto-Switching keyboard support
Prefer selecting AT protocool to XT
Send resend command 'FE' to keyboard that starts with 'AA' including parity error
https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-Keyboard-Converter#atxt-auto-switching
2021-10-25 15:35:49 +09:00
tmk
8c0e245f52 ibmpc_usb: Update prebuild firmware files 2021-08-17 23:05:29 +09:00
tmk
4d6e7f35bc ibmpc_usb: Support secondary IF and mouse by default 2021-08-17 18:09:00 +09:00
tmk
b72a600d59 ibmpc_usb: Fix ISO key mapping #702
Map XT 0x56(ISO <) to USB 0x64(Non-US \)
https://github.com/tmk/tmk_keyboard/issues/702
2021-08-16 14:07:03 +09:00
tmk
8391b2c018 ibmpc_usb: Update README 2021-07-07 23:13:15 +09:00
tmk
e2c58b5044 ibmpc_usb: Detect data out of sync for mouse
in case of replug or change devices
2021-07-07 23:13:15 +09:00
tmk
e9dab95909 ibmpc_usb: C++ class for two-interface support 2021-07-06 23:24:59 +09:00
tmk
0e3b7084b7 ibmpc_usb: matrix stores unimap translated states
scan code is translated to unimap before storing in matrix now
2021-07-06 23:24:39 +09:00
tmk
0b19a95ff4 ibmpc_usb: Remove clear_keyboard() from INIT state
to avoid unnecessary empty keyboard report at startup.
2021-06-29 20:42:45 +09:00
tmk
51ceca97f7 ibmpc_usb: Add mouse extended report support 2021-06-22 00:42:01 +09:00
tmk
231b288ed9 ibmpc_usb: Inhibit until INIT state at powerup
Keep keyboard inhibited until scan-loop starts with INIT state
2021-06-22 00:33:40 +09:00
tmk
536d267465 ibmpc_usb: Add Mouse support
for Intellimouse, Explorer and Logitech PS/2++
2021-06-22 00:33:40 +09:00
tmk
44bf879285 ibmpc_usb: Update prebuilt firmware files 2021-06-03 12:06:45 +09:00
tmk
8381eb480f ibmpc_usb: Fix keyboard_kind for Zenith Z-150 AT 2021-06-03 01:17:10 +09:00
tmk
7d9e554a8d ibmpc_usb: Fix keyboard reset sequence
Wait 3 sec for keyboard to be settled or until keyboard sends anything

Fix for BTC-5161 AT/XT auto-select: The keyboard requires reset to
start AT mode even if it already sends AA.
https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-AT-Keyboard-Protocol#btc-5161
2021-06-03 00:06:20 +09:00
tmk
64a3159391 ibmpc_usb: Add time stamp of debug print 2021-06-02 23:55:27 +09:00
tmk
ea3520be14 ibmpc_usb: Add support for 7F7F and unknown ID #687 2021-06-02 11:23:02 +09:00
tmk
bf9a686982 ibmpc_usb: Add scan code translation for 5576-002/3 2021-06-01 14:07:28 +09:00
tmk
17c2532950 ibmpc_usb: Update prebuilt firmware files 2021-05-31 23:55:33 +09:00
tmk
b13b79300a ibmpc_usb: Add Code Set 3 support for IBM 5576-001
https://github.com/tmk/tmk_keyboard/issues/685
https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-AT-Keyboard-Protocol#ibm-5576-code-set-3
Make positon of keys on 5576-001 to fit 122-key layout:
0x13 -> 0x5D // JYEN
0x5C -> 0x51 // RO
0x76 -> 0x7E // Keypad '
0x7E -> 0x76 // Keypad Dup
0x85 -> 0x68 // Muhenkan -> Keypad ,
0x86 -> 0x78 // Henkan -> Keypad =
2021-05-31 23:17:23 +09:00
tmk
193660c520 ibmpc_usb: Fix comment of scan code mapping 2020-12-21 15:35:44 +09:00
tmk
48d6964438 ibmpc_usb: Update prebuilt firmware files 2020-11-22 22:01:42 +09:00
tmk
e473e8ce2f ibmpc_usb: Add info to debug print 2020-11-22 21:27:45 +09:00
tmk
822a8673e7 ibmpc_usb: Add Z-150 AT support 2020-11-22 21:12:37 +09:00
tmk
bb955a819a ibmpc_usb: Update prebuilt firmware files 2020-11-22 04:28:19 +09:00
tmk
acb15b4a50 ibmpc_usb: Fix Pause of Code Set1(XT)
https://geekhack.org/index.php?topic=17458.msg2980704#msg2980704
2020-11-22 04:20:47 +09:00
tmk
842b3f29b6 ibmpc: Fix XT reset comment and add inhibit_xt() 2020-10-27 02:33:33 +09:00
tmk
19853b4b83 ibmpc_usb: Update prebuilt firmware files 2020-07-05 12:56:43 +09:00
tmk
5bcec22440 ibmpc: Update prebuilt firmware files 2020-05-22 13:15:51 +09:00
tmk
c6a6049bc8 ibmpc_usb: Add 'protocol change detection'
for better keybaord hotswap support
2020-05-13 14:47:18 +09:00
tmk
d987783c1a ibmpc_usb: Fix scan code set change detection 2020-05-12 21:57:32 +09:00
tmk
c124220997 ibmpc_usb: Update debug prints 2020-05-12 18:59:19 +09:00
tmk
9fda70c476 ibmpc_usb: Add AT_RESET with reset command 'FF' 2020-05-12 18:56:54 +09:00
tmk
fa58765325 ibmpc_usb: Fix led_set for XT keyobard 2020-05-12 11:32:28 +09:00