summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorRaphael Moll <raphael@google.com>2012-06-22 09:43:25 -0700
committerRaphael Moll <raphael@google.com>2012-06-22 09:43:25 -0700
commit7fa6b8dd1bcc351bd29e437eb3cb9f2acc7d7eb9 (patch)
tree62bdf96d74819183bdbb3674ec6cfd48411cc962 /host
parent8189fcfacbb3c5959ea74e346ee93c20c8e02dcd (diff)
Update SDK Windows USB driver definition.
Change-Id: Ia4ad0453599476eea72fcd90f7c200ec57490d3f
Diffstat (limited to 'host')
-rwxr-xr-xhost/windows/usb/android_winusb.inf15
1 files changed, 14 insertions, 1 deletions
diff --git a/host/windows/usb/android_winusb.inf b/host/windows/usb/android_winusb.inf
index ab2597023..b4462cd9f 100755
--- a/host/windows/usb/android_winusb.inf
+++ b/host/windows/usb/android_winusb.inf
@@ -6,7 +6,7 @@ Signature = "$Windows NT$"
Class = AndroidUsbDeviceClass
ClassGuid = {3F966BD9-FA04-4ec5-991C-D326973B5128}
Provider = %ProviderName%
-DriverVer = 10/19/2011,6.0.0000.00000
+DriverVer = 05/24/2012,6.0.0000.00000
CatalogFile.NTx86 = androidwinusb86.cat
CatalogFile.NTamd64 = androidwinusba64.cat
@@ -39,6 +39,12 @@ HKR,,Icon,,-1
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E23
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E24&MI_01
+;Google Nexus 7
+%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_4E40
+%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E41
+%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E42
+%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E42&MI_01
+%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E44&MI_01
[Google.NTamd64]
@@ -54,6 +60,13 @@ HKR,,Icon,,-1
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E23
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E24&MI_01
+;Google Nexus 7
+%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_4E40
+%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_4E41
+%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E42
+%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E42&MI_01
+%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4E44&MI_01
+
[USB_Install]
Include = winusb.inf
Needs = WINUSB.NT