summaryrefslogtreecommitdiffstats
path: root/protocol
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Initial files of 4704_usbtmk2014-02-092-0/+261
|
* Added NeXT keyboard converterBenjamin Gould2014-01-062-0/+267
|
* Merge pull request #81 from bgould/mastertmk2013-11-274-0/+373
|\ | | | | Add support for Adafruit's Bluefruit
| * changed tabs to spaces in bluefruit.cBenjamin Gould2013-11-271-5/+5
| |
| * Added bluefruit protocol and converter for 70% MBenjamin Gould2013-11-274-0/+373
| |
* | Add included header file and fix debug printtmk2013-11-282-5/+5
| |
* | Add ps2_interrupt.ctmk2013-11-283-307/+121
| |
* | Add ps2_usart.c and fix set_led at USB waketmk2013-11-284-126/+29
| |
* | Fix ps2_host_recv_responsetmk2013-11-261-4/+7
| |
* | Add ps2_busywait.c and recfactor PS/2 protocoltmk2013-11-253-43/+339
| |
* | Merge branch 'ps2_mouse_fix'tmk2013-11-216-214/+257
|\ \
| * | Fix PS/2 USART versiontmk2013-11-211-29/+25
| | |
| * | Fix interrupt version of ps2.ctmk2013-11-212-25/+37
| | |
| * | Add build options of ps2_mousetmk2013-11-202-46/+61
| | |
| * | Fix to build ps2_mouse with both LUFA and PJRCtmk2013-11-202-84/+117
| | | | | | | | | | | | | | | - change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
| * | Fix delay of PS/2 mouse inittmk2013-11-191-3/+1
| | |
| * | Wait for USB starting up to make debug print availabletmk2013-11-191-1/+8
| | |
| * | Fix PS/2 mouse supporttmk2013-11-022-73/+55
| | |
| * | Tweak time values of busywait PS/2tmk2013-11-021-3/+3
| |/
* / Add cli() to protoect ADB critical timing parttmk2013-11-081-11/+7
|/
* Merge blargg's fix into adb.ctmk2013-10-141-111/+97
| | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
* Change ADB scan delay 12mstmk2013-10-091-2/+4
|
* Fix ADB missing keystrokes problem Thanks, blargg! #14tmk2013-10-081-0/+6
| | | | | - 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-082-0/+4
|
* Remove clear matrix on ADB recv errortmk2013-10-041-0/+3
|
* Merge branch 'm0110_keymap_section'tmk2013-09-251-23/+23
|\
| * Add M0120 scan code diagramtmk2013-09-251-23/+23
| |
* | Fix LUFA blocking during startuptmk2013-09-251-0/+2
|/ | | | - Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
* Fix USB initilaize on LUFAtmk2013-09-211-1/+6
| | | | | | | | | | - Add print messages of USB intialize procesure. - call out sei() in earlier stage. LUFA API doc of USB_Init() says: interrupts must be enabled within 500ms ... to ensure that the host does not time out whilst enumerating the device - remove matrix_init() from suspend_wakeup_init(). It is not needed in fact and if matrix_init() takes long time to initialize it prevents host emnumerating the device.
* Remove procedures not neeed from init of M0110tmk2013-09-211-1/+3
|
* Add NKRO support for LUFAtmk2013-07-284-18/+112
|
* Use serial_uart.c instead of x68k.c nowtmk2013-06-222-129/+0
|
* Add LED support to x68ktmk2013-06-222-0/+7
|
* Fixes to sleep LED.Mathias Andersson2013-05-271-0/+2
| | | | | Add help text. Add missing SLEEP_LED_ENABLE checks.
* Increase buffer size of PS2 protocoltmk2013-05-042-2/+2
|
* Fix doc and descriptor of iwraptmk2013-04-225-128/+89
|
* Add vusb support to iwraptmk2013-04-221-9/+11
|
* Add support of mouse horizontal wheel to iWRAPtmk2013-04-203-76/+117
|
* Rescue script from iWRAP MUX mode stucktmk2013-04-191-0/+7
|
* Add support of iWRAP5tmk2013-04-1810-19/+388
| | | | | - mouse virtical wheel - consumer page
* Fix LUFA host driver for unconfigured statetmk2013-04-131-0/+12
|
* Fix USB Descriptorstmk2013-04-133-6/+19
|
* Remove debug line from adb.ctmk2013-04-091-1/+0
|
* Add new build options to adb_usbtmk2013-04-091-0/+1
|
* Fix ADB protocol issue #14tmk2013-04-091-5/+14
|
* Fix comment of ADB signaling.tmk2013-04-091-15/+39
|
* Add supsend and wakeup to pjrc stacktmk2013-03-273-91/+36
|
* Add breathing sleep LED during USB suspendtmk2013-03-161-9/+27
|
* Add power down mode sleep and watchdog interrupttmk2013-03-141-3/+73
|
* Add intial code of RemoteWakeUptmk2013-03-131-4/+36
|