; ********************************************************* ; * Copyright (C) 2002, Silicon Integrated Systems Corp. * ; * * ; * SISUSB2.INF * ; * * ; * USB 2.0 Enhanced Host Controller Driver support * ; * For Windows 2000 * ; ********************************************************* [Version] signature="$Windows NT$" Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} Provider=%SIS% DriverVer=05/10/2002,5.0.2195.5652 CatalogFile=SISUSB2.CAT [SourceDisksNames] [SourceDisksFiles] [DestinationDirs] DefaultDestDir=11 [ControlFlags] ExcludeFromSelect = * ; =================== Table of content ========================= ; note that these are in alphabetical order ; [Manufacturer] %SIS%=SIS ; =================== SIS ================================== [SIS] ; for Windows 2000 %PCI\VEN_1039&DEV_7002.DeviceDesc%=EHCI.NT,PCI\VEN_1039&DEV_7002 ; Install EHCI driver for Windows 2000 [EHCI.NT] Include = usb2.inf AddReg=EHCI.AddReg.NT CopyFiles=EHCI.CopyFiles.NT [EHCI.AddReg.NT] [EHCI.CopyFiles.NT] [EHCI.NT.Services] Include = usb2.inf AddService = usbehci, 0x00000002, EHCI.AddService [EHCI.AddService] DisplayName = %EHCIMP.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\usbehci.sys LoadOrderGroup = Base ;------------------------------------------ cut here ------------------------- [Strings] SIS="Silicon Integrated Systems Corp." PCI\VEN_1039&DEV_7002.DeviceDesc="SiS 7002 USB 2.0 Enhanced Host Controller" EHCIMP.SvcDesc="Microsoft USB 2.0 Enhanced Host Controller Miniport Driver"