;
;USB.INF  --  This file contains descriptions of USB hubs and composite devices
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;

[Version]
Signature="$Windows NT$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%Msft%
DriverVer=06/21/2006,6.3.9600.17238

[ControlFlags]
; Exclude USB\COMPOSITE from BasicDriverOK list
BasicDriverOk=USB\CLASS_09&SUBCLASS_01, USB\CLASS_09
ExcludeFromSelect=*

[SourceDisksNames]
3426=windows cd

[SourceDisksFiles]
usbccgp.sys=3426

[DestinationDirs]
DefaultDestDir=11               ; LDID_SYS
;
; For Windows NT, all drivers go into %windir%\system32\drivers.  Since
; there isn't a DIRID (LDID) that represents this path on both NT and Win95,
; we specify the relative path off of %windir%.
;
CommonClassParent.CopyFiles.NT = 10, system32\drivers

; =================== Table of content =========================

[Manufacturer]
%Generic.Mfg%=Generic.Section,NTamd64
%Microsoft.Mfg%=Microsoft.Section,NTamd64
%GenericHub.Mfg%=GenericHub.Section,NTamd64
%Intel.Mfg%=Intel.Section,NTamd64
%Kawatsu.Mfg%=Kawatsu.Section,NTamd64
%Cherry.Mfg%=Cherry.Section,NTamd64
%Altec.Mfg%=Altec.Section,NTamd64
%Telex.Mfg%=Telex.Section,NTamd64
%Dallas.Mfg%=Dallas.Section,NTamd64
%NMB.Mfg%=NMB.Section,NTamd64
%STSL.Mfg%=STSL.Section,NTamd64
%SUPGERGATE.Mfg%=SUPGERGATE.Section,NTamd64
%Iiyama.Mfg%=Iiyama.Section,NTamd64
%Samsung.Mfg%=Samsung.Section,NTamd64
%CTX.Mfg%=CTX.Section,NTamd64
%LiteOn.Mfg%=LiteOn.Section,NTamd64
%Winbond.Mfg%=Winbond.Section,NTamd64
%MultiVideoLabs.Mfg%=MultiVideoLabs.Section,NTamd64
%Sand.Mfg%=Sand.Section,NTamd64
%TI.Mfg%=TI.Section,NTamd64
%Philips.Mfg%=Philips.Section,NTamd64
%NEC.Mfg%=NEC.Section,NTamd64
%CMD.Mfg%=CMD.Section,NTamd64
%NatSemi.Mfg%=NatSemi.Section,NTamd64
%ACER.Mfg%=ACER.Section,NTamd64
%FTA.Mfg%=FTA.Section,NTamd64
%CATC.Mfg%=CATC.Section,NTamd64
%Sony.Mfg%=Sony.Section,NTamd64
%Sejin.Mfg%=Sejin.Section,NTamd64
%EIZO.Mfg%=EIZO.Section,NTamd64
%KeyTronic.Mfg%=KeyTronic.Section,NTamd64
%Chicony.Mfg%=Chicony.Section,NTamd64
%BTC.Mfg%=BTC.Section,NTamd64
%Forward.Mfg%=Forward.Section,NTamd64
%SolidYear.Mfg%=SolidYear.Section,NTamd64
%LabTec.Mfg%=LabTec.Section,NTamd64
%Silitek.Mfg%=Silitek.Section,NTamd64
%Nokia.Mfg%=Nokia.Section,NTamd64
%Granite.Mfg%=Granite.Section,NTamd64
%Yamaha.Mfg%=Yamaha.Section,NTamd64

[SignatureAttributes]
usbccgp.sys=SignatureAttributes.DRM

; =================== Generic ==================================

