aboutsummaryrefslogtreecommitdiff
path: root/protocol/adb.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/adb.c')
-rw-r--r--protocol/adb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/protocol/adb.c b/protocol/adb.c
index e4e26b7d7..155d223fe 100644
--- a/protocol/adb.c
+++ b/protocol/adb.c
@@ -83,6 +83,12 @@ bool adb_host_psw(void)
83} 83}
84#endif 84#endif
85 85
86/*
87 * Don't call this in a row without the delay, otherwise it makes some of poor controllers
88 * overloaded and misses strokes. Recommended delay is 16ms.
89 *
90 * Thanks a lot, blargg! <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
91 */
86uint16_t adb_host_kbd_recv(void) 92uint16_t adb_host_kbd_recv(void)
87{ 93{
88 uint16_t data = 0; 94 uint16_t data = 0;