diff --git a/docs/html/guide/topics/connectivity/usb/host.jd b/docs/html/guide/topics/connectivity/usb/host.jd index 355dd2dd91993..f957b60f5fd6e 100644 --- a/docs/html/guide/topics/connectivity/usb/host.jd +++ b/docs/html/guide/topics/connectivity/usb/host.jd @@ -31,7 +31,7 @@ page.title=USB Host
Before communicating with the USB device, your applicaton must have permission from your +
Before communicating with the USB device, your application must have permission from your users.
-private Byte[] bytes +private Byte[] bytes; private static int TIMEOUT = 0; private boolean forceClaim = true; @@ -409,7 +409,7 @@ connection.bulkTransfer(endpoint, bytes, bytes.length, TIMEOUT); //do in anotherFor more information, see the AdbTest sample, which shows how to do asynchronous bulk transfers, and the MissleLauncher sample, which + "{@docRoot}resources/samples/USB/MissileLauncher/index.html">MissileLauncher sample, which shows how to listen on an interrupt endpoint asynchronously.
Terminating communication with a device
diff --git a/docs/html/tools/adk/adk.jd b/docs/html/tools/adk/adk.jd index 7e75c11be020a..3f45c3c1cca9c 100644 --- a/docs/html/tools/adk/adk.jd +++ b/docs/html/tools/adk/adk.jd @@ -331,7 +331,7 @@ href="http://arduino.cc/en/Main/ArduinoBoardADK">Arduino Mega ADK (for EU na