home *** CD-ROM | disk | FTP | other *** search
- ; ****************************************************************************
- ; ****************************************************************************
- ; ** Filename: USB2NDRV.INF
- ; ** Abstract: Windows* 98 SE INF Update File for Intel(R) 82801DB/DBM USB devices
- ; ** Last Update: Feb 27, 2002 (Version 4.00 Build 1008)
- ; ****************************************************************************
- ; ****************************************************************************
-
- [Version]
- signature="$CHICAGO$"
- LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
- Class=USB
- ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
- Provider=%Intel.Mfg%
- CatalogFile=usb2ndrv.cat
- DriverVer=07/02/2001, 4.00.1008
-
- [DestinationDirs]
- USBUI.CopyFiles=11
- USB.DelFiles=11
- USBMON.DelFiles=11
- USBINF.DelFiles=17
- DefaultDestDir=10,system32\drivers
-
- ; =================== Class Sections ===========================
-
- [ClassInstall]
- Addreg=USBClassReg
-
- [USBClassReg]
- HKR,,,,%USBClassName%
- HKR,,Icon,,-20
-
-
- ; =================== Table of content =========================
-
- [Manufacturer]
- %Generic.Mfg%=Generic.Section
- %Intel.Mfg%=Intel.Section
-
- ; =================== Generic ==================================
-
- [Generic.Section]
- %PCI\CC_0C0310.DeviceDesc%=OpenHCD.Dev,PCI\CC_0C0310
- %PCI\CC_0C0300.DeviceDesc%=UniversalHCD.Dev,PCI\CC_0C0300
- %USB\ROOT_HUB.DeviceDesc%=StandardHub.Dev,USB\ROOT_HUB
- %USB\ROOT_HUB_DBC.DeviceDesc%=DbcHub.Dev,USB\ROOT_HUB_DBC
- %USB\UNKNOWN.DeviceDesc%=BADDEVICE,USB\UNKNOWN
-
- %USB\COMPOSITE.DeviceDesc%=Composite.Dev,USB\COMPOSITE
-
- ; --------------------------------------------------------------
- [Intel.Section]
- %PCI\VEN_8086&DEV_24CD.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_24CD
- %PCI\VEN_8086&DEV_24CD.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_24CD&CC_0C03
-
- [NO_DRV]
- AddReg=NO_DRV_AddReg
- DelReg=RemoveDevLoader
-
- [NO_DRV_AddReg]
-
- [RemoveDevLoader]
- HKR,,DevLoader
-
- [BADDEVICE]
- ;CopyFiles=
-
- [BADDEVICE.hw]
- AddReg=Host.FailInstall
-
- [Host.FailInstall]
- ; on enumeration disable the device
- HKR,,ConfigFlags,1,01,00,00,00
-
- [OpenHCD.Dev]
- AddReg=OpenHCD.AddReg, USB.AddReg
- CopyFiles=OpenHCD.CopyFiles,USB.CopyFiles,USBUI.CopyFiles
- DelFiles=USB.DelFiles
-
- [OpenHCD.AddReg]
- HKR,,NTMPDriver,,openhci.sys
- HKR,,EnumPropPages,,"sysclass.dll,USBControllerPropPage"
-
- [OpenHCD.CopyFiles]
- openhci.sys
-
- ; --------------------------------------------------------------
-
- [UniversalHCD.Dev]
- AddReg=UniversalHCD.AddReg, USB.AddReg
- CopyFiles=UniversalHCD.CopyFiles,USB.CopyFiles,USBUI.CopyFiles
- DelFiles=USB.DelFiles
-
- [UniversalHCD.AddReg]
- HKR,,NTMPDriver,,uhcd.sys
- HKR,,EnumPropPages,,"sysclass.dll,USBControllerPropPage"
-
- [UniversalHCD.CopyFiles]
- uhcd.sys
-
- ; --------------------------------------------------------------
-
- [DbcHub.Dev.HW]
- AddReg=Devbay.filter
-
- [Devbay.filter]
- HKR,,upperfilters,0,"dbfilter.sys"
-
- [DbcHub.Dev]
- AddReg=DbcHub.AddReg
- CopyFiles=DbcHub.CopyFiles
- DelFiles=DbcHub.DelFiles,USBINF.DelFiles,USBMON.DelFiles
-
-
- ; --------------------------------------------------------------
-
- [StandardHub.Dev]
- AddReg=Hub.AddReg,Power.AddReg
- CopyFiles=Hub.CopyFiles
- DelFiles=Hub.DelFiles,USBINF.DelFiles,USBMON.DelFiles
-
- [Composite.Dev]
- AddReg=Hub.AddReg
- DelReg=Composite.DelReg
-
-
- ; =================== Global ==================================
-
- [USB.AddReg]
- HKR,,DevLoader,,*NTKERN
- HKLM,System\CurrentControlSet\Services\USB\SilentClasses,0,1,80,09,00,00
- HKLM,System\CurrentControlSet\Services\USB\SilentClasses,1,1,43,03,01,01
- HKLM,System\CurrentControlSet\Services\USB\SilentClasses,2,1,43,03,01,02
-
- [USB.CopyFiles]
- usbd.sys
- usbhub.sys
-
- [USBUI.CopyFiles]
- usbui.dll
-
- [USB.DelFiles]
- usbhub.sys,,,1
- openhci.sys,,,1
- uhcd.sys,,,1
- usbd.sys,,,1
- usbcamd.sys,,,1
- imagecls.sys,,,1
- hcd.vxd,,,1
- usbd.vxd,,,1
- usb_enum.vxd,,,1
- vtaishid.vxd,,,1
- tmusb.sys,,,1
- taishid.sys,,,1
- usbuidll.cpl,,,1
- usbuidll.dll,,,1
-
- [USBMON.DelFiles]
- mondrv.sys,,,1
- mondll.dll,,,1
-
- [USBINF.DelFiles]
- propext.inf,,,1
- tmusb.inf,,,1
- ehidmous.inf,,,1
- ehidkbd.inf,,,1
- ehidjoy.inf,,,1
-
- [DBCHUB.AddReg]
- HKR,,DevLoader,,*NTKERN
- HKR,,NTMPDriver,,usbhub.sys
-
-
- [DBCHUB.CopyFiles]
- usbhub.sys
- dbclass.sys
- dbfilter.sys
-
- [DBCHUB.DelFiles]
-
-
- [HUB.AddReg]
- HKR,,DevLoader,,*NTKERN
- HKR,,NTMPDriver,,usbhub.sys
-
- [Power.AddReg]
- HKR,,EnumPropPages,,"sysclass.dll,USBHubPropPage"
-
- [Composite.DelReg]
- HKR,,EnumPropPages
-
- [HUB.CopyFiles]
- ;copied during host controller install, don't need to copy during hub install
- ;usbhub.sys
-
- [HUB.DelFiles]
-
- [ControlFlags]
- ;ExcludeFromSelect=*
-
- ;[DestinationDirs]
- ;DefaultDestDir = 11 ; System directory
-
- [Strings]
- USBClassName="Universal Serial Bus controllers"
-
- Generic.Mfg="(Standard USB Host Controller)"
- PCI\CC_0C0310.DeviceDesc="Standard OpenHCI USB Host Controller"
- PCI\CC_0C0300.DeviceDesc="Standard Universal PCI to USB Host Controller"
- USB\ROOT_HUB.DeviceDesc="USB Root Hub"
- USB\ROOT_HUB_DBC.DeviceDesc="USB Root Hub with Device Bay ports"
- USB\COMPOSITE.DeviceDesc="USB Composite Device"
-
- Intel.Mfg="Intel"
- PCI\VEN_8086&DEV_24CD.DeviceDesc="Intel(R) 82801DB/DBM USB2 Enhanced Host Controller - 24CD "
-
- USB\UNKNOWN.DeviceDesc="Unknown Device"
-
-
- ; Copyright (c) 1999-2000 Intel Corporation
- ; Copyright (c) 1993-1998 Microsoft Corporation
-
- ; ************************************************************
- ; Intel is making no claims of usability, efficacy or
- ; warranty.
- ; ************************************************************
- ; Information in this document is provided in connection with
- ; Intel products. No license, express or implied, by estoppel
- ; or otherwise, to any intellectual property rights is granted
- ; by this document. Intel assumes no liability whatsoever,
- ; and Intel disclaims any express or implied warranty,
- ; relating to sale and/or use of Intel products including
- ; liability or warranties relating to fitness for a particular
- ; purpose, merchantability, or infringement of any patent,
- ; copyright or other intellectual property right. Intel
- ; products are not intended for use in medical, life saving,
- ; or life sustaining applications.
-
- ; ************************************************************
- ; Intel Corporation disclaims all warranties and liabilities
- ; for the use of this document and the information contained
- ; herein, and assumes no responsibility for any errors which
- ; may appear in this document, nor does Intel make a
- ; commitment to update the information contained herein. Intel
- ; reserves the right to make changes to this document at any
- ; time, without notice.
- ; ************************************************************
- ; ************************************************************
-
- ; * Third-party brands and names are the property of their
- ; respective owners.
-
-