]> git.friedersdorff.com Git - max/tmk_keyboard.git/history - tmk_core/protocol/ibmpc.c
usb_hid: Update arduino cores to 1.8.13
[max/tmk_keyboard.git] / tmk_core / protocol / ibmpc.c
2020-07-05 tmkibmpc: Change timeout period: 1.0ms to 2.0ms
2020-05-15 tmkibmpc: Add Z-150 AT protocol recognition
2020-05-13 tmkibmpc: Fix 'Ack' check of sending data
2020-05-13 tmkibmpc: Fix AT 'request to send' signaling
2020-05-12 tmkibmpc: Fix ibmpc_host_isr_clear()
2020-05-12 tmkibmpc: Add debug code for isr_state
2020-05-12 tmkibmpc: Fix buffer full check
2020-05-12 tmkibmpc: Fix Timeout error
2020-05-11 tmkibmpc: Update ERR_FF, ERR_FULL handling
2020-05-11 tmkibmpc: Add ibmpc_isr_debug to see isr_state
2020-05-11 tmkibmpc: Add handling for erroneous start bit XT(IBM)
2020-05-08 tmkcore: ibmpc: Check response of set indicator command
2020-05-08 tmkcore: ibmpc: Add comments on stop bit of Z-150 AT
2020-03-02 tmkMerge branch 'ibmpc_update'
2020-03-02 tmkibmpc: Fix debug print
2020-03-02 tmkibmpc: Protocol detection between AT and XT
2020-03-01 tmkibmpc: Check buffer full and error code FF
2020-03-01 tmkibmpc: Fix comments
2020-03-01 tmkibmpc: Add timeout check
2020-02-29 tmkibmpc: Refactor code
2020-02-29 tmkibmpc: Fix debug print and wait time
2020-02-29 tmkibmpc: Add two-byte buffer for data received
2020-02-29 tmkibmpc: Fix stop bit check code in ISR
2020-02-29 tmkibmpc_usb: Fix hard reset code
2020-02-29 tmkibmpc: Change ISR code
2020-02-29 tmkibmpc: Add ibmpc_host_clear_isr
2020-02-29 tmkibmpc: Add intruppt disable and enable function
2020-02-29 tmkibmpc: Fix START case in ISR
2020-02-29 tmkibmpc: Read data line earlier in ISR as possible
2019-12-04 tmkcore: Add IBM PC Keyboard protocol support