; **************************************************************************** ; **************************************************************************** ; ** Filename: PATSUSB.INF ; ** Abstract: Windows* 2000 and XP INF, 2k3 & 2k8 Server INF, ; ** USB devices ; ** Last Update: March 16, 2011 (Version 9.2.3 Build 1013) ; **************************************************************************** ; **************************************************************************** [Version] Signature="$WINDOWS NT$" Class=USB ClassGUID={36FC9E60-C465-11CF-8056-444553540000} Provider=%INTEL% CatalogFile=patsusb.cat DriverVer=03/16/2011, 9.2.3.1013 [SourceDisksNames] [SourceDisksFiles] [ControlFlags] ExcludeFromSelect = * ; =================== Table of content ========================= [Manufacturer] %INTEL%=Intel,NT.5.1,NTamd64 ; =================== Intel ==================================== [Intel] %PCI\VEN_8086&DEV_1D26.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_1D26 %PCI\VEN_8086&DEV_1D2D.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_1D2D [Intel.NT.5.1] %PCI\VEN_8086&DEV_1D26.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_1D26 %PCI\VEN_8086&DEV_1D2D.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_1D2D [Intel.NTamd64] %PCI\VEN_8086&DEV_1D26.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_1D26 %PCI\VEN_8086&DEV_1D2D.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_1D2D ; For Windows 2000 Only [INTEL_USB_2K.NT] Include=usb.inf Needs=UniversalHCD.Dev.NT [INTEL_USB_2K.NT.Services] Include=usb.inf Needs=UniversalHCD.Dev.NT.Services ; For USB2 Support [INTEL_USB2_2K.NT] Include=usb.inf Needs=EHCI.NT [INTEL_USB2_2K.NT.Services] Include=usb.inf Needs=EHCI.NT.Services ; For Windowns XP and greater [INTEL_USB.NT] Include=usbport.inf Needs=UHCI.Dev.NT [INTEL_USB.NT.Services] Include=usbport.inf Needs=UHCI.Dev.NT.Services ; For USB2 Support [INTEL_USB2.NT] Include=usbport.inf Needs=EHCI.Dev.NT [INTEL_USB2.NT.Services] Include=usbport.inf Needs=EHCI.Dev.NT.Services [INTEL_USB2.NT.CoInstallers] Include=usbport.inf Needs=EHCI.Dev.NT.CoInstallers [Strings] INTEL="Intel" PCI\VEN_8086&DEV_1D26.DeviceDesc="Intel(R) C600/X79 series chipset USB2 Enhanced Host Controller #1 - 1D26" PCI\VEN_8086&DEV_1D2D.DeviceDesc="Intel(R) C600/X79 series chipset USB2 Enhanced Host Controller #2 - 1D2D" ;******************************************* ;Handy macro substitutions (non-localizable) REG_DWORD = 0x00010001 ; Copyright (c) 2006-2010 Intel 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.