summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2009-09-21 12:45:53 -0700
committerRaphael <raphael@google.com>2009-10-08 14:33:42 -0700
commit0c638bb8b0b553d344242c0ea93fea92dd9dee3d (patch)
treed823a7cd0f7ba4ec14d01968283d4cf6d7b2701a /host
parent0947e82e4ec99de726829903ea67cbae3d4a9e66 (diff)
downloadandroid_development-0c638bb8b0b553d344242c0ea93fea92dd9dee3d.tar.gz
android_development-0c638bb8b0b553d344242c0ea93fea92dd9dee3d.tar.bz2
android_development-0c638bb8b0b553d344242c0ea93fea92dd9dee3d.zip
Add sholes to Windows USB Driver in Eclair.
SDK BUG 2132512 Change-Id: I935c71f2fb689ed8e493e3375ad676f6f66a3f76
Diffstat (limited to 'host')
-rwxr-xr-xhost/windows/usb/android_winusb.inf24
1 files changed, 19 insertions, 5 deletions
diff --git a/host/windows/usb/android_winusb.inf b/host/windows/usb/android_winusb.inf
index de4f93e94..f88af7e97 100755
--- a/host/windows/usb/android_winusb.inf
+++ b/host/windows/usb/android_winusb.inf
@@ -3,12 +3,12 @@
;
[Version]
Signature = "$Windows NT$"
-Class = AndroidUsbDeviceClass
-ClassGuid = {3F966BD9-FA04-4ec5-991C-D326973B5128}
+Class = AndroidUsbDeviceClass
+ClassGuid = {3F966BD9-FA04-4ec5-991C-D326973B5128}
Provider = %ProviderName%
-DriverVer = 08/11/2009,2.0.0010.00002
-CatalogFile.NTx86 = androidwinusb86.cat
-CatalogFile.NTamd64 = androidwinusba64.cat
+DriverVer = 08/11/2009,2.0.0010.00002
+CatalogFile.NTx86 = androidwinusb86.cat
+CatalogFile.NTamd64 = androidwinusba64.cat
;
; This section seems to be required for WinUsb driver installation.
@@ -32,6 +32,13 @@ HKR,,Icon,,-1
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
; HTC Magic
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03&MI_01
+;
+;Moto Sholes
+%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_D00D
+%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0002
+%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0002&MI_01
+%SingleAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB
+%CompositeAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB&MI_01
[Google.NTamd64]
; HTC Dream
@@ -40,6 +47,13 @@ HKR,,Icon,,-1
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
; HTC Magic
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03&MI_01
+;
+;Moto Sholes
+%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_D00D
+%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0002
+%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0002&MI_01
+%SingleAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB
+%CompositeAdbInterface% = USB_Install, USB\VID_22B8&PID_41DB&MI_01
[USB_Install]
Include = winusb.inf