From 9460f4072a14063671cdd4ec61e01e5bb59b6414 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 23 Jul 2013 13:41:38 -0700 Subject: [PATCH] update usb driver doc with download link; delete revision notes Change-Id: I325137a026ea99cb2cd5d5f4689a9c1ee5942a92 --- docs/html/sdk/win-usb.jd | 405 ++++++++++++++++++++++++++------------- 1 file changed, 274 insertions(+), 131 deletions(-) diff --git a/docs/html/sdk/win-usb.jd b/docs/html/sdk/win-usb.jd index 802615e3849d6..5ca38c6ccf331 100644 --- a/docs/html/sdk/win-usb.jd +++ b/docs/html/sdk/win-usb.jd @@ -1,172 +1,315 @@ page.title=Google USB Driver @jd:body + + +
+ + + + + + +
+ + -

The Google USB driver is a downloadable component for the Android SDK, available -from the SDK Manager. The driver is for Windows only and provides the necessary drivers for the -following devices:

+

The Google USB Driver is for Windows only and provides the +necessary drivers for the following devices:

  • ADP1 / T-Mobile G1*
  • ADP2 / Google Ion / T-Mobile myTouch 3G*
  • Verizon Droid*
  • Nexus One
  • Nexus S
  • +
  • Nexus 4
  • +
  • Nexus 7
  • +
  • Nexus 10

* Or similar hardware on other carriers

- -

All other devices require Windows drivers provided by the hardware manufacturer, as listed in -the OEM USB Drivers document. The Galaxy Nexus -driver is also distributed by All other devices require Windows drivers provided by the respective hardware manufacturer, + as listed in the OEM USB Drivers document.

+ +

The Galaxy Nexus driver is distributed by Samsung (listed as model SCH-I515).

Note: -If you're developing on Mac OS X or Linux, then you do not need to install a USB driver. To start -developing with your device, also read Using -Hardware Devices.

- -

The sections below provide instructions on how to download and install the Google USB Driver -for Windows.

- - - - -

Revisions

- -

The sections below provide notes about successive revisions of the USB Driver -for Windows, as denoted by revision number. To determine what revision of the -USB Driver for Windows you are using, refer to the "Installed Packages" listing -in the Android SDK Manager.

- - - - -
- - -USB Driver for Windows, Revision 4 (December 2010) -
- -
-

Adds support for the Nexus S.

-
-
-
- -
- - -USB Driver for Windows, Revision 3 (January 2010) -
- -
-

Adds support for the Nexus One.

-
-
-
- -
- - -USB Driver for Windows, Revision 2 (November 2009) -
- -
-

Adds support for the Verizon Droid (or similar hardware on -other carriers).

-
-
-
- -
- - -USB Driver for Windows, Revision 1 (October 2009) -
- -
-

Initial release of the WinUsb-based driver, with support -for the T-Mobile G1 and myTouch 3G (and similar devices).

-
-
-
+If you're developing on Mac OS X or Linux, then you do not need to install a USB +driver. To start developing with your device, read +Using Hardware Devices.

Downloading the Google USB Driver

+

The Google USB Driver for Windows is available for download as an optional SDK +component. You need the driver only if you are developing on Windows and +want to connect a Google Android-powered device (such as a Nexus 7) to your +development environment over USB.

+

Figure 1. The SDK Manager with the Google USB Driver selected.

-

The USB Driver for Windows is available for download as an optional SDK -component. You need the driver only if you are developing on Windows and -want to connect an Android-powered device (ADP, Nexus One, or Nexus S) to your -development environment over USB.

+

You can download the Google USB Driver for Windows in one of two ways:

+
    +
  • + + Click here to download the latest Google USB Driver ZIP file.
  • +
  • Or, use the Android SDK Manager tool that is +included with the Android SDK. Using the SDK Manager +helps you keep the driver up to date by notifying you when your current driver is out of date. +
      +
    1. Launch the Android SDK Manager by double-clicking SDK Manager.exe, + at the root of your SDK directory.
    2. +
    3. Expand Extras.
    4. +
    5. Check Google USB Driver package and click Install.
    6. +
    7. Proceed to install the package. When done, the driver files are + downloaded into the <sdk>\extras\google\usb_driver\ directory.
    8. +
    +
  • +
-

To download the driver, use the Android SDK Manager tool that is -included with the Android SDK:

-
    -
  1. Launch the Android SDK Manager by double-clicking SDK Manager.exe, - at the root of your SDK directory.
  2. -
  3. Expand Extras.
  4. -
  5. Check Google USB Driver package and click Install.
  6. -
  7. Proceed to install the package. When done, the driver files are -downloaded into the <sdk>\extras\google\usb_driver\ directory.
  8. -
+

For installation information, read +Installing a USB Driver.

-

For installation information, read Installing a USB Driver.

+ + +
+ +
+ + + + + \ No newline at end of file