home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / DRV / DP_Chipset.7z / D / C / I1 / ESB2usb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2008-12-04  |  5.2 KB  |  136 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ESB2USB.INF                                              
  4. ; **    Abstract:  Windows* 2k & XP only INF File for
  5. ; **               Intel(R) USB devices                     
  6. ; **    Last Update: November 07, 2008 (Version 7.4.1 Build 1005)
  7. ; ****************************************************************************
  8. ; ****************************************************************************
  9.  
  10. [Version]
  11. Signature="$WINDOWS NT$"
  12. Class=USB
  13. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  14. Provider=%INTEL%
  15. CatalogFile=ESB2usb.cat
  16. DriverVer=11/07/2008, 7.4.1.1005
  17.  
  18. [SourceDisksNames] 
  19. [SourceDisksFiles]
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = *
  23.  
  24. ; =================== Table of content =========================
  25.  
  26. [Manufacturer]
  27. %INTEL%=Intel,NT.5.1,NTamd64
  28.  
  29. ; =================== Intel ====================================
  30.  
  31. [Intel]
  32. %PCI\VEN_8086&DEV_2688.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_2688
  33. %PCI\VEN_8086&DEV_2689.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_2689
  34. %PCI\VEN_8086&DEV_268A.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_268A
  35. %PCI\VEN_8086&DEV_268B.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_268B
  36. %PCI\VEN_8086&DEV_268C.DeviceDesc%=INTEL_USB2_2K,PCI\VEN_8086&DEV_268C
  37.  
  38. [Intel.NT.5.1]
  39. %PCI\VEN_8086&DEV_2688.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_2688
  40. %PCI\VEN_8086&DEV_2689.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_2689
  41. %PCI\VEN_8086&DEV_268A.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_268A
  42. %PCI\VEN_8086&DEV_268B.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_268B
  43. %PCI\VEN_8086&DEV_268C.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_268C
  44.  
  45. [Intel.NTamd64]
  46. %PCI\VEN_8086&DEV_2688.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_2688
  47. %PCI\VEN_8086&DEV_2689.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_2689
  48. %PCI\VEN_8086&DEV_268A.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_268A
  49. %PCI\VEN_8086&DEV_268B.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_268B
  50. %PCI\VEN_8086&DEV_268C.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_268C
  51.  
  52. ; For Windows 2000 Only
  53. [INTEL_USB_2K.NT]
  54. AddReg=USB2_SUPPORT
  55. Include=usb.inf
  56. Needs=UniversalHCD.Dev.NT
  57.  
  58. [INTEL_USB_2K.NT.Services]
  59. Include=usb.inf
  60. Needs=UniversalHCD.Dev.NT.Services
  61.  
  62. ; For USB2 Support
  63. [INTEL_USB2_2K.NT]
  64. Include=usb.inf
  65. Needs=EHCI.NT
  66.  
  67. [INTEL_USB2_2K.NT.Services]
  68. Include=usb.inf
  69. Needs=EHCI.NT.Services
  70.  
  71. ; For Windowns XP and greater
  72. [INTEL_USB.NT]
  73. Include=usbport.inf
  74. Needs=UHCI.Dev.NT
  75.  
  76. [INTEL_USB.NT.Services]
  77. Include=usbport.inf
  78. Needs=UHCI.Dev.NT.Services
  79.  
  80. ; For USB2 Support
  81. [INTEL_USB2.NT]
  82. Include=usbport.inf
  83. Needs=EHCI.Dev.NT
  84.  
  85. [INTEL_USB2.NT.Services]
  86. Include=usbport.inf
  87. Needs=EHCI.Dev.NT.Services
  88.  
  89. [INTEL_USB2.NT.CoInstallers]
  90. Include=usbport.inf
  91. Needs=EHCI.Dev.NT.CoInstallers
  92.  
  93. [USB2_SUPPORT]
  94. HKLM, SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_8086&dev_268c,ClassGUID,,"{36FC9E60-C465-11CF-8056-444553540000}"
  95. HKLM, SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\pci#ven_8086&dev_268c,Service,,"usbhub20"
  96.  
  97.  
  98. [Strings]
  99. INTEL="Intel"
  100. PCI\VEN_8086&DEV_2688.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB Universal Host Controller - 2688"
  101. PCI\VEN_8086&DEV_2689.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB Universal Host Controller - 2689"
  102. PCI\VEN_8086&DEV_268A.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB Universal Host Controller - 268A"
  103. PCI\VEN_8086&DEV_268B.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB Universal Host Controller - 268B"
  104. PCI\VEN_8086&DEV_268C.DeviceDesc="Intel(R) 631xESB/6321ESB/3100 Chipset USB2 Enhanced Host Controller - 268C"
  105.  
  106. ; Copyright (c) 2003-2008 Intel Corporation
  107.  
  108. ; ************************************************************
  109. ; Intel is making no claims of usability, efficacy or 
  110. ; warranty.  
  111. ; ************************************************************
  112. ; Information in this document is provided in connection with 
  113. ; Intel products.  No license, express or implied, by estoppel 
  114. ; or otherwise, to any intellectual property rights is granted 
  115. ; by this document.  Intel assumes no liability whatsoever, 
  116. ; and Intel disclaims any express or implied warranty, 
  117. ; relating to sale and/or use of Intel products including 
  118. ; liability or warranties relating to fitness for a particular 
  119. ; purpose, merchantability, or infringement of any patent, 
  120. ; copyright or other intellectual property right.  Intel 
  121. ; products are not intended for use in medical, life saving, 
  122. ; or life sustaining applications.
  123.  
  124. ; ************************************************************
  125. ; Intel Corporation disclaims all warranties and liabilities 
  126. ; for the use of this document and the information contained 
  127. ; herein, and assumes no responsibility for any errors which 
  128. ; may appear in this document, nor does Intel make a 
  129. ; commitment to update the information contained herein. Intel 
  130. ; reserves the right to make changes to this document at any 
  131. ; time, without notice.
  132. ; ************************************************************
  133. ; ************************************************************
  134.  
  135. ; * Third-party brands and names are the property of their 
  136. ; respective owners.