summaryrefslogtreecommitdiffstats
path: root/protocol/adb.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07Add cli() to protoect ADB critical timing parttmk1-11/+7
2013-10-14Merge blargg's fix into adb.ctmk1-111/+97
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
2013-10-09Change ADB scan delay 12mstmk1-2/+4
2013-10-08Fix ADB missing keystrokes problem Thanks, blargg! #14tmk1-0/+6
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
2013-10-04Remove clear matrix on ADB recv errortmk1-0/+3
2013-04-09Remove debug line from adb.ctmk1-1/+0
2013-04-09Fix ADB protocol issue #14tmk1-5/+14
2013-04-09Fix comment of ADB signaling.tmk1-15/+39
2013-02-03Support for ISO/JIS keys on ADB(Issue#22)tmk1-0/+1
- ISO/JIS specific keys support.(Not tested :) - Learned how to convert ADB into HID code from: http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c - Left of 1 key generates 0x0A(ADB scan code) on German layout AEKII.
2012-12-12Add ADB extended keyboard support by blargg@GH.tmk1-5/+19
This offers distinction between left/right modifiers.
2012-09-19ad hoc fix for wrong bit read problem of adb.c.tmk1-0/+6
2012-06-18Add a keymap layer into ADB converter.tmk1-1/+0
2012-06-06Moved files to common, protocol and doc directorytmk1-0/+407