[Generic.Section.NTamd64]
%USB\COMPOSITE.DeviceDesc%=Composite.Dev,USB\COMPOSITE
%USB\UNKNOWN.DeviceDesc%=BADDEVICE.Dev,USB\UNKNOWN
%USB\RESET_FAILURE.DeviceDesc%=BADDEVICE.Dev,USB\RESET_FAILURE
%USB\DEVICE_DESCRIPTOR_FAILURE.DeviceDesc%=BADDEVICE.Dev,USB\DEVICE_DESCRIPTOR_FAILURE
%USB\CONFIG_DESCRIPTOR_FAILURE.DeviceDesc%=BADDEVICE.Dev,USB\CONFIG_DESCRIPTOR_FAILURE
%USB\SET_ADDRESS_FAILURE.DeviceDesc%=BADDEVICE.Dev,USB\SET_ADDRESS_FAILURE
%USB\DEVICE_DESCRIPTOR_VALIDATION_FAILURE.DeviceDesc%=BADDEVICE.Dev,USB\DEVICE_DESCRIPTOR_VALIDATION_FAILURE
%USB\CONFIGURATION_DESCRIPTOR_VALIDATION_FAILURE.DeviceDesc%=BADDEVICE.Dev,USB\CONFIGURATION_DESCRIPTOR_VALIDATION_FAILURE
%USB\PORT_LINK_SSINACTIVE.DeviceDesc%=BADDEVICE.Dev,USB\PORT_LINK_SSINACTIVE
%USB\PORT_LINK_COMPLIANCE_MODE.DeviceDesc%=BADDEVICE.Dev,USB\PORT_LINK_COMPLIANCE_MODE

[SignatureAttributes.DRM]
DRMLevel=1300

; --------------------------------------------------------------

[BADDEVICE.Dev.NT]
AddReg=BADDEVICE.AddReg
CopyFiles=BADDEVICE.CopyFiles

[BADDEVICE.AddReg]

[BADDEVICE.CopyFiles]

[BADDEVICE.Dev.NT.Services]
AddService = , 0x00000002   ; null service install

; --------------------------------------------------------------

[OpenHCD.UnsupportedDev.NT]
; Do-nothing section used to avoid "Unknown hardware" installation prompts.
DeviceUpgradeUnsupported=1 

[OpenHCD.UnsupportedDev.NT.Services]
AddService = , 0x00000002   ; null service install

; --------------------------------------------------------------
; For Windows NT...

[Composite.Dev.NT]
CopyFiles=CommonClassParent.CopyFiles.NT

[Composite.DelReg.NT]
; section exists only for external references

[Composite.Dev.NT.Services]
AddService = usbccgp, 0x00000002, CommonClassParent.AddService

[StandardHub.Dev.NT]
Include = usbport.inf
Needs   = ROOTHUB.Dev.NT

[StandardHub.AddReg.NT]
; section exists only for external references

[StandardHub.Dev.NT.Services]
Include = usbport.inf
Needs   = ROOTHUB.Dev.NT.Services

[StandardHub.AddService]
; section exists only for external references

[CommonClassParent.AddService]
DisplayName    = %GenericParent.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\usbccgp.sys
LoadOrderGroup = Base
AddReg         = BootSpecific

[BootSpecific]
HKR, ,BootFlags, 0x00010003, 0x14   ; CM_SERVICE_USB3_DISK_BOOT_LOAD | CM_SERVICE_USB_DISK_BOOT_LOAD

; =================== Microsoft ===================================

[Microsoft.Section.NTamd64]
%USB\VID_045E&PID_001C.DeviceDesc%=StandardHub.Dev,USB\VID_045E&PID_001C
%USB\VID_045E&PID_0014.DeviceDesc%=Composite.Dev,USB\VID_045E&PID_0014
%USB\VID_045E&PID_001D.DeviceDesc%=Composite.Dev,USB\VID_045E&PID_001D
%USB\VID_045E&PID_002B.DeviceDesc%=Composite.Dev,USB\VID_045E&PID_002B
%USB\VID_045E&PID_002D.DeviceDesc%=Composite.Dev,USB\VID_045E&PID_002D
%USB\VID_045E&PID_002F.DeviceDesc%=StandardHub.Dev,USB\VID_045E&PID_002F
%USB\VID_045E&PID_0048.DeviceDesc%=Composite.Dev,USB\VID_045E&PID_0048
%USB\VID_045E&PID_005C.DeviceDesc%=Composite.Dev,USB\VID_045E&PID_005C

; =================== Intel ====================================

[Intel.Section.NTamd64]
%USB\VID_8086&PID_9303.DeviceDesc%=StandardHub.Dev,USB\VID_8086&PID_9303
%USB\VID_042B&PID_9316.DeviceDesc%=StandardHub.Dev,USB\VID_042B&PID_9316

; =================== Kawatsu - now KC Tech ===========================

[Kawatsu.Section.NTamd64]
%USB\VID_050F&PID_0001.DeviceDesc%=StandardHub.Dev,USB\VID_050F&PID_0001

