Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change PollingIntervalMS to 10ms(Fix #114) | tmk | 2014-04-21 | 1 | -1/+1 | |
| | ||||||
* | Add doc 4704.txt and protocol comment | tmk | 2014-02-10 | 1 | -7/+33 | |
| | ||||||
* | Change error no and clean debug code | tmk | 2014-02-10 | 2 | -25/+17 | |
| | ||||||
* | Add Initial files of 4704_usb | tmk | 2014-02-09 | 2 | -0/+261 | |
| | ||||||
* | Added NeXT keyboard converter | Benjamin Gould | 2014-01-06 | 2 | -0/+267 | |
| | ||||||
* | Merge pull request #81 from bgould/master | tmk | 2013-11-27 | 4 | -0/+373 | |
|\ | | | | | Add support for Adafruit's Bluefruit | |||||
| * | changed tabs to spaces in bluefruit.c | Benjamin Gould | 2013-11-27 | 1 | -5/+5 | |
| | | ||||||
| * | Added bluefruit protocol and converter for 70% M | Benjamin Gould | 2013-11-27 | 4 | -0/+373 | |
| | | ||||||
* | | Add included header file and fix debug print | tmk | 2013-11-28 | 2 | -5/+5 | |
| | | ||||||
* | | Add ps2_interrupt.c | tmk | 2013-11-28 | 3 | -307/+121 | |
| | | ||||||
* | | Add ps2_usart.c and fix set_led at USB wake | tmk | 2013-11-28 | 4 | -126/+29 | |
| | | ||||||
* | | Fix ps2_host_recv_response | tmk | 2013-11-26 | 1 | -4/+7 | |
| | | ||||||
* | | 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 | |
| |