diff options
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/adb.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/protocol/adb.c b/protocol/adb.c index 155d223fe..f706255ad 100644 --- a/protocol/adb.c +++ b/protocol/adb.c | |||
| @@ -85,9 +85,11 @@ bool adb_host_psw(void) | |||
| 85 | 85 | ||
| 86 | /* | 86 | /* |
| 87 | * Don't call this in a row without the delay, otherwise it makes some of poor controllers | 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. | 88 | * overloaded and misses strokes. Recommended interval is 12ms. |
| 89 | * | 89 | * |
| 90 | * Thanks a lot, blargg! <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919> | 90 | * Thanks a lot, blargg! |
| 91 | * <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919> | ||
| 92 | * <http://geekhack.org/index.php?topic=14290.msg1070139#msg1070139> | ||
| 91 | */ | 93 | */ |
| 92 | uint16_t adb_host_kbd_recv(void) | 94 | uint16_t adb_host_kbd_recv(void) |
| 93 | { | 95 | { |
