home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / drivers / pack1 / files / infinst_autol.exe / data1.cab / AllFiles / xp / ich6usb.inf < prev    next >
Encoding:
INI File  |  2004-05-07  |  3.8 KB  |  100 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH6USB.INF                                              
  4. ; **    Abstract:  Windows* 2003 Server INF File for 
  5. ; **               Intel(R) 82801 USB devices                     
  6. ; **    Last Update: February 29, 2004 (Version 6.0.0 Build 1011)
  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=02/29/2004, 6.0.0.1011
  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=usbport.inf
  43. Needs=UHCI.Dev.NT
  44.  
  45. [INTEL_USB.NT.Services]
  46. Include=usbport.inf
  47. Needs=UHCI.Dev.NT.Services
  48.  
  49. ; For USB2 Support
  50. [INTEL_USB2.NT]
  51. Include=usbport.inf
  52. Needs=EHCI.Dev.NT
  53.  
  54. [INTEL_USB2.NT.Services]
  55. Include=usbport.inf
  56. Needs=EHCI.Dev.NT.Services
  57.  
  58. [INTEL_USB2.NT.CoInstallers]
  59. Include=usbport.inf
  60. Needs=EHCI.Dev.NT.CoInstallers
  61.  
  62. [Strings]
  63. INTEL="Intel"
  64. PCI\VEN_8086&DEV_2658.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 2658"
  65. PCI\VEN_8086&DEV_2659.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 2659"
  66. PCI\VEN_8086&DEV_265A.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 265A"
  67. PCI\VEN_8086&DEV_265B.DeviceDesc="Intel(R) 82801FB/FBM USB Universal Host Controller - 265B"
  68. PCI\VEN_8086&DEV_265C.DeviceDesc="Intel(R) 82801FB/FBM USB2 Enhanced Host Controller - 265C"
  69.  
  70. ; Copyright (c) 2003-2004 Intel Corporation
  71.  
  72. ; ************************************************************
  73. ; Intel is making no claims of usability, efficacy or 
  74. ; warranty.  
  75. ; ************************************************************
  76. ; Information in this document is provided in connection with 
  77. ; Intel products.  No license, express or implied, by estoppel 
  78. ; or otherwise, to any intellectual property rights is granted 
  79. ; by this document.  Intel assumes no liability whatsoever, 
  80. ; and Intel disclaims any express or implied warranty, 
  81. ; relating to sale and/or use of Intel products including 
  82. ; liability or warranties relating to fitness for a particular 
  83. ; purpose, merchantability, or infringement of any patent, 
  84. ; copyright or other intellectual property right.  Intel 
  85. ; products are not intended for use in medical, life saving, 
  86. ; or life sustaining applications.
  87.  
  88. ; ************************************************************
  89. ; Intel Corporation disclaims all warranties and liabilities 
  90. ; for the use of this document and the information contained 
  91. ; herein, and assumes no responsibility for any errors which 
  92. ; may appear in this document, nor does Intel make a 
  93. ; commitment to update the information contained herein. Intel 
  94. ; reserves the right to make changes to this document at any 
  95. ; time, without notice.
  96. ; ************************************************************
  97. ; ************************************************************
  98.  
  99. ; * Third-party brands and names are the property of their 
  100. ; respective owners.