home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / drivers / pack1 / files / infinst_autol.exe / data1.cab / AllFiles / xp / ich4usb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-08-20  |  3.6 KB  |  96 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH4USB.INF                                              
  4. ; **    Abstract:  Windows* XP INF Update File for 
  5. ; **            Intel(R) 82801DB/DBM USB devices                                      
  6. ; **    Last Update: June 27, 2003 (Version 5.0.2 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=ich4usb.cat
  16. DriverVer=06/27/2003, 5.0.2.1001
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect = *
  20.  
  21. ; =================== Table of content =========================
  22.  
  23. [Manufacturer]
  24. %Intel.Mfg%=Intel.Section
  25.  
  26. ; =================== Intel ====================================
  27.  
  28. [Intel.Section]
  29. %PCI\VEN_8086&DEV_24C2.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24C2
  30. %PCI\VEN_8086&DEV_24C4.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24C4
  31. %PCI\VEN_8086&DEV_24C7.DeviceDesc%=INTEL_USB,PCI\VEN_8086&DEV_24C7
  32. %PCI\VEN_8086&DEV_24CD.DeviceDesc%=INTEL_USB2,PCI\VEN_8086&DEV_24CD
  33.  
  34. ; For Windows 95/98
  35. [INTEL_USB]
  36. Include=usb.inf
  37. Needs=UniversalHCD.Dev
  38.  
  39. ; For Windowns NT
  40. [INTEL_USB.NT]
  41. Include=usbport.inf
  42. Needs=UHCI.Dev.NT
  43.  
  44. [INTEL_USB.NT.Services]
  45. Include=usbport.inf
  46. Needs=UHCI.Dev.NT.Services
  47.  
  48. ; For USB2 Support
  49. [INTEL_USB2.NT]
  50. Include=usbport.inf
  51. Needs=EHCI.Dev.NT
  52.  
  53. [INTEL_USB2.NT.Services]
  54. Include=usbport.inf
  55. Needs=EHCI.Dev.NT.Services
  56.  
  57. [Strings]
  58. INTEL="Intel"
  59. Intel.Mfg="Intel"
  60. PCI\VEN_8086&DEV_24C2.DeviceDesc="Intel(R) 82801DB/DBM USB Universal Host Controller - 24C2 "
  61. PCI\VEN_8086&DEV_24C4.DeviceDesc="Intel(R) 82801DB/DBM USB Universal Host Controller - 24C4 "
  62. PCI\VEN_8086&DEV_24C7.DeviceDesc="Intel(R) 82801DB/DBM USB Universal Host Controller - 24C7 "
  63. PCI\VEN_8086&DEV_24CD.DeviceDesc="Intel(R) 82801DB/DBM USB2 Enhanced Host Controller - 24CD "
  64.  
  65. ; Copyright (c) 2003 Intel Corporation
  66.  
  67. ; ************************************************************
  68. ; Intel is making no claims of usability, efficacy or 
  69. ; warranty.  
  70. ; ************************************************************
  71. ; Information in this document is provided in connection with 
  72. ; Intel products.  No license, express or implied, by estoppel 
  73. ; or otherwise, to any intellectual property rights is granted 
  74. ; by this document.  Intel assumes no liability whatsoever, 
  75. ; and Intel disclaims any express or implied warranty, 
  76. ; relating to sale and/or use of Intel products including 
  77. ; liability or warranties relating to fitness for a particular 
  78. ; purpose, merchantability, or infringement of any patent, 
  79. ; copyright or other intellectual property right.  Intel 
  80. ; products are not intended for use in medical, life saving, 
  81. ; or life sustaining applications.
  82.  
  83. ; ************************************************************
  84. ; Intel Corporation disclaims all warranties and liabilities 
  85. ; for the use of this document and the information contained 
  86. ; herein, and assumes no responsibility for any errors which 
  87. ; may appear in this document, nor does Intel make a 
  88. ; commitment to update the information contained herein. Intel 
  89. ; reserves the right to make changes to this document at any 
  90. ; time, without notice.
  91. ; ************************************************************
  92. ; ************************************************************
  93.  
  94. ; * Third-party brands and names are the property of their 
  95. ; respective owners.
  96.