Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove core library and build files | tmk | 2015-04-10 | 1 | -456/+0 |
| | |||||
* | Fix typo 'keyobard' #166 | tmk | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | Just ignore ADB Service Request | tmk | 2014-07-21 | 1 | -0/+4 |
| | | | | - to support Adjustable keyboard(composite device?) | ||||
* | 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> | ||||
* | Remove clear matrix on ADB recv error | tmk | 2013-10-04 | 1 | -0/+3 |
| | |||||
* | Remove debug line from adb.c | tmk | 2013-04-09 | 1 | -1/+0 |
| | |||||
* | Fix ADB protocol issue #14 | tmk | 2013-04-09 | 1 | -5/+14 |
| | |||||
* | Fix comment of ADB signaling. | tmk | 2013-04-09 | 1 | -15/+39 |
| | |||||
* | Support for ISO/JIS keys on ADB(Issue#22) | tmk | 2013-02-03 | 1 | -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. | ||||
* | Add ADB extended keyboard support by blargg@GH. | tmk | 2012-12-12 | 1 | -5/+19 |
| | | | | This offers distinction between left/right modifiers. | ||||
* | ad hoc fix for wrong bit read problem of adb.c. | tmk | 2012-09-19 | 1 | -0/+6 |
| | |||||
* | Add a keymap layer into ADB converter. | tmk | 2012-06-18 | 1 | -1/+0 |
| | |||||
* | Moved files to common, protocol and doc directory | tmk | 2012-06-07 | 1 | -0/+407 |