summaryrefslogtreecommitdiff
path: root/protocol
Commit message (Collapse)AuthorAge
* Fix typo of variable nametmk2014-09-24
|
* Adhoc fix compile error of usb_usbtmk2014-09-22
|
* Add option 7bit data to serial_soft.ctmk2014-08-26
|
* Revert lufa/lufa.ctmk2014-08-26
|
* updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵Robin Haberkorn2014-07-27
| | | | serial_mouse_mousesystems.c are new
* serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵Robin Haberkorn2014-07-27
| | | | macro
* factored out serial_mouse_init() into serial_mouse.hRobin Haberkorn2014-07-27
|
* integrated serial mouse drivers as a feature into the firmware architectureRobin Haberkorn2014-07-27
| | | | | | | | | * can be enabled by defining Makefile macro SERIAL_MOUSE_MICROSOFT_ENABLE or SERIAL_MOUSE_MOUSESYSTEMS_ENABLE. * Serial implementation can be chosen via SERIAL_MOUSE_USE_SOFT and SERIAL_MOUSE_USE_UART macros * UART configuration still has to be done in config.h: I added working clauses for both mouse protocols to ps2_usb's config.h
* added serial mouse driver for Microsoft and Mousesystems miceRobin Haberkorn2014-07-27
| | | | | | | * Both drivers use the interface defined in serial_mouse.h * They should work with any UART implementation (hardware/software UART) * The Microsoft driver is currently untested. The Mousesystems driver is confirmed to work.
* Just ignore ADB Service Requesttmk2014-07-21
| | | | - to support Adjustable keyboard(composite device?)
* Fix NKRO code when NKRO is disabletmk2014-07-20
|
* Fix debug print of ps2_mousetmk2014-06-15
|
* Fix set LED for NKRO keyboard interfacetmk2014-04-29
|
* Unused endpoint of console OUT is commentout'dtmk2014-04-29
|
* Fix remotewakeup of PJRC stack(Fix #121)tmk2014-04-28
| | | | | - without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that
* Check if LUFA-git really exists(Fix #118)tmk2014-04-28
|
* NKRO is disable when SET_PROTOCOL(boot)tmk2014-04-27
| | | | | - Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request
* Make NKRO deafult when it is availabletmk2014-04-27
| | | | - NKRO is used only when keyboard_protocol = 1(report)
* Add LUFA git repository(release 140302)tmk2014-04-25
|
* Move macro definitions from lufa.c to lufa.htmk2014-04-25
|
* Change LUFA build optionstmk2014-04-24
|
* Return when ready check loop is timeouted(Fix #115)tmk2014-04-22
|
* Change PollingIntervalMS to 10ms(Fix #114)tmk2014-04-21
|
* Add doc 4704.txt and protocol commenttmk2014-02-10
|
* Change error no and clean debug codetmk2014-02-10
|
* Add Initial files of 4704_usbtmk2014-02-09
|
* Added NeXT keyboard converterBenjamin Gould2014-01-06
|
* Merge pull request #81 from bgould/mastertmk2013-11-27
|\ | | | | Add support for Adafruit's Bluefruit
| * changed tabs to spaces in bluefruit.cBenjamin Gould2013-11-27
| |
| * Added bluefruit protocol and converter for 70% MBenjamin Gould2013-11-27
| |
* | Add included header file and fix debug printtmk2013-11-28
| |
* | Add ps2_interrupt.ctmk2013-11-28
| |
* | Add ps2_usart.c and fix set_led at USB waketmk2013-11-28
| |
* | Fix ps2_host_recv_responsetmk2013-11-26
| |
* | Add ps2_busywait.c and recfactor PS/2 protocoltmk2013-11-25
| |
* | Merge branch 'ps2_mouse_fix'tmk2013-11-21
|\ \
| * | Fix PS/2 USART versiontmk2013-11-21
| | |
| * | Fix interrupt version of ps2.ctmk2013-11-21
| | |
| * | Add build options of ps2_mousetmk2013-11-20
| | |
| * | Fix to build ps2_mouse with both LUFA and PJRCtmk2013-11-20
| | | | | | | | | | | | | | | - change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
| * | Fix delay of PS/2 mouse inittmk2013-11-19
| | |
| * | Wait for USB starting up to make debug print availabletmk2013-11-19
| | |
| * | Fix PS/2 mouse supporttmk2013-11-02
| | |
| * | Tweak time values of busywait PS/2tmk2013-11-02
| |/
* / Add cli() to protoect ADB critical timing parttmk2013-11-08
|/
* Merge blargg's fix into adb.ctmk2013-10-14
| | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
* Change ADB scan delay 12mstmk2013-10-09
|
* Fix ADB missing keystrokes problem Thanks, blargg! #14tmk2013-10-08
| | | | | - Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
* Fix build error and debug print PJRC stack #69 #68tmk2013-10-08
|
* Remove clear matrix on ADB recv errortmk2013-10-04
|