home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Util / Drivere / Intel / inf / infinst_enu.exe / data1.cab / AllFiles / xp / ich4usb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2004-11-24  |  3.7 KB  |  100 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: Aug 28, 2003 (Version 5.1.0 Build 1006)
  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=08/28/2003, 5.1.0.1006
  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. [INTEL_USB2.NT.CoInstallers]
  58. Include=usbport.inf
  59. Needs=EHCI.Dev.NT.CoInstallers
  60.  
  61. [Strings]
  62. INTEL="Intel"
  63. Intel.Mfg="Intel"
  64. PCI\VEN_8086&DEV_24C2.DeviceDesc="Intel(R) 82801DB/DBM USB Universal Host Controller - 24C2 "
  65. PCI\VEN_8086&DEV_24C4.DeviceDesc="Intel(R) 82801DB/DBM USB Universal Host Controller - 24C4 "
  66. PCI\VEN_8086&DEV_24C7.DeviceDesc="Intel(R) 82801DB/DBM USB Universal Host Controller - 24C7 "
  67. PCI\VEN_8086&DEV_24CD.DeviceDesc="Intel(R) 82801DB/DBM USB2 Enhanced Host Controller - 24CD "
  68.  
  69. ; Copyright (c) 2003 Intel Corporation
  70.  
  71. ; ************************************************************
  72. ; Intel is making no claims of usability, efficacy or 
  73. ; warranty.  
  74. ; ************************************************************
  75. ; Information in this document is provided in connection with 
  76. ; Intel products.  No license, express or implied, by estoppel 
  77. ; or otherwise, to any intellectual property rights is granted 
  78. ; by this document.  Intel assumes no liability whatsoever, 
  79. ; and Intel disclaims any express or implied warranty, 
  80. ; relating to sale and/or use of Intel products including 
  81. ; liability or warranties relating to fitness for a particular 
  82. ; purpose, merchantability, or infringement of any patent, 
  83. ; copyright or other intellectual property right.  Intel 
  84. ; products are not intended for use in medical, life saving, 
  85. ; or life sustaining applications.
  86.  
  87. ; ************************************************************
  88. ; Intel Corporation disclaims all warranties and liabilities 
  89. ; for the use of this document and the information contained 
  90. ; herein, and assumes no responsibility for any errors which 
  91. ; may appear in this document, nor does Intel make a 
  92. ; commitment to update the information contained herein. Intel 
  93. ; reserves the right to make changes to this document at any 
  94. ; time, without notice.
  95. ; ************************************************************
  96. ; ************************************************************
  97.  
  98. ; * Third-party brands and names are the property of their 
  99. ; respective owners.
  100.