Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add ps2_busywait.c and recfactor PS/2 protocol | tmk | 2013-11-25 | 3 | -43/+339 | |
| | | ||||||
* | | Merge branch 'ps2_mouse_fix' | tmk | 2013-11-21 | 6 | -214/+257 | |
|\ \ | ||||||
| * | | Fix PS/2 USART version | tmk | 2013-11-21 | 1 | -29/+25 | |
| | | | ||||||
| * | | Fix interrupt version of ps2.c | tmk | 2013-11-21 | 2 | -25/+37 | |
| | | | ||||||
| * | | Add build options of ps2_mouse | tmk | 2013-11-20 | 2 | -46/+61 | |
| | | | ||||||
| * | | Fix to build ps2_mouse with both LUFA and PJRC | tmk | 2013-11-20 | 2 | -84/+117 | |
| | | | | | | | | | | | | | | | - change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | |||||
| * | | Fix delay of PS/2 mouse init | tmk | 2013-11-19 | 1 | -3/+1 | |
| | | | ||||||
| * | | Wait for USB starting up to make debug print available | tmk | 2013-11-19 | 1 | -1/+8 | |
| | | | ||||||
| * | | Fix PS/2 mouse support | tmk | 2013-11-02 | 2 | -73/+55 | |
| | | | ||||||
| * | | Tweak time values of busywait PS/2 | tmk | 2013-11-02 | 1 | -3/+3 | |
| |/ | ||||||
* / | Add cli() to protoect ADB critical timing part | tmk | 2013-11-08 | 1 | -11/+7 | |
|/ | ||||||
* | Merge blargg's fix into adb.c | tmk | 2013-10-14 | 1 | -111/+97 | |
| | | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||||
* | Change ADB scan delay 12ms | tmk | 2013-10-09 | 1 | -2/+4 | |
| | ||||||
* | Fix ADB missing keystrokes problem Thanks, blargg! #14 | tmk | 2013-10-08 | 1 | -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 #68 | tmk | 2013-10-08 | 2 | -0/+4 | |
| | ||||||
* | Remove clear matrix on ADB recv error | tmk | 2013-10-04 | 1 | -0/+3 | |
| | ||||||
* | Merge branch 'm0110_keymap_section' | tmk | 2013-09-25 | 1 | -23/+23 | |
|\ | ||||||
| * | Add M0120 scan code diagram | tmk | 2013-09-25 | 1 | -23/+23 | |
| | | ||||||
* | | Fix LUFA blocking during startup | tmk | 2013-09-25 | 1 | -0/+2 | |
|/ | | | | - Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT | |||||
* | Fix USB initilaize on LUFA | tmk | 2013-09-21 | 1 | -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 M0110 | tmk | 2013-09-21 | 1 | -1/+3 | |
| | ||||||
* | Add NKRO support for LUFA | tmk | 2013-07-28 | 4 | -18/+112 | |
| | ||||||
* | Use serial_uart.c instead of x68k.c now | tmk | 2013-06-22 | 2 | -129/+0 | |
| | ||||||
* | Add LED support to x68k | tmk | 2013-06-22 | 2 | -0/+7 | |
| | ||||||
* | Fixes to sleep LED. | Mathias Andersson | 2013-05-27 | 1 | -0/+2 | |
| | | | | | Add help text. Add missing SLEEP_LED_ENABLE checks. | |||||
* | Increase buffer size of PS2 protocol | tmk | 2013-05-04 | 2 | -2/+2 | |
| | ||||||
* | Fix doc and descriptor of iwrap | tmk | 2013-04-22 | 5 | -128/+89 | |
| | ||||||
* | Add vusb support to iwrap | tmk | 2013-04-22 | 1 | -9/+11 | |
| | ||||||
* | Add support of mouse horizontal wheel to iWRAP | tmk | 2013-04-20 | 3 | -76/+117 | |
| | ||||||
* | Rescue script from iWRAP MUX mode stuck | tmk | 2013-04-19 | 1 | -0/+7 | |
| | ||||||
* | Add support of iWRAP5 | tmk | 2013-04-18 | 10 | -19/+388 | |
| | | | | | - mouse virtical wheel - consumer page | |||||
* | Fix LUFA host driver for unconfigured state | tmk | 2013-04-13 | 1 | -0/+12 | |
| | ||||||
* | Fix USB Descriptors | tmk | 2013-04-13 | 3 | -6/+19 | |
| | ||||||
* | Remove debug line from adb.c | tmk | 2013-04-09 | 1 | -1/+0 | |
| | ||||||
* | Add new build options to adb_usb | tmk | 2013-04-09 | 1 | -0/+1 | |
| | ||||||
* | Fix ADB protocol issue #14 | tmk | 2013-04-09 | 1 | -5/+14 | |
| | ||||||
* | Fix comment of ADB signaling. | tmk | 2013-04-09 | 1 | -15/+39 | |
| | ||||||
* | Add supsend and wakeup to pjrc stack | tmk | 2013-03-27 | 3 | -91/+36 | |
| | ||||||
* | Add breathing sleep LED during USB suspend | tmk | 2013-03-16 | 1 | -9/+27 | |
| | ||||||
* | Add power down mode sleep and watchdog interrupt | tmk | 2013-03-14 | 1 | -3/+73 | |
| | ||||||
* | Add intial code of RemoteWakeUp | tmk | 2013-03-13 | 1 | -4/+36 | |
| | ||||||
* | Rename HOST_* to PROTOCOL_* in protocol/*.mk | tmk | 2013-03-11 | 4 | -12/+9 | |
| | ||||||
* | Add bootmagic.c and fix bootloader_jump | tmk | 2013-03-09 | 2 | -3/+9 | |
| | ||||||
* | Fix keymap for new framework | tmk | 2013-03-05 | 1 | -0/+4 | |
| | ||||||
* | Fix software serial configure | tmk | 2013-02-25 | 1 | -45/+53 | |
| | ||||||
* | Add serial_uart.c and use it for PC98 | tmk | 2013-02-25 | 1 | -0/+93 | |
| | ||||||
* | Add parity option in serial_soft.c | tmk | 2013-02-25 | 1 | -7/+32 | |
| | ||||||
* | Fix debug code of serial_soft.c | tmk | 2013-02-23 | 1 | -6/+26 | |
| | ||||||
* | Fix softwere serial | tmk | 2013-02-22 | 2 | -27/+18 | |
| | ||||||
* | Quick Fix: read scan code from PC98 | tmk | 2013-02-22 | 1 | -8/+34 | |
| |