Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-05 | usb_usb: Update for new core layout | Jun Wako | |
2014-11-24 | Fix endpoint buffer setting for AT90USB82/162. | tmk | |
2014-11-24 | Merge branch 'rn42' into merge_rn42 | tmk | |
Conflicts: .gitignore common.mk common/debug_config.h common/print.h | |||
2014-11-20 | USB initialize when plug-in during battery powered | tmk | |
2014-11-13 | fixed vusb variant of converter ps2usb | Stefan Mark | |
2014-09-24 | Fix typo of variable name | tmk | |
2014-09-22 | Adhoc fix compile error of usb_usb | tmk | |
2014-08-26 | Add option 7bit data to serial_soft.c | tmk | |
2014-08-26 | Revert lufa/lufa.c | tmk | |
2014-07-30 | Add flow control by firmware to serial_uart | tmk | |
2014-07-30 | Change buffer size: 256 bytes | tmk | |
2014-07-30 | Add LED indicator support in mbed | tmk | |
2014-07-30 | Port ps2_usb to mbed | tmk | |
2014-07-30 | Fix build files for mbed | tmk | |
2014-07-27 | updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵ | Robin Haberkorn | |
serial_mouse_mousesystems.c are new | |||
2014-07-27 | serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵ | Robin Haberkorn | |
macro | |||
2014-07-27 | factored out serial_mouse_init() into serial_mouse.h | Robin Haberkorn | |
2014-07-27 | integrated serial mouse drivers as a feature into the firmware architecture | Robin Haberkorn | |
* 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 | |||
2014-07-27 | added serial mouse driver for Microsoft and Mousesystems mice | Robin Haberkorn | |
* 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. | |||
2014-07-21 | Just ignore ADB Service Request | tmk | |
- to support Adjustable keyboard(composite device?) | |||
2014-07-20 | Fix NKRO code when NKRO is disable | tmk | |
2014-06-15 | Fix debug print of ps2_mouse | tmk | |
2014-04-29 | Fix set LED for NKRO keyboard interface | tmk | |
2014-04-29 | Unused endpoint of console OUT is commentout'd | tmk | |
2014-04-28 | Fix remotewakeup of PJRC stack(Fix #121) | tmk | |
- without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that | |||
2014-04-28 | Check if LUFA-git really exists(Fix #118) | tmk | |
2014-04-27 | NKRO is disable when SET_PROTOCOL(boot) | tmk | |
- Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request | |||
2014-04-27 | Make NKRO deafult when it is available | tmk | |
- NKRO is used only when keyboard_protocol = 1(report) | |||
2014-04-25 | Add LUFA git repository(release 140302) | tmk | |
2014-04-25 | Move macro definitions from lufa.c to lufa.h | tmk | |
2014-04-24 | Change LUFA build options | tmk | |
2014-04-22 | Return when ready check loop is timeouted(Fix #115) | tmk | |
2014-04-21 | Change PollingIntervalMS to 10ms(Fix #114) | tmk | |
2014-02-10 | Add doc 4704.txt and protocol comment | tmk | |
2014-02-10 | Change error no and clean debug code | tmk | |
2014-02-09 | Add Initial files of 4704_usb | tmk | |
2014-01-06 | Added NeXT keyboard converter | Benjamin Gould | |
2013-11-27 | Merge pull request #81 from bgould/master | tmk | |
Add support for Adafruit's Bluefruit | |||
2013-11-28 | Add included header file and fix debug print | tmk | |
2013-11-28 | Add ps2_interrupt.c | tmk | |
2013-11-28 | Add ps2_usart.c and fix set_led at USB wake | tmk | |
2013-11-27 | changed tabs to spaces in bluefruit.c | Benjamin Gould | |
2013-11-27 | Added bluefruit protocol and converter for 70% M | Benjamin Gould | |
2013-11-26 | Fix ps2_host_recv_response | tmk | |
2013-11-25 | Add ps2_busywait.c and recfactor PS/2 protocol | tmk | |
2013-11-21 | Merge branch 'ps2_mouse_fix' | tmk | |
2013-11-21 | Fix PS/2 USART version | tmk | |
2013-11-21 | Fix interrupt version of ps2.c | tmk | |
2013-11-20 | Add build options of ps2_mouse | tmk | |
2013-11-20 | Fix to build ps2_mouse with both LUFA and PJRC | tmk | |
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c |