; =================== Cherry ===========================

[Cherry.Section.NTamd64]
%USB\VID_046A&PID_0003.DeviceDesc%=StandardHub.Dev,USB\VID_046A&PID_0003

; =================== Altec Lansing ===========================

[Altec.Section.NTamd64]
%USB\VID_04D2&PID_FF47.DeviceDesc%=Composite.Dev,USB\VID_04D2&PID_FF47
%USB\VID_04D2&PID_FF49.DeviceDesc%=Composite.Dev,USB\VID_04D2&PID_FF49
%USB\VID_04D2&PID_0070.DeviceDesc%=Composite.Dev,USB\VID_04D2&PID_0070

; =================== Telex ===========================

[Telex.Section.NTamd64]
%USB\VID_04A1&PID_FFF0.DeviceDesc%=Composite.Dev,USB\VID_04A1&PID_FFF0
%USB\VID_0562&PID_0000.DeviceDesc%=Composite.Dev,USB\VID_0562&PID_0000

; =================== Dallas ==================================

[Dallas.Section.NTamd64]
%USB\VID_04FA&PID_4201.DeviceDesc%=Composite.Dev,USB\VID_04FA&PID_4201

; =================== NMB ===========================

[NMB.Section.NTamd64]
%USB\VID_0446&PID_6781.DeviceDesc%=Composite.Dev,USB\VID_0446&PID_6781

; =================== STSL ===========================

[STSL.Section.NTamd64]
%USB\VID_05FA&PID_3303.DeviceDesc%=Composite.Dev,USB\VID_05FA&PID_3303

; =================== SUPGERGATE ===========================

[SUPGERGATE.Section.NTamd64]
%USB\VID_05d5&PID_6782.DeviceDesc%=Composite.Dev,USB\VID_05d5&PID_6782

; =================== Iiyama ==================================

[Iiyama.Section.NTamd64]
%USB\VID_04E1&PID_0201.DeviceDesc%=StandardHub.Dev,USB\VID_04E1&PID_0201

; =================== Samsung ==================================

[Samsung.Section.NTamd64]
%USB\VID_0419&PID_8001.DeviceDesc%=StandardHub.Dev,USB\VID_0419&PID_8001
%USB\VID_055D&PID_8001.DeviceDesc%=StandardHub.Dev,USB\VID_055D&PID_8001

; =================== CTX ==================================

[CTX.Section.NTamd64]
%USB\VID_0698&PID_9999.DeviceDesc%=StandardHub.Dev,USB\VID_0698&PID_9999

; =================== LiteOn ==================================

[LiteOn.Section.NTamd64]
%USB\VID_04CA&PID_9304.DeviceDesc%=StandardHub.Dev,USB\VID_04CA&PID_9304

; =================== Winbond ==================================

[Winbond.Section.NTamd64]
%USB\VID_0416&PID_0101.DeviceDesc%=StandardHub.Dev,USB\VID_0416&PID_0101

; =================== MultiVideoLabs ==================================

[MultiVideoLabs.Section.NTamd64]
%USB\VID_04a8&PID_0101.DeviceDesc%=StandardHub.Dev,USB\VID_04a8&PID_0101

; =================== Sand ==================================

[Sand.Section.NTamd64]
%USB\VID_0405&PID_0000.DeviceDesc%=StandardHub.Dev,USB\VID_0405&PID_0000

; =================== TI ==================================

[TI.Section.NTamd64]
%USB\VID_0451&PID_1446.DeviceDesc%=StandardHub.Dev,USB\VID_0451&PID_1446

; =================== CATC ==================================

[CATC.Section.NTamd64]
%USB\VID_0423&PID_1237.DeviceDesc%=StandardHub.Dev,USB\VID_0423&PID_1237

; =================== Fujitsu ==================================

[FTA.Section.NTamd64]
%USB\VID_0430&PID_36BA.DeviceDesc%=StandardHub.Dev,USB\VID_0430&PID_36BA
%USB\VID_0430&PID_0002.DeviceDesc%=Composite.Dev,USB\VID_0430&PID_0002

; =================== Philips ==================================

