home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / drivers / pack1 / files / infinst_autol.exe / win2003 / ich7usb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-03-11  |  4.3 KB  |  108 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH7USB.INF                                              
  4. ; **    Abstract:  Windows* 2003 Server only INF File for 
  5. ; **               Intel(R) 82801 USB devices                     
  6. ; **    Last Update: January 19, 2005 (Version 7.0.0 Build 1014)
  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=01/19/2005, 7.0.0.1014
  17.  
  18. [SourceDisksNames]
  19. [sourcedisksfiles]
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = *
  23.  
  24. ; =================== Table of content =========================
  25.  
  26. [Manufacturer]
  27. %INTEL%=Intel,NTamd64
  28.  
  29. ; =================== Intel ====================================
  30.  
  31. [Intel]
  32. %PCI\VEN_8086&DEV_27C8.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27C8
  33. %PCI\VEN_8086&DEV_27C9.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27C9
  34. %PCI\VEN_8086&DEV_27CA.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27CA
  35. %PCI\VEN_8086&DEV_27CB.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_27CB
  36. %PCI\VEN_8086&DEV_27CC.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_27CC
  37.  
  38. [Intel.NTamd64]
  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. ; For Windowns NT
  46. [INTEL_USB.NT]
  47. Include=usbport.inf
  48. Needs=UHCI.Dev.NT
  49.  
  50. [INTEL_USB.NT.Services]
  51. Include=usbport.inf
  52. Needs=UHCI.Dev.NT.Services
  53.  
  54. ; For USB2 Support
  55. [INTEL_USB2.NT]
  56. Include=usbport.inf
  57. ; Needs=EHCI.Dev.NT
  58. AddReg=EHCI.AddReg.NT
  59. CopyFiles=EHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT,HCCOIN.CopyFiles.NT
  60. DelFiles=USB.DelFiles.NT ; HCCOIN.Delfiles.NT // Do not delete hccoin.dll
  61.  
  62. [INTEL_USB2.NT.Services]
  63. Include=usbport.inf
  64. Needs=EHCI.Dev.NT.Services
  65.  
  66. [INTEL_USB2.NT.CoInstallers]
  67. Include=usbport.inf
  68. Needs=EHCI.Dev.NT.CoInstallers
  69.  
  70. [Strings]
  71. INTEL="Intel"
  72. PCI\VEN_8086&DEV_27C8.DeviceDesc="Intel(R) 82801GB USB Universal Host Controller - 27C8"
  73. PCI\VEN_8086&DEV_27C9.DeviceDesc="Intel(R) 82801GB USB Universal Host Controller - 27C9"
  74. PCI\VEN_8086&DEV_27CA.DeviceDesc="Intel(R) 82801GB USB Universal Host Controller - 27CA"
  75. PCI\VEN_8086&DEV_27CB.DeviceDesc="Intel(R) 82801GB USB Universal Host Controller - 27CB"
  76. PCI\VEN_8086&DEV_27CC.DeviceDesc="Intel(R) 82801GB USB2 Enhanced Host Controller - 27CC"
  77.  
  78. ; Copyright (c) 2003-2005 Intel Corporation
  79.  
  80. ; ************************************************************
  81. ; Intel is making no claims of usability, efficacy or 
  82. ; warranty.  
  83. ; ************************************************************
  84. ; Information in this document is provided in connection with 
  85. ; Intel products.  No license, express or implied, by estoppel 
  86. ; or otherwise, to any intellectual property rights is granted 
  87. ; by this document.  Intel assumes no liability whatsoever, 
  88. ; and Intel disclaims any express or implied warranty, 
  89. ; relating to sale and/or use of Intel products including 
  90. ; liability or warranties relating to fitness for a particular 
  91. ; purpose, merchantability, or infringement of any patent, 
  92. ; copyright or other intellectual property right.  Intel 
  93. ; products are not intended for use in medical, life saving, 
  94. ; or life sustaining applications.
  95.  
  96. ; ************************************************************
  97. ; Intel Corporation disclaims all warranties and liabilities 
  98. ; for the use of this document and the information contained 
  99. ; herein, and assumes no responsibility for any errors which 
  100. ; may appear in this document, nor does Intel make a 
  101. ; commitment to update the information contained herein. Intel 
  102. ; reserves the right to make changes to this document at any 
  103. ; time, without notice.
  104. ; ************************************************************
  105. ; ************************************************************
  106.  
  107. ; * Third-party brands and names are the property of their 
  108. ; respective owners.