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

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