Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Android SDK Windows USB driver: Glass PID.
Browse files Browse the repository at this point in the history
Change-Id: Id190e9e83c48bf6b3df08707efdbf154720c3a78
  • Loading branch information
ralf-at-android committed Jan 29, 2014
1 parent ca34e29 commit 260db8c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion host/windows/usb/android_winusb.inf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Signature = "$Windows NT$"
Class = AndroidUsbDeviceClass
ClassGuid = {3F966BD9-FA04-4ec5-991C-D326973B5128}
Provider = %ProviderName%
DriverVer = 07/09/2013,8.0.0000.00000
DriverVer = 01/27/2014,9.0.0000.00000
CatalogFile.NTx86 = androidwinusb86.cat
CatalogFile.NTamd64 = androidwinusba64.cat

Expand Down Expand Up @@ -51,6 +51,10 @@ HKR,,Icon,,-1
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4EE4&MI_02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4EE6&MI_01

;Google Glass
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_9001
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_9001&MI_01


[Google.NTamd64]

Expand Down Expand Up @@ -81,6 +85,11 @@ HKR,,Icon,,-1
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4EE4&MI_02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_4EE6&MI_01

;Google Glass
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_9001
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_9001&MI_01


[USB_Install]
Include = winusb.inf
Needs = WINUSB.NT
Expand Down

0 comments on commit 260db8c

Please sign in to comment.