[Philips.Section.NTamd64]
%USB\VID_0471&PID_0201.DeviceDesc%=StandardHub.Dev,USB\VID_0471&PID_0201
%USB\VID_0471&PID_0101.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0101
%USB\VID_0471&PID_0601.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0601
%USB\VID_0471&PID_0402.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0402
%USB\VID_0471&PID_0700.DeviceDesc%=StandardHub.Dev,USB\VID_0471&PID_0700
%USB\VID_0471&PID_0302.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0302
%USB\VID_0471&PID_0303.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0303
%USB\VID_0471&PID_0307.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0307
%USB\VID_0471&PID_0308.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0308
%USB\VID_0471&PID_030C.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_030C
%USB\VID_0471&PID_0310.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0310
%USB\VID_0471&PID_0311.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0311
%USB\VID_0471&PID_0312.DeviceDesc%=Composite.Dev,USB\VID_0471&PID_0312

; =================== NEC ==================================
[NEC.Section.NTamd64]
%PCI\VEN_1033&DEV_0035&REV_01.DeviceDesc%=OpenHCD.UnsupportedDev,PCI\VEN_1033&DEV_0035&REV_01
%PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_01.DeviceDesc%=OpenHCD.UnsupportedDev,PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_01
%USB\VID_0409&PID_55AA.DeviceDesc%=StandardHub.Dev,USB\VID_0409&PID_55AA
%USB\VID_0409&PID_8010.DeviceDesc%=StandardHub.Dev,USB\VID_0409&PID_8010
%USB\VID_0409&PID_8011.DeviceDesc%=StandardHub.Dev,USB\VID_0409&PID_8011
%USB\VID_0409&PID_0011.DeviceDesc%=Composite.Dev,USB\VID_0409&PID_0011
%USB\VID_0409&PID_0014.DeviceDesc%=Composite.Dev,USB\VID_0409&PID_0014
%USB\VID_0409&PID_0203.DeviceDesc%=Composite.Dev,USB\VID_0409&PID_0203

; =================== CMD ==================================

[CMD.Section.NTamd64]
%PCI\VEN_1095&DEV_0670&SUBSYS_06701095&REV_04.DeviceDesc%=OpenHCD.UnsupportedDev,PCI\VEN_1095&DEV_0670&SUBSYS_06701095&REV_04
%PCI\VEN_1095&DEV_0670&REV_04.DeviceDesc%=OpenHCD.UnsupportedDev,PCI\VEN_1095&DEV_0670&REV_04

; =================== NatSemi ==================================

[NatSemi.Section.NTamd64]
%USB\VID_0400&PID_1237.DeviceDesc%=StandardHub.Dev,USB\VID_0400&PID_1237

; =================== ACER ======================================

[ACER.Section.NTamd64]
%USB\VID_04A5&PID_0003.DeviceDesc%=Composite.Dev,USB\VID_04A5&PID_0003

; =================== LabTec ==================================
[LabTec.Section.NTamd64]
%USB\VID_0672&PID_1041.DeviceDesc%=Composite.Dev,USB\VID_0672&PID_1041

; =================== SONY ==================================

[Sony.Section.NTamd64]
%USB\VID_054C&PID_0001.DeviceDesc%=StandardHub.Dev,USB\VID_054C&PID_0001
%USB\VID_054C&PID_0002.DeviceDesc%=StandardHub.Dev,USB\VID_054C&PID_0002

; =================== Sejin ==================================
[Sejin.Section.NTamd64]
%USB\VID_0510&PID_1000.DeviceDesc%=Composite.Dev,USB\VID_0510&PID_1000

; =================== EIZO ==================================
[EIZO.Section.NTamd64]
%USB\VID_056D&PID_0000.DeviceDesc%=StandardHub.Dev,USB\VID_056D&PID_0000

; =================== Silitek ==================================
[Silitek.Section.NTamd64]
%USB\VID_047B&PID_0002.DeviceDesc%=Composite.Dev,USB\VID_047B&PID_0002

; =================== KeyTronic ==============================
[KeyTronic.Section.NTamd64]
%USB\VID_03F9&PID_0102.DeviceDesc%=Composite.Dev,USB\VID_03F9&PID_0102

; =================== Chicony ================================
[Chicony.Section.NTamd64]
%USB\VID_04F2&PID_0001.DeviceDesc%=Composite.Dev,USB\VID_04F2&PID_0001

; =================== BTC ====================================
[BTC.Section.NTamd64]
%USB\VID_046E&PID_6782.DeviceDesc%=Composite.Dev,USB\VID_046E&PID_6782

