aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
Commit message (Collapse)AuthorAgeFilesLines
* Change TOP_DIR to TMK_DIR in makefilestmk2015-04-097-24/+24
|
* usb_hid: Update USB_Host_Shield_2.0Jun Wako2015-04-071-0/+0
|
* m0110: Add support for international keyboardJun Wako2015-03-191-3/+18
|
* Fix call parameter of suspend_power_down()Jun Wako2015-01-262-2/+2
|
* Fix typo 'keyobard' #166tmk2015-01-191-1/+1
|
* Fix power saving while USB suspendedtmk2015-01-151-0/+3
| | | | - doesn't pwoer save while Bluetooth turns on
* Fix lufa sendchar() infinite wait looptmk2015-01-151-18/+18
| | | | | - FrameNumber is not updated when adapter powered - can be blocked in sendchar() when pluged into AC adapter
* Compensate timer during prower downtmk2015-01-151-1/+1
|
* Fix ps2 protocol build using ps2_io.hJun Wako2015-01-042-0/+2
|
* bluefruit, pjrc: Update protocols for new APItmk2015-01-034-5/+6
|
* [ps2,terminal_usb] Quick fix for build problemtmk2014-12-241-0/+1
|
* Add USB Hub supportJun Wako2014-12-101-0/+1
|
* Add submodule legitimate USB_Host_Shield_2.0Jun Wako2014-12-101-0/+0
|
* Remove submodule USB_Host_Shield_2.0Jun Wako2014-12-101-0/+0
|
* usb_usb: Update for new core layoutJun Wako2014-12-051-1/+1
|
* Fix endpoint buffer setting for AT90USB82/162.tmk2014-11-243-2/+27
|
* Merge branch 'rn42' into merge_rn42tmk2014-11-2411-66/+546
|\ | | | | | | | | | | | | | | Conflicts: .gitignore common.mk common/debug_config.h common/print.h
| * USB initialize when plug-in during battery poweredtmk2014-11-201-1/+14
| |
| * Add flow control by firmware to serial_uarttmk2014-07-301-0/+19
| |
| * Change buffer size: 256 bytestmk2014-07-301-1/+1
| |
| * Add LED indicator support in mbedtmk2014-07-303-16/+35
| |
| * Port ps2_usb to mbedtmk2014-07-305-64/+166
| |
| * Fix build files for mbedtmk2014-07-304-0/+327
| |
* | fixed vusb variant of converter ps2usbStefan Mark2014-11-133-16/+23
| |
* | Fix typo of variable nametmk2014-09-241-1/+1
| |
* | Adhoc fix compile error of usb_usbtmk2014-09-223-3/+2
| |
* | Add option 7bit data to serial_soft.ctmk2014-08-261-2/+18
| |
* | Revert lufa/lufa.ctmk2014-08-261-12/+0
| |
* | updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵Robin Haberkorn2014-07-273-3/+3
| | | | | | | | serial_mouse_mousesystems.c are new
* | serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵Robin Haberkorn2014-07-272-18/+20
| | | | | | | | macro
* | factored out serial_mouse_init() into serial_mouse.hRobin Haberkorn2014-07-273-13/+8
| |
* | integrated serial mouse drivers as a feature into the firmware architectureRobin Haberkorn2014-07-272-1/+13
| | | | | | | | | | | | | | | | | | * 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-273-0/+291
|/ | | | | | | * 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-211-0/+4
| | | | - to support Adjustable keyboard(composite device?)
* Fix NKRO code when NKRO is disabletmk2014-07-201-0/+2
|
* Fix debug print of ps2_mousetmk2014-06-151-1/+6
|
* Fix set LED for NKRO keyboard interfacetmk2014-04-291-0/+1
|
* Unused endpoint of console OUT is commentout'dtmk2014-04-292-1/+7
|
* Fix remotewakeup of PJRC stack(Fix #121)tmk2014-04-281-0/+1
| | | | | - 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-282-1/+2
|
* NKRO is disable when SET_PROTOCOL(boot)tmk2014-04-273-2/+8
| | | | | - 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-274-40/+38
| | | | - NKRO is used only when keyboard_protocol = 1(report)
* Add LUFA git repository(release 140302)tmk2014-04-254-8/+21
|
* Move macro definitions from lufa.c to lufa.htmk2014-04-252-9/+11
|
* Change LUFA build optionstmk2014-04-242-5/+9
|
* Return when ready check loop is timeouted(Fix #115)tmk2014-04-222-13/+27
|
* Change PollingIntervalMS to 10ms(Fix #114)tmk2014-04-211-1/+1
|
* Add doc 4704.txt and protocol commenttmk2014-02-101-7/+33
|
* Change error no and clean debug codetmk2014-02-102-25/+17
|
* Add Initial files of 4704_usbtmk2014-02-092-0/+261
|