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

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH5USB.INF                                              
  4. ; **    Abstract:  Windows* 2003 Only INF Update File for   
  5. ; **               Intel(R) 82801 USB devices                     
  6. ; **    Last Update: November 17, 2004 (Version 6.3.0 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=ich5usb.cat
  16. DriverVer=11/17/2004, 6.3.0.1005
  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_24D2.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24D2
  33. %PCI\VEN_8086&DEV_24D4.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24D4
  34. %PCI\VEN_8086&DEV_24D7.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24D7
  35. %PCI\VEN_8086&DEV_24DE.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24DE
  36. %PCI\VEN_8086&DEV_24DD.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_24DD
  37. %PCI\VEN_8086&DEV_25A9.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_25A9
  38. %PCI\VEN_8086&DEV_25AA.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_25AA
  39. %PCI\VEN_8086&DEV_25AD.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_25AD
  40.  
  41. [Intel.NTamd64]
  42. %PCI\VEN_8086&DEV_24D2.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24D2
  43. %PCI\VEN_8086&DEV_24D4.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24D4
  44. %PCI\VEN_8086&DEV_24D7.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24D7
  45. %PCI\VEN_8086&DEV_24DE.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24DE
  46. %PCI\VEN_8086&DEV_24DD.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_24DD
  47. %PCI\VEN_8086&DEV_25A9.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_25A9
  48. %PCI\VEN_8086&DEV_25AA.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_25AA
  49. %PCI\VEN_8086&DEV_25AD.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_25AD
  50.  
  51. ; For Windowns NT
  52. [INTEL_USB.NT]
  53. Include=usbport.inf
  54. Needs=UHCI.Dev.NT
  55.  
  56. [INTEL_USB.NT.Services]
  57. Include=usbport.inf
  58. Needs=UHCI.Dev.NT.Services
  59.  
  60. ; For USB2 Support
  61. [INTEL_USB2.NT]
  62. Include=usbport.inf
  63. ; Needs=EHCI.Dev.NT
  64. AddReg=EHCI.AddReg.NT
  65. CopyFiles=EHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT,HCCOIN.CopyFiles.NT
  66. DelFiles=USB.DelFiles.NT ; HCCOIN.Delfiles.NT // Do not delete hccoin.dll
  67.  
  68. [INTEL_USB2.NT.Services]
  69. Include=usbport.inf
  70. Needs=EHCI.Dev.NT.Services
  71.  
  72. [INTEL_USB2.NT.CoInstallers]
  73. Include=usbport.inf
  74. Needs=EHCI.Dev.NT.CoInstallers
  75.  
  76. [Strings]
  77. INTEL="Intel"
  78. PCI\VEN_8086&DEV_24D2.DeviceDesc="Intel(R) 82801EB USB Universal Host Controller - 24D2"
  79. PCI\VEN_8086&DEV_24D4.DeviceDesc="Intel(R) 82801EB USB Universal Host Controller - 24D4"
  80. PCI\VEN_8086&DEV_24D7.DeviceDesc="Intel(R) 82801EB USB Universal Host Controller - 24D7"
  81. PCI\VEN_8086&DEV_24DE.DeviceDesc="Intel(R) 82801EB USB Universal Host Controller - 24DE"
  82. PCI\VEN_8086&DEV_24DD.DeviceDesc="Intel(R) 82801EB USB2 Enhanced Host Controller - 24DD"
  83. PCI\VEN_8086&DEV_25A9.DeviceDesc="Intel(R) 6300ESB USB Universal Host Controller - 25A9"
  84. PCI\VEN_8086&DEV_25AA.DeviceDesc="Intel(R) 6300ESB USB Universal Host Controller - 25AA"
  85. PCI\VEN_8086&DEV_25AD.DeviceDesc="Intel(R) 6300ESB USB2 Enhanced Host Controller - 25AD"
  86.  
  87. ; Copyright (c) 2003-2004 Intel Corporation
  88.  
  89. ; ************************************************************
  90. ; Intel is making no claims of usability, efficacy or 
  91. ; warranty.  
  92. ; ************************************************************
  93. ; Information in this document is provided in connection with 
  94. ; Intel products.  No license, express or implied, by estoppel 
  95. ; or otherwise, to any intellectual property rights is granted 
  96. ; by this document.  Intel assumes no liability whatsoever, 
  97. ; and Intel disclaims any express or implied warranty, 
  98. ; relating to sale and/or use of Intel products including 
  99. ; liability or warranties relating to fitness for a particular 
  100. ; purpose, merchantability, or infringement of any patent, 
  101. ; copyright or other intellectual property right.  Intel 
  102. ; products are not intended for use in medical, life saving, 
  103. ; or life sustaining applications.
  104.  
  105. ; ************************************************************
  106. ; Intel Corporation disclaims all warranties and liabilities 
  107. ; for the use of this document and the information contained 
  108. ; herein, and assumes no responsibility for any errors which 
  109. ; may appear in this document, nor does Intel make a 
  110. ; commitment to update the information contained herein. Intel 
  111. ; reserves the right to make changes to this document at any 
  112. ; time, without notice.
  113. ; ************************************************************
  114. ; ************************************************************
  115.  
  116. ; * Third-party brands and names are the property of their 
  117. ; respective owners.