; **************************************************************************** ; **************************************************************************** ; ** Filename: ICH3USB.INF ; ** Abstract: Windows* 98 SE INF Update File for Intel(R) 82801CA/CAM USB devices ; ** Last Update: December 18, 2000 (Version 3.00 Build 008) ; **************************************************************************** ; **************************************************************************** [Version] signature="$CHICAGO$" LayoutFile=Layout.inf, Layout1.inf, Layout2.inf Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} Provider=%Intel.Mfg% CatalogFile=ich3usb.cat DriverVer=12/18/2000, 3.00.008 [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_2482.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2482 %PCI\VEN_8086&DEV_2484.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2484 %PCI\VEN_8086&DEV_2487.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2487 %PCI\VEN_8086&DEV_2482.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2482&CC_0C03 %PCI\VEN_8086&DEV_2484.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2484&CC_0C03 %PCI\VEN_8086&DEV_2487.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2487&CC_0C03 [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_2482.DeviceDesc="Intel(R) 82801CA/CAM USB Universal Host Controller - 2482 " PCI\VEN_8086&DEV_2484.DeviceDesc="Intel(R) 82801CA/CAM USB Universal Host Controller - 2484 " PCI\VEN_8086&DEV_2487.DeviceDesc="Intel(R) 82801CA/CAM USB Universal Host Controller - 2487 " 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.Download Driver Pack
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.