home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Util / Drivere / Intel / inf / infinst_enu.exe / data1.cab / AllFiles / win2000 / ich6usb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2004-11-24  |  3.7 KB  |  96 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH6USB.INF                                              
  4. ; **    Abstract:  Windows* 2000 INF File for 
  5. ; **               Intel(R) 82801 USB devices                     
  6. ; **    Last Update: April 29, 2004 (Version 6.0.1 Build 1001)
  7. ; ****************************************************************************
  8. ; ****************************************************************************
  9.  
  10. [Version]
  11. Signature="$WINDOWS NT$"
  12. Class=USB
  13. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  14. Provider=%INTEL%
  15. CatalogFile=ich6usb.cat
  16. DriverVer=04/29/2004, 6.0.1.1001
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect = *
  20.  
  21. ; =================== Table of content =========================
  22.  
  23. [Manufacturer]
  24. %INTEL%=Intel.Section
  25.  
  26. ; =================== Intel ====================================
  27.  
  28. [Intel.Section]
  29. %PCI\VEN_8086&DEV_2658.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_2658
  30. %PCI\VEN_8086&DEV_2659.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_2659
  31. %PCI\VEN_8086&DEV_265A.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_265A
  32. %PCI\VEN_8086&DEV_265B.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_265B
  33. %PCI\VEN_8086&DEV_265C.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_265C
  34.  
  35. ; For Windows 95/98
  36. [INTEL_USB]
  37. Include=usb.inf
  38. Needs=UniversalHCD.Dev
  39.  
  40. ; For Windowns NT
  41. [INTEL_USB.NT]
  42. Include=usb.inf
  43. Needs=UniversalHCD.Dev.NT
  44.  
  45. [INTEL_USB.NT.Services]
  46. Include=usb.inf
  47. Needs=UniversalHCD.Dev.NT.Services
  48.  
  49. ; For USB2 Support
  50. [INTEL_USB2.NT]
  51. Include=usb.inf
  52. Needs=EHCI.NT
  53.  
  54. [INTEL_USB2.NT.Services]
  55. Include=usb.inf
  56. Needs=EHCI.NT.Services
  57.  
  58. [Strings]
  59. INTEL="Intel"
  60. PCI\VEN_8086&DEV_2658.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 2658"
  61. PCI\VEN_8086&DEV_2659.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 2659"
  62. PCI\VEN_8086&DEV_265A.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 265A"
  63. PCI\VEN_8086&DEV_265B.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 265B"
  64. PCI\VEN_8086&DEV_265C.DeviceDesc="Intel(R) 82801FB/FBM USB2 Enhanced Host Controller - 265C"
  65.  
  66. ; Copyright (c) 2003-2004 Intel Corporation
  67.  
  68. ; ************************************************************
  69. ; Intel is making no claims of usability, efficacy or 
  70. ; warranty.  
  71. ; ************************************************************
  72. ; Information in this document is provided in connection with 
  73. ; Intel products.  No license, express or implied, by estoppel 
  74. ; or otherwise, to any intellectual property rights is granted 
  75. ; by this document.  Intel assumes no liability whatsoever, 
  76. ; and Intel disclaims any express or implied warranty, 
  77. ; relating to sale and/or use of Intel products including 
  78. ; liability or warranties relating to fitness for a particular 
  79. ; purpose, merchantability, or infringement of any patent, 
  80. ; copyright or other intellectual property right.  Intel 
  81. ; products are not intended for use in medical, life saving, 
  82. ; or life sustaining applications.
  83.  
  84. ; ************************************************************
  85. ; Intel Corporation disclaims all warranties and liabilities 
  86. ; for the use of this document and the information contained 
  87. ; herein, and assumes no responsibility for any errors which 
  88. ; may appear in this document, nor does Intel make a 
  89. ; commitment to update the information contained herein. Intel 
  90. ; reserves the right to make changes to this document at any 
  91. ; time, without notice.
  92. ; ************************************************************
  93. ; ************************************************************
  94.  
  95. ; * Third-party brands and names are the property of their 
  96. ; respective owners.