aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
AgeCommit message (Expand)Author
2014-12-05usb_usb: Update for new core layoutGravatar Jun Wako
2014-11-24Fix endpoint buffer setting for AT90USB82/162.Gravatar tmk
2014-11-24Merge branch 'rn42' into merge_rn42Gravatar tmk
2014-11-20USB initialize when plug-in during battery poweredGravatar tmk
2014-11-13fixed vusb variant of converter ps2usbGravatar Stefan Mark
2014-09-24Fix typo of variable nameGravatar tmk
2014-09-22Adhoc fix compile error of usb_usbGravatar tmk
2014-08-26Add option 7bit data to serial_soft.cGravatar tmk
2014-08-26Revert lufa/lufa.cGravatar tmk
2014-07-30Add flow control by firmware to serial_uartGravatar tmk
2014-07-30Change buffer size: 256 bytesGravatar tmk
2014-07-30Add LED indicator support in mbedGravatar tmk
2014-07-30Port ps2_usb to mbedGravatar tmk
2014-07-30Fix build files for mbedGravatar tmk
2014-07-27updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and serial_mouse...Gravatar Robin Haberkorn
2014-07-27serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX m...Gravatar Robin Haberkorn
2014-07-27factored out serial_mouse_init() into serial_mouse.hGravatar Robin Haberkorn
2014-07-27integrated serial mouse drivers as a feature into the firmware architectureGravatar Robin Haberkorn
2014-07-27added serial mouse driver for Microsoft and Mousesystems miceGravatar Robin Haberkorn
2014-07-21Just ignore ADB Service RequestGravatar tmk
2014-07-20Fix NKRO code when NKRO is disableGravatar tmk
2014-06-15Fix debug print of ps2_mouseGravatar tmk
2014-04-29Fix set LED for NKRO keyboard interfaceGravatar tmk
2014-04-29Unused endpoint of console OUT is commentout'dGravatar tmk
2014-04-28Fix remotewakeup of PJRC stack(Fix #121)Gravatar tmk
2014-04-28Check if LUFA-git really exists(Fix #118)Gravatar tmk
2014-04-27NKRO is disable when SET_PROTOCOL(boot)Gravatar tmk
2014-04-27Make NKRO deafult when it is availableGravatar tmk
2014-04-25Add LUFA git repository(release 140302)Gravatar tmk
2014-04-25Move macro definitions from lufa.c to lufa.hGravatar tmk
2014-04-24Change LUFA build optionsGravatar tmk
2014-04-22Return when ready check loop is timeouted(Fix #115)Gravatar tmk
2014-04-21Change PollingIntervalMS to 10ms(Fix #114)Gravatar tmk
2014-02-10Add doc 4704.txt and protocol commentGravatar tmk
2014-02-10Change error no and clean debug codeGravatar tmk
2014-02-09Add Initial files of 4704_usbGravatar tmk
2014-01-06Added NeXT keyboard converterGravatar Benjamin Gould
2013-11-27Merge pull request #81 from bgould/masterGravatar tmk
2013-11-28Add included header file and fix debug printGravatar tmk
2013-11-28Add ps2_interrupt.cGravatar tmk
2013-11-28Add ps2_usart.c and fix set_led at USB wakeGravatar tmk
2013-11-27changed tabs to spaces in bluefruit.cGravatar Benjamin Gould
2013-11-27Added bluefruit protocol and converter for 70% MGravatar Benjamin Gould
2013-11-26Fix ps2_host_recv_responseGravatar tmk
2013-11-25Add ps2_busywait.c and recfactor PS/2 protocolGravatar tmk
2013-11-21Merge branch 'ps2_mouse_fix'Gravatar tmk
2013-11-21Fix PS/2 USART versionGravatar tmk
2013-11-21Fix interrupt version of ps2.cGravatar tmk
2013-11-20Add build options of ps2_mouseGravatar tmk
2013-11-20Fix to build ps2_mouse with both LUFA and PJRCGravatar tmk