home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / ich7usb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  4.8 KB  |  130 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH7USB.INF                                              
  4. ; **    Abstract:  Windows* XP only INF File for
  5. ; **               Intel(R) 82801 USB devices                     
  6. ; **    Last Update: May 23, 2005 (Version 7.0.0 Build 1020)
  7. ; ****************************************************************************
  8. ; ****************************************************************************
  9.  
  10. [Version]
  11. Signature="$WINDOWS NT$"
  12. Class=USB
  13. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  14. Provider=%INTEL%
  15. CatalogFile=ich7usb.cat
  16. DriverVer=05/23/2005, 7.0.0.1020
  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_27C8.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_27C8
  33. %PCI\VEN_8086&DEV_27C9.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_27C9
  34. %PCI\VEN_8086&DEV_27CA.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_27CA
  35. %PCI\VEN_8086&DEV_27CB.DeviceDesc%=INTEL_USB_2K,PCI\VEN_8086&DEV_27CB
  36. %PCI\VEN_8086&DEV_27CC.DeviceDesc%=INTEL_USB2_2K,PCI\VEN_8086&DEV_27CC
  37.  
  38. [Intel.NT.5.1]
  39. %PCI\VEN_8086&DEV_27C8.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27C8
  40. %PCI\VEN_8086&DEV_27C9.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27C9
  41. %PCI\VEN_8086&DEV_27CA.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27CA
  42. %PCI\VEN_8086&DEV_27CB.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27CB
  43. %PCI\VEN_8086&DEV_27CC.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_27CC
  44.  
  45. [Intel.NTamd64]
  46. %PCI\VEN_8086&DEV_27C8.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27C8
  47. %PCI\VEN_8086&DEV_27C9.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27C9
  48. %PCI\VEN_8086&DEV_27CA.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27CA
  49. %PCI\VEN_8086&DEV_27CB.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27CB
  50. %PCI\VEN_8086&DEV_27CC.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_27CC
  51.  
  52. ; For Windows 2000 Only
  53. [INTEL_USB_2K.NT]
  54. Include=usb.inf
  55. Needs=UniversalHCD.Dev.NT
  56.  
  57. [INTEL_USB_2K.NT.Services]
  58. Include=usb.inf
  59. Needs=UniversalHCD.Dev.NT.Services
  60.  
  61. ; For USB2 Support
  62. [INTEL_USB2_2K.NT]
  63. Include=usb.inf
  64. Needs=EHCI.NT
  65.  
  66. [INTEL_USB2_2K.NT.Services]
  67. Include=usb.inf
  68. Needs=EHCI.NT.Services
  69.  
  70. ; For Windowns XP and greater
  71. [INTEL_USB.NT]
  72. Include=usbport.inf
  73. Needs=UHCI.Dev.NT
  74.  
  75. [INTEL_USB.NT.Services]
  76. Include=usbport.inf
  77. Needs=UHCI.Dev.NT.Services
  78.  
  79. ; For USB2 Support
  80. [INTEL_USB2.NT]
  81. Include=usbport.inf
  82. Needs=EHCI.Dev.NT
  83.  
  84. [INTEL_USB2.NT.Services]
  85. Include=usbport.inf
  86. Needs=EHCI.Dev.NT.Services
  87.  
  88. [INTEL_USB2.NT.CoInstallers]
  89. Include=usbport.inf
  90. Needs=EHCI.Dev.NT.CoInstallers
  91.  
  92. [Strings]
  93. INTEL="Intel"
  94. PCI\VEN_8086&DEV_27C8.DeviceDesc="Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8"
  95. PCI\VEN_8086&DEV_27C9.DeviceDesc="Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9"
  96. PCI\VEN_8086&DEV_27CA.DeviceDesc="Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA"
  97. PCI\VEN_8086&DEV_27CB.DeviceDesc="Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB"
  98. PCI\VEN_8086&DEV_27CC.DeviceDesc="Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC"
  99.  
  100. ; Copyright (c) 2003-2005 Intel Corporation
  101.  
  102. ; ************************************************************
  103. ; Intel is making no claims of usability, efficacy or 
  104. ; warranty.  
  105. ; ************************************************************
  106. ; Information in this document is provided in connection with 
  107. ; Intel products.  No license, express or implied, by estoppel 
  108. ; or otherwise, to any intellectual property rights is granted 
  109. ; by this document.  Intel assumes no liability whatsoever, 
  110. ; and Intel disclaims any express or implied warranty, 
  111. ; relating to sale and/or use of Intel products including 
  112. ; liability or warranties relating to fitness for a particular 
  113. ; purpose, merchantability, or infringement of any patent, 
  114. ; copyright or other intellectual property right.  Intel 
  115. ; products are not intended for use in medical, life saving, 
  116. ; or life sustaining applications.
  117.  
  118. ; ************************************************************
  119. ; Intel Corporation disclaims all warranties and liabilities 
  120. ; for the use of this document and the information contained 
  121. ; herein, and assumes no responsibility for any errors which 
  122. ; may appear in this document, nor does Intel make a 
  123. ; commitment to update the information contained herein. Intel 
  124. ; reserves the right to make changes to this document at any 
  125. ; time, without notice.
  126. ; ************************************************************
  127. ; ************************************************************
  128.  
  129. ; * Third-party brands and names are the property of their 
  130. ; respective owners.