aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
AgeCommit message (Collapse)Author
2013-11-21Merge branch 'ps2_mouse_fix'Gravatar tmk
2013-11-21Fix PS/2 USART versionGravatar tmk
2013-11-21Fix interrupt version of ps2.cGravatar tmk
2013-11-20Add build options of ps2_mouseGravatar tmk
2013-11-20Fix to build ps2_mouse with both LUFA and PJRCGravatar tmk
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
2013-11-19Fix delay of PS/2 mouse initGravatar tmk
2013-11-19Wait for USB starting up to make debug print availableGravatar tmk
2013-11-08Add cli() to protoect ADB critical timing partGravatar tmk
2013-11-02Fix PS/2 mouse supportGravatar tmk
2013-11-02Tweak time values of busywait PS/2Gravatar tmk
2013-10-14Merge blargg's fix into adb.cGravatar tmk
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
2013-10-09Change ADB scan delay 12msGravatar tmk
2013-10-08Fix ADB missing keystrokes problem Thanks, blargg! #14Gravatar tmk
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
2013-10-08Fix build error and debug print PJRC stack #69 #68Gravatar tmk
2013-10-04Remove clear matrix on ADB recv errorGravatar tmk
2013-09-25Merge branch 'm0110_keymap_section'Gravatar tmk
2013-09-25Add M0120 scan code diagramGravatar tmk
2013-09-25Fix LUFA blocking during startupGravatar tmk
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
2013-09-21Fix USB initilaize on LUFAGravatar tmk
- 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-21Remove procedures not neeed from init of M0110Gravatar tmk
2013-07-28Add NKRO support for LUFAGravatar tmk
2013-06-22Use serial_uart.c instead of x68k.c nowGravatar tmk
2013-06-22Add LED support to x68kGravatar tmk
2013-05-27Fixes to sleep LED.Gravatar Mathias Andersson
Add help text. Add missing SLEEP_LED_ENABLE checks.
2013-05-04Increase buffer size of PS2 protocolGravatar tmk
2013-04-22Fix doc and descriptor of iwrapGravatar tmk
2013-04-22Add vusb support to iwrapGravatar tmk
2013-04-20Add support of mouse horizontal wheel to iWRAPGravatar tmk
2013-04-19Rescue script from iWRAP MUX mode stuckGravatar tmk
2013-04-18Add support of iWRAP5Gravatar tmk
- mouse virtical wheel - consumer page
2013-04-13Fix LUFA host driver for unconfigured stateGravatar tmk
2013-04-13Fix USB DescriptorsGravatar tmk
2013-04-09Remove debug line from adb.cGravatar tmk
2013-04-09Add new build options to adb_usbGravatar tmk
2013-04-09Fix ADB protocol issue #14Gravatar tmk
2013-04-09Fix comment of ADB signaling.Gravatar tmk
2013-03-27Add supsend and wakeup to pjrc stackGravatar tmk
2013-03-16Add breathing sleep LED during USB suspendGravatar tmk
2013-03-14Add power down mode sleep and watchdog interruptGravatar tmk
2013-03-13Add intial code of RemoteWakeUpGravatar tmk
2013-03-11Rename HOST_* to PROTOCOL_* in protocol/*.mkGravatar tmk
2013-03-09Add bootmagic.c and fix bootloader_jumpGravatar tmk
2013-03-05Fix keymap for new frameworkGravatar tmk
2013-02-25Fix software serial configureGravatar tmk
2013-02-25Add serial_uart.c and use it for PC98Gravatar tmk
2013-02-25Add parity option in serial_soft.cGravatar tmk
2013-02-23Fix debug code of serial_soft.cGravatar tmk
2013-02-22Fix softwere serialGravatar tmk
2013-02-22Quick Fix: read scan code from PC98Gravatar tmk
2013-02-22Add initial files for PC98Gravatar tmk