]> git.gir.st - tmk_keyboard.git/history - protocol
Merge branch 'usb_usb_fix'
[tmk_keyboard.git] / protocol /
2014-09-22 tmkMerge branch 'usb_usb_fix'
2014-09-22 tmkMerge branch 'scottjad-master' into usb_usb_fix
2014-09-22 tmkAdhoc fix compile error of usb_usb
2014-08-26 tmkMerge branch 'rhaberkorn-serial-mouse'
2014-08-26 tmkAdd option 7bit data to serial_soft.c
2014-08-26 tmkRevert lufa/lufa.c
2014-08-25 tmkMerge branch 'serial-mouse' of git://github.com/rhaberk...
2014-07-27 Robin Haberkornupdated copyrights: serial_mouse.h, serial_mouse_micros...
2014-07-27 Robin Haberkornserial_mouse: simplified clipping of X/Y/V/H changes...
2014-07-27 Robin Haberkornfactored out serial_mouse_init() into serial_mouse.h
2014-07-27 Robin Haberkornintegrated serial mouse drivers as a feature into the...
2014-07-27 Robin Haberkornadded serial mouse driver for Microsoft and Mousesystem...
2014-07-21 tmkJust ignore ADB Service Request
2014-07-19 tmkFix NKRO code when NKRO is disable
2014-07-07 tmkMerge pull request #124 from kairyu/6kro
2014-07-07 tmkMerge pull request #112 from shayneholmes/ee_nkro_use_r...
2014-06-15 tmkFix debug print of ps2_mouse
2014-04-29 tmkFix set LED for NKRO keyboard interface
2014-04-29 tmkUnused endpoint of console OUT is commentout'd
2014-04-28 tmkFix remotewakeup of PJRC stack(Fix #121)
2014-04-27 tmkCheck if LUFA-git really exists(Fix #118)
2014-04-26 tmkNKRO is disable when SET_PROTOCOL(boot)
2014-04-26 tmkMake NKRO deafult when it is available
2014-04-25 tmkAdd LUFA git repository(release 140302)
2014-04-25 tmkMove macro definitions from lufa.c to lufa.h
2014-04-24 tmkChange LUFA build options
2014-04-21 tmkReturn when ready check loop is timeouted(Fix #115)
2014-04-21 tmkChange PollingIntervalMS to 10ms(Fix #114)
2014-02-13 tmkMerge branch 'ibm4704'
2014-02-10 tmkAdd doc 4704.txt and protocol comment
2014-02-09 tmkChange error no and clean debug code
2014-02-08 tmkAdd Initial files of 4704_usb
2014-01-07 tmkMerge pull request #92 from bgould/upstream
2014-01-06 Benjamin GouldAdded NeXT keyboard converter
2013-11-28 tmkMerge pull request #80 from gblargg/master
2013-11-28 tmkMerge branch 'modstaptoggle' of git://github.com/simonm...
2013-11-28 tmkMerge pull request #81 from bgould/master
2013-11-28 tmkMerge branch 'ps2_keyboard_fix'
2013-11-28 tmkAdd included header file and fix debug print
2013-11-28 tmkAdd ps2_interrupt.c
2013-11-28 tmkAdd ps2_usart.c and fix set_led at USB wake
2013-11-27 Benjamin Gouldchanged tabs to spaces in bluefruit.c
2013-11-27 Benjamin GouldAdded bluefruit protocol and converter for 70% M
2013-11-26 tmkFix ps2_host_recv_response
2013-11-25 tmkAdd ps2_busywait.c and recfactor PS/2 protocol
2013-11-21 tmkMerge branch 'ps2_mouse_fix'
2013-11-21 tmkFix PS/2 USART version
2013-11-21 tmkFix interrupt version of ps2.c
2013-11-20 tmkAdd build options of ps2_mouse
2013-11-20 tmkFix to build ps2_mouse with both LUFA and PJRC
2013-11-18 tmkFix delay of PS/2 mouse init
2013-11-18 tmkWait for USB starting up to make debug print available
2013-11-07 tmkAdd cli() to protoect ADB critical timing part
2013-11-01 tmkFix PS/2 mouse support
2013-11-01 tmkTweak time values of busywait PS/2
2013-10-31 tmkMerge branch 'onekey'
2013-10-14 tmkMerge blargg's fix into adb.c
2013-10-09 tmkChange ADB scan delay 12ms
2013-10-08 tmkFix ADB missing keystrokes problem Thanks, blargg! #14
2013-10-08 tmkFix build error and debug print PJRC stack #69 #68
2013-10-04 tmkRemove clear matrix on ADB recv error
2013-09-25 tmkMerge branch 'm0110_keymap_section'
2013-09-25 tmkAdd M0120 scan code diagram
2013-09-25 tmkFix LUFA blocking during startup
2013-09-21 tmkFix USB initilaize on LUFA
2013-09-21 tmkMerge branch 'm0110_next'
2013-09-21 tmkRemove procedures not neeed from init of M0110
2013-07-28 tmkMerge branch 'lufa_nkro'
2013-07-28 tmkAdd NKRO support for LUFA
2013-06-21 tmkMerge branch 'x68k_led'
2013-06-21 tmkUse serial_uart.c instead of x68k.c now
2013-06-21 tmkAdd LED support to x68k
2013-05-27 tmkMerge pull request #37 from Wraul/update_phantom
2013-05-27 tmkMerge pull request #36 from Wraul/fix_sleep_led
2013-05-27 Mathias AnderssonFixes to sleep LED.
2013-05-04 tmkMerge pull request #31 from Wraul/update_phantom
2013-05-04 tmkMerge branch 'master' of github.com:tmk/tmk_keyboard
2013-05-04 tmkIncrease buffer size of PS2 protocol
2013-04-22 tmkFix doc and descriptor of iwrap
2013-04-22 tmkAdd vusb support to iwrap
2013-04-19 tmkMerge branch 'iwrap5'
2013-04-19 tmkAdd support of mouse horizontal wheel to iWRAP
2013-04-18 tmkRescue script from iWRAP MUX mode stuck
2013-04-18 tmkAdd support of iWRAP5
2013-04-13 tmkFix LUFA host driver for unconfigured state
2013-04-13 tmkFix USB Descriptors
2013-04-09 tmkRemove debug line from adb.c
2013-04-09 tmkMerge branch 'adb_fix'
2013-04-09 tmkAdd new build options to adb_usb
2013-04-09 tmkFix ADB protocol issue #14
2013-04-09 tmkFix comment of ADB signaling.
2013-03-27 tmkMerge branch 'suspend_fix'
2013-03-27 tmkAdd supsend and wakeup to pjrc stack
2013-03-16 tmkMerge branch 'remote_wakeup'
2013-03-16 tmkAdd breathing sleep LED during USB suspend
2013-03-14 tmkAdd power down mode sleep and watchdog interrupt
2013-03-13 tmkAdd intial code of RemoteWakeUp
2013-03-11 tmkMerge branch 'eeprom_config'
2013-03-10 tmkRename HOST_* to PROTOCOL_* in protocol/*.mk
2013-03-09 tmkAdd bootmagic.c and fix bootloader_jump
next
Imprint / Impressum