; =================== Forward ================================
[Forward.Section.NTamd64]
%USB\VID_05BC&PID_0001.DeviceDesc%=Composite.Dev,USB\VID_05BC&PID_0001

; =================== SolidYear ==============================
[SolidYear.Section.NTamd64]
%USB\VID_060B&PID_2101.DeviceDesc%=Composite.Dev,USB\VID_060B&PID_2101

; =================== Yamaha =================================
[Yamaha.Section.NTamd64]
%USB\VID_0499&PID_3001.DeviceDesc%=Composite.Dev,USB\VID_0499&PID_3001

; =================== Nokia ==================================
[Nokia.Section.NTamd64]
%USB\VID_04A6&PID_0180.DeviceDesc%=StandardHub.Dev,USB\VID_04A6&PID_0180

; =================== Granite ================================
[Granite.Section.NTamd64]
%USB\VID_0654&PID_0006.DeviceDesc%=StandardHub.Dev,USB\VID_0654&PID_0006
%USB\VID_0654&PID_0016.DeviceDesc%=StandardHub.Dev,USB\VID_0654&PID_0016

; =================== Generic HUB ==================================
[GenericHub.Section.NTamd64]
%USB\CLASS_09&SUBCLASS_01.DeviceDesc%=StandardHub.Dev,USB\CLASS_09&SUBCLASS_01
%USB\CLASS_09.DeviceDesc%=StandardHub.Dev,USB\CLASS_09

; =================== Global ==================================

[USBMON.DelFiles.NT]
; section exists only for external references

[USBINF.DelFiles.NT]
; section exists only for external references

[HUB.CopyFiles.NT]
; section exists only for external references

[CommonClassParent.CopyFiles.NT]
usbccgp.sys,,,0x100

[Strings]
;Non-Localizable
Msft="Microsoft"

;Localizable
GenericParent.SvcDesc="Microsoft USB Generic Parent Driver"

;Non-Localizable
Microsoft.Mfg="Microsoft"

;Localizable
USB\VID_045E&PID_001C.DeviceDesc="Microsoft Integrated USB Hub"
USB\VID_045E&PID_0014.DeviceDesc="Microsoft Digital Sound System Composite Device"
USB\VID_045E&PID_001D.DeviceDesc="Microsoft Natural Keyboard Pro Composite Device"
USB\VID_045E&PID_002B.DeviceDesc="Microsoft Internet Keyboard Pro Composite Device"
USB\VID_045E&PID_002D.DeviceDesc="Microsoft Internet Keyboard Composite Device"
USB\VID_045E&PID_002F.DeviceDesc="Microsoft Integrated USB Hub"
USB\VID_045E&PID_0048.DeviceDesc="Microsoft Office Keyboard Composite Device"
USB\VID_045E&PID_005C.DeviceDesc="Microsoft Office Keyboard Composite Device (106/109)"

Generic.Mfg="(Standard USB Host Controller)"
USB\COMPOSITE.DeviceDesc="USB Composite Device"

;Non-Localizable
FTA.Mfg="Fujitsu"
USB\VID_0430&PID_36BA.DeviceDesc="Fujitsu USB Bus Powered Hub"
USB\VID_0430&PID_0002.DeviceDesc="Fujitsu USB Composite Device"

;Non-Localizable
Intel.Mfg="Intel"
USB\VID_8086&PID_9303.DeviceDesc="Intel 8x930Hx USB Hub"
USB\VID_042B&PID_9316.DeviceDesc="Intel 8x931Hx Customer Hub"

;Non-Localizable
Kawatsu.Mfg="KC Technology"
USB\VID_050F&PID_0001.DeviceDesc="KC Technology USB Hub"

;Non-Localizable
Cherry.Mfg="CHERRY GmbH"
USB\VID_046A&PID_0003.DeviceDesc="Cherry GmbH USB-Hub"

;Non-Localizable
Altec.Mfg="Altec Lansing"
USB\VID_04D2&PID_FF47.DeviceDesc="Altec Lansing Composite USB Audio Device"
USB\VID_04D2&PID_FF49.DeviceDesc="Altec Lansing Composite USB Audio Device"
USB\VID_04D2&PID_0070.DeviceDesc="Altec Lansing Composite USB Audio Device"

;Non-Localizable
Telex.Mfg="Telex"
USB\VID_04A1&PID_FFF0.DeviceDesc="Telex Composite USB Device"
USB\VID_0562&PID_0000.DeviceDesc="Telex Composite USB Device"

;Non-Localizable
Dallas.Mfg="Dallas Semiconductor"
USB\VID_04FA&PID_4201.DeviceDesc="Generic USB Composite Device"

;Non-Localizable
LabTec.Mfg="Labtec"
USB\VID_0672&PID_1041.DeviceDesc="Labtec USB Composite Device"

;Non-Localizable
NMB.Mfg="NMB"
USB\VID_0446&PID_6781.DeviceDesc="NMB Composite USB Device"

;Non-Localizable
STSL.Mfg="STSL"
USB\VID_05FA&PID_3303.DeviceDesc="STSL Composite USB Device"

;Non-Localizable
SUPGERGATE.Mfg="SUPGERGATE"
USB\VID_05d5&PID_6782.DeviceDesc="SUPGERGATE Composite USB Device"

;Non-Localizable
Iiyama.Mfg="Iiyama"
USB\VID_04E1&PID_0201.DeviceDesc="Iiyama USB Hub"

;Non-Localizable
Samsung.Mfg="Samsung"
USB\VID_0419&PID_8001.DeviceDesc="Samsung USB Hub"
USB\VID_055D&PID_8001.DeviceDesc="Samsung E.M. USB Hub"

;Non-Localizable
CTX.Mfg="CTX"
USB\VID_0698&PID_9999.DeviceDesc="CTX USB Hub"

;Non-Localizable
LiteOn.Mfg="LiteOn"
USB\VID_04CA&PID_9304.DeviceDesc="Lite On USB Hub"

;Non-Localizable
Winbond.Mfg="Winbond"
USB\VID_0416&PID_0101.DeviceDesc="Winbond USB Hub"

;Non-Localizable
MultiVideoLabs.Mfg="MultiVideo Labs"
USB\VID_04a8&PID_0101.DeviceDesc="MultiVideo Labs USB Hub"

;Non-Localizable
Sand.Mfg="Sand"
USB\VID_0405&PID_0000.DeviceDesc="Sand USB Hub"

;Non-Localizable
TI.Mfg="TI"
USB\VID_0451&PID_1446.DeviceDesc="General Purpose USB Hub"

;Non-Localizable
CATC.Mfg="Computer Access Technology Corporation"
USB\VID_0423&PID_1237.DeviceDesc="Computer Access Technology Corporation USB Hub"

;Non-Localizable
Philips.Mfg="Philips"
USB\VID_0471&PID_0201.DeviceDesc="Philips USB Hub"
USB\VID_0471&PID_0101.DeviceDesc="Philips Composite Speakers"
USB\VID_0471&PID_0601.DeviceDesc="Philips Composite USB Device"
USB\VID_0471&PID_0402.DeviceDesc="Philips Semiconductors CICT Composite USB Device"
USB\VID_0471&PID_0700.DeviceDesc="Philips Semiconductors CICT USB Hub"
USB\VID_0471&PID_0302.DeviceDesc="Philips Composite Video Camera"
USB\VID_0471&PID_0303.DeviceDesc="Philips Composite USB Device"
USB\VID_0471&PID_0307.DeviceDesc="Philips Composite USB Device"
USB\VID_0471&PID_0308.DeviceDesc="Philips Composite USB Device"
USB\VID_0471&PID_030C.DeviceDesc="Philips Composite USB Device"
USB\VID_0471&PID_0310.DeviceDesc="Philips Composite USB Device"
USB\VID_0471&PID_0311.DeviceDesc="Philips Composite USB Device"
USB\VID_0471&PID_0312.DeviceDesc="Philips Composite USB Device"

;Non-Localizable
NEC.Mfg="NEC"
PCI\VEN_1033&DEV_0035&Rev_01.DeviceDesc="Unsupported NEC PCI to USB Open Host Controller"
PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_01.DeviceDesc="Unsupported NEC PCI to USB Open Host Controller"
USB\VID_0409&PID_55AA.DeviceDesc="NEC USB Hub"
USB\VID_0409&PID_8010.DeviceDesc="NEC Intellibase USB Hub"
USB\VID_0409&PID_8011.DeviceDesc="NEC Intellibase USB Hub"
USB\VID_0409&PID_0014.DeviceDesc="NEC Composite USB Device"
USB\VID_0409&PID_0011.DeviceDesc="NEC Composite USB Device"
USB\VID_0409&PID_0203.DeviceDesc="NEC Composite USB Device"

;Non-Localizable
CMD.Mfg="CMD Technology"
PCI\VEN_1095&DEV_0670&SUBSYS_06701095&REV_04.DeviceDesc="Rev 04 CMD USB controller not supported by Microsoft"
PCI\VEN_1095&DEV_0670&REV_04.DeviceDesc="Rev 04 CMD USB controller not supported by Microsoft"

;Non-Localizable
NatSemi.Mfg="National Semiconductor"
USB\VID_0400&PID_1237.DeviceDesc="National Semiconductor USB Hub"

;Non-Localizable
ACER.MFG="ALi Corporation" 
USB\VID_04A5&PID_0003.DeviceDesc="API Composite USB Device"

;Non-Localizable
Sony.Mfg="SONY Corporation"
USB\VID_054C&PID_0001.DeviceDesc="Sony USB HUB"
USB\VID_054C&PID_0002.DeviceDesc="Standard USB HUB"

;Non-Localizable
Sejin.Mfg="Sejin"
USB\VID_0510&PID_1000.DeviceDesc="Sejin Composite USB Device"

;Non-Localizable
EIZO.Mfg="EIZO"
USB\VID_056D&PID_0000.DeviceDesc="EIZO USB Hub"

;Non-Localizable
Silitek.Mfg="Silitek"
USB\VID_047B&PID_0002.DeviceDesc="Silitek USB Composite Device"

;Non-Localizable
KeyTronic.Mfg="Key Tronic"
USB\VID_03F9&PID_0102.DeviceDesc="Key Tronic Composite USB Device"

;Non-Localizable
Chicony.Mfg="Chicony"
USB\VID_04F2&PID_0001.DeviceDesc="Chicony Composite USB Device"

;Non-Localizable
BTC.Mfg="BTC"
USB\VID_046E&PID_6782.DeviceDesc="BTC Composite USB Device"

;Non-Localizable
Forward.Mfg="Forward"
USB\VID_05BC&PID_0001.DeviceDesc="Forward Composite USB Device"

;Non-Localizable
SolidYear.Mfg="Solid Year"
USB\VID_060B&PID_2101.DeviceDesc="Solid Year Composite USB Device"

;Non-Localizable
Yamaha.Mfg="Yamaha"
USB\VID_0499&PID_3001.DeviceDesc="Yamaha Composite USB Device"

;Non-Localizable
Nokia.Mfg="Nokia"
USB\VID_04A6&PID_0180.DeviceDesc="Nokia USB Hub Type P"

;Non-Localizable
Granite.Mfg="Granite"
USB\VID_0654&PID_0006.DeviceDesc="Granite Microsystems USB Hub"
USB\VID_0654&PID_0016.DeviceDesc="Granite Microsystems USB Hub"

GenericHub.Mfg="(Generic USB Hub)"
USB\CLASS_09&SUBCLASS_01.DeviceDesc="Generic USB Hub"
USB\CLASS_09.DeviceDesc="Generic USB Hub"

;Localizable
USB\UNKNOWN.DeviceDesc="Unknown USB Device (Device Failed Enumeration)"
USB\RESET_FAILURE.DeviceDesc="Unknown USB Device (Port Reset Failed)"
USB\DEVICE_DESCRIPTOR_FAILURE.DeviceDesc="Unknown USB Device (Device Descriptor Request Failed)"
USB\CONFIG_DESCRIPTOR_FAILURE.DeviceDesc="Unknown USB Device (Configuration Descriptor Request Failed)"
USB\SET_ADDRESS_FAILURE.DeviceDesc="Unknown USB Device (Set Address Failed)"
USB\DEVICE_DESCRIPTOR_VALIDATION_FAILURE.DeviceDesc="Unknown USB Device (Invalid Device Descriptor)"
USB\CONFIGURATION_DESCRIPTOR_VALIDATION_FAILURE.DeviceDesc="Unknown USB Device (Invalid Configuration Descriptor)"
USB\PORT_LINK_SSINACTIVE.DeviceDesc="Unknown USB Device (Link In SSInactive)"
USB\PORT_LINK_COMPLIANCE_MODE.DeviceDesc="Unknown USB Device (Link in Compliance Mode)"
