From cec254950509038ca9c805e87feea9091d77d29f Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 10 Mar 2011 00:50:27 +0900 Subject: FIX: send last report when idle timeouts. (pjrc) --- adb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 adb.c (limited to 'adb.c') diff --git a/adb.c b/adb.c old mode 100644 new mode 100755 index 6a3fb8e082..006e424a92 --- a/adb.c +++ b/adb.c @@ -280,7 +280,6 @@ Pinouts 4: GND - Commands -------- ADB command is 1byte and consists of 4bit-address, 2bit-command @@ -381,6 +380,7 @@ Keyboard Data(Register0) You can read the state from PSW line(active low) however the switch has a special scancode 0x7F7F, so you can also read from Data line. It uses 0xFFFF for release scancode. + Release code seems to delay about some 100ms. Due to Mac soft power? Keyboard LEDs & state of keys(Register2) This register hold current state of three LEDs and nine keys. -- cgit v1.2.3