ICH2Usb.inf Driver File Contents (VGA.zip)

; ****************************************************************************
; ****************************************************************************
; **    Filename:  ICH2USB.INF                                              
; **    Abstract:  Windows* 2000 INF Update File for Intel(r) 82801 BA/BAM
; **               USB devices                                      
; **    Last Update:  February 24, 2000 (Version 2.30 Build 0012)
; ****************************************************************************
; ****************************************************************************

[Version]
signature="$CHICAGO$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%INTEL%
LayoutFile=LAYOUT.INF
DriverVer=02/24/2000, 2.30.0012

[ControlFlags]
ExcludeFromSelect = *

[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%.
;
OpenHCD.CopyFiles.NT      = 10, system32\drivers
USB.CopyFiles.NT          = 10, system32\drivers
USBUI.CopyFiles.NT        = 11
UniversalHCD.CopyFiles.NT = 10, system32\drivers
Hub.CopyFiles.NT          = 10, system32\drivers

; =================== Class Sections ===========================

[ClassInstall]
Addreg=USBClassReg

[USBClassReg]
HKR,,,,%USBClassName%
HKR,,Icon,,-20
HKR,,NoInstallClass,,1

[ClassInstall32]
Addreg=USBClassReg

; =================== Table of content =========================

[Manufacturer]
%Generic.Mfg%=Generic.Section
%GenericHub.Mfg%=GenericHub.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\COMPOSITE.DeviceDesc%=Composite.Dev,USB\COMPOSITE
%USB\UNKNOWN.DeviceDesc%=BADDEVICE.Dev,USB\UNKNOWN

; --------------------------------------------------------------

[BADDEVICE.Dev]
AddReg=BADDEVICE.AddReg, USB.AddReg
CopyFiles=BADDEVICE.CopyFiles,BADDEVICE.CopyFiles

[BADDEVICE.AddReg]

[BADDEVICE.CopyFiles]


; --------------------------------------------------------------

; For Win95...

[OpenHCD.Dev]
AddReg=OpenHCD.AddReg, USB.AddReg
CopyFiles=OpenHCD.CopyFiles,USB.CopyFiles
DelFiles=USB.DelFiles

[OpenHCD.AddReg]
HKR,,NTMPDriver,,openhci.sys
HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider"

[OpenHCD.CopyFiles]
openhci.sys

; For Windows NT...
[OpenHCD.Dev.NT]
AddReg=OpenHCD.AddReg.NT
CopyFiles=OpenHCD.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT
DelFiles=USB.DelFiles.NT

[OpenHCD.AddReg.NT]
HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
HKR,,Controller,1,01

[OpenHCD.CopyFiles.NT]
openhci.sys

[OpenHCD.Dev.NT.Services]
AddService = openhci, 0x00000002, OpenHCD.AddService

[OpenHCD.AddService]
DisplayName    = %OpenHCD.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\openhci.sys
LoadOrderGroup = Base

[OpenHCD.UnsupportedDev.NT]
; Do-nothing section used to avoid "Unknown hardware" installation prompts.
DeviceUpgradeUnsupported=1

[OpenHCD.UnsupportedDev.NT.Services]
AddService = , 0x00000002   ; null service install


[OpenHCD_Hydra.Dev.NT]
AddReg=OpenHCD.AddReg.NT,OpenHCD_Hydra.AddReg.NT
CopyFiles=OpenHCD.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT
DelFiles=USB.DelFiles.NT

[OpenHCD_Hydra.Dev.NT.Services]
AddService = openhci, 0x00000002, OpenHCD.AddService

[OpenHCD_Hydra.AddReg.NT]
HKR,,"HydraFixEnable",0x00010001,1
HKR,,"HungCheckEnable",0x00010001,1

[OpenHCD_NEC.Dev.NT]
AddReg=OpenHCD.AddReg.NT,OpenHCD_NEC.AddReg.NT
CopyFiles=OpenHCD.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT
DelFiles=USB.DelFiles.NT

[OpenHCD_NEC.Dev.NT.Services]
AddService = openhci, 0x00000002, OpenHCD.AddService

[OpenHCD_NEC.AddReg.NT]
HKR,,"ListFixEnable",0x00010001,1

; --------------------------------------------------------------
; For Win95...

[UniversalHCD.Dev]
AddReg=UniversalHCD.AddReg, USB.AddReg
CopyFiles=UniversalHCD.CopyFiles,USB.CopyFiles

[UniversalHCD.AddReg]
HKR,,NTMPDriver,,uhcd.sys
HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages"

[UniversalHCD.CopyFiles]
uhcd.sys

; For Windows NT...

[UniversalHCD.Dev.NT]
AddReg=UniversalHCD.AddReg.NT

CopyFiles=UniversalHCD.CopyFiles.NT,USB.CopyFiles.NT,USBUI.CopyFiles.NT

DelFiles=USB.DelFiles.NT

[UniversalHCD.AddReg.NT]
HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
HKR,,Controller,1,01

[UniversalHCD.CopyFiles.NT]
uhcd.sys

[UniversalHCD.Dev.NT.Services]
AddService = uhcd, 0x00000002, UniversalHCD.AddService

[UniversalHCD.AddService]
DisplayName    = %UniversalHCD.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\uhcd.sys
LoadOrderGroup = Base

[UniversalHCD.UnsupportedDev.NT]
; Do-nothing section used to avoid "Unknown hardware" installation prompts.
DeviceUpgradeUnsupported=1
DelReg=UniversalHCD.UnsupportedDev.DelReg.NT

[UniversalHCD.UnsupportedDev.NT.Services]
AddService = , 0x00000002   ; null service install

[UniversalHCD.UnsupportedDev.DelReg.NT]
HKLM,"System\CurrentControlSet\Control\CriticalDeviceDatabase\PCI#CC_0C0300"

; --------------------------------------------------------------
; For Win95...

[StandardHub.Dev]
AddReg=Hub.AddReg
CopyFiles=Hub.CopyFiles

[Composite.Dev]
AddReg=Hub.AddReg

; For Windows NT...

[Composite.Dev.NT]
DelReg=Composite.DelReg.NT
; Don't need to copy usbhub.sys because there has to be at least one hub
; Don't need any extra registry entries

[Composite.DelReg.NT]
HKR,,EnumPropPages32

[Composite.Dev.NT.Services]
AddService = usbhub, 0x00000002, StandardHub.AddService

[StandardHub.Dev.NT]
CopyFiles=Hub.CopyFiles.NT
DelFiles=Hub.DelFiles,USBINF.DelFiles.NT,USBMON.DelFiles.NT
AddReg=StandardHub.AddReg.NT

[StandardHub.AddReg.NT]
HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider"


[StandardHub.Dev.NT.Services]
AddService = usbhub, 0x00000002, StandardHub.AddService

[StandardHub.AddService]
DisplayName    = %StandardHub.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\usbhub.sys
LoadOrderGroup = Base

; =================== Intel ====================================

[Intel.Section]
%PCI\VEN_8086&DEV_2442.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2442
%PCI\VEN_8086&DEV_2444.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2444

; =================== Global ==================================

[USB.AddReg]
HKR,,DevLoader,,*NTKERN

[USB.CopyFiles]
usbd.sys
usbhub.sys

[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

[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

[HUB.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,usbhub.sys

[USB.CopyFiles.NT]
usbd.sys
usbhub.sys

[USB.DelFiles.NT]
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.dll,,,1

[USBMON.DelFiles.NT]
mondrv.sys,,,1
mondll.dll,,,1

[USBINF.DelFiles.NT]
propext.inf,,,1
tmusb.inf,,,1
ehidmous.inf,,,1
ehidkbd.inf,,,1
ehidjoy.inf,,,1

[HUB.CopyFiles]
usbhub.sys

[HUB.CopyFiles.NT]
usbhub.sys

[USBUI.CopyFiles.NT]
usbui.dll


[Strings]
INTEL="Intel"
USBClassName="Universal Serial Bus controllers"

OpenHCD.SvcDesc="Microsoft USB Open Host Controller Driver"
UniversalHCD.SvcDesc="Microsoft USB Universal Host Controller Driver"
StandardHub.SvcDesc="Microsoft USB Standard Hub Driver"

Generic.Mfg="(Standard USB Host Controller)"
PCI\CC_0C0310.DeviceDesc="Standard OpenHCD USB Host Controller"
PCI\CC_0C0300.DeviceDesc="Standard Universal PCI to USB Host Controller"
USB\ROOT_HUB.DeviceDesc="USB Root Hub"
USB\COMPOSITE.DeviceDesc="USB Composite Device"

Intel.Mfg="Intel"
PCI\VEN_8086&DEV_2442.DeviceDesc="Intel(R) 82801BA/BAM USB Universal Host Controller - 2442"
PCI\VEN_8086&DEV_2444.DeviceDesc="Intel(R) 82801BA/BAM USB Universal Host Controller - 2444"

GenericHub.Mfg="(Generic USB Hub)"
USB\CLASS_09&SUBCLASS_01.DeviceDesc="Generic USB Hub"
USB\CLASS_09.DeviceDesc="Generic USB Hub"

USB\UNKNOWN.DeviceDesc="Unknown Device"


; Copyright (c) 2000 Intel Corporation
; Copyright (c) 1993-1999 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.
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 2.43