Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-30 | Change buffer size: 256 bytes | ||
2014-07-30 | Add LED indicator support in mbed | ||
2014-07-30 | Port ps2_usb to mbed | ||
2014-07-30 | Fix build files for mbed | ||
2014-07-21 | Just ignore ADB Service Request | ||
- to support Adjustable keyboard(composite device?) | |||
2014-07-20 | Fix NKRO code when NKRO is disable | ||
2014-06-15 | Fix debug print of ps2_mouse | ||
2014-04-29 | Fix set LED for NKRO keyboard interface | ||
2014-04-29 | Unused endpoint of console OUT is commentout'd | ||
2014-04-28 | Fix remotewakeup of PJRC stack(Fix #121) | ||
- 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) | ||
2014-04-27 | NKRO is disable when SET_PROTOCOL(boot) | ||
- 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 | ||
- NKRO is used only when keyboard_protocol = 1(report) | |||
2014-04-25 | Add LUFA git repository(release 140302) | ||
2014-04-25 | Move macro definitions from lufa.c to lufa.h | ||
2014-04-24 | Change LUFA build options | ||
2014-04-22 | Return when ready check loop is timeouted(Fix #115) | ||
2014-04-21 | Change PollingIntervalMS to 10ms(Fix #114) | ||
2014-02-10 | Add doc 4704.txt and protocol comment | ||
2014-02-10 | Change error no and clean debug code | ||
2014-02-09 | Add Initial files of 4704_usb | ||
2014-01-06 | Added NeXT keyboard converter | ||
2013-11-27 | Merge pull request #81 from bgould/master | ||
Add support for Adafruit's Bluefruit | |||
2013-11-28 | Add included header file and fix debug print | ||
2013-11-28 | Add ps2_interrupt.c | ||
2013-11-28 | Add ps2_usart.c and fix set_led at USB wake | ||
2013-11-27 | changed tabs to spaces in bluefruit.c | ||
2013-11-27 | Added bluefruit protocol and converter for 70% M | ||
2013-11-26 | Fix ps2_host_recv_response | ||
2013-11-25 | Add ps2_busywait.c and recfactor PS/2 protocol | ||
2013-11-21 | Merge branch 'ps2_mouse_fix' | ||
2013-11-21 | Fix PS/2 USART version | ||
2013-11-21 | Fix interrupt version of ps2.c | ||
2013-11-20 | Add build options of ps2_mouse | ||
2013-11-20 | Fix to build ps2_mouse with both LUFA and PJRC | ||
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | |||
2013-11-19 | Fix delay of PS/2 mouse init | ||
2013-11-19 | Wait for USB starting up to make debug print available | ||
2013-11-08 | Add cli() to protoect ADB critical timing part | ||
2013-11-02 | Fix PS/2 mouse support | ||
2013-11-02 | Tweak time values of busywait PS/2 | ||
2013-10-14 | Merge blargg's fix into adb.c | ||
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||
2013-10-09 | Change ADB scan delay 12ms | ||
2013-10-08 | Fix ADB missing keystrokes problem Thanks, blargg! #14 | ||
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919> | |||
2013-10-08 | Fix build error and debug print PJRC stack #69 #68 | ||
2013-10-04 | Remove clear matrix on ADB recv error | ||
2013-09-25 | Merge branch 'm0110_keymap_section' | ||
2013-09-25 | Add M0120 scan code diagram | ||
2013-09-25 | Fix LUFA blocking during startup | ||
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT | |||
2013-09-21 | Fix USB initilaize on LUFA | ||
- 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. | |||
2013-09-21 | Remove procedures not neeed from init of M0110 | ||