home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / drivers / pack1 / files / infinst_autol.exe / data1.cab / AllFiles / XP / usb2ndrv.inf < prev   
Encoding:
Windows Setup INFormation  |  2002-08-12  |  3.2 KB  |  91 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  USB2NDRV.INF                                              
  4. ; **    Abstract:  Windows* XP 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=usb2ndrv.cat
  15. DriverVer=07/02/2001, 4.00.1001
  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_24CD.DeviceDesc%=NO_DRV,PCI\VEN_8086&DEV_24CD
  29.  
  30. ;**************************************************************************
  31. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  32. [NO_DRV]
  33. Include=machine.inf
  34. Needs=NO_DRV
  35.  
  36. [NO_DRV.Services]
  37. Include=machine.inf
  38. Needs=NO_DRV.Services
  39.  
  40. ; For Windows 95/98
  41. [INTEL_USB]
  42. Include=usb.inf
  43. Needs=UniversalHCD.Dev
  44.  
  45. ; For Windowns NT
  46. [INTEL_USB.NT]
  47. Include=usbport.inf
  48. Needs=UHCI.Dev.NT
  49.  
  50. [INTEL_USB.NT.Services]
  51. Include=usbport.inf
  52. Needs=UHCI.Dev.NT.Services
  53.  
  54.  
  55. [Strings]
  56. INTEL="Intel"
  57. Intel.Mfg="Intel"
  58. PCI\VEN_8086&DEV_24CD.DeviceDesc="Intel(R) 82801DB/DBM USB2 Enhanced Host Controller - 24CD " 
  59.  
  60. ; Copyright (c) 2000 Intel Corporation
  61.  
  62. ; ************************************************************
  63. ; Intel is making no claims of usability, efficacy or 
  64. ; warranty.  
  65. ; ************************************************************
  66. ; Information in this document is provided in connection with 
  67. ; Intel products.  No license, express or implied, by estoppel 
  68. ; or otherwise, to any intellectual property rights is granted 
  69. ; by this document.  Intel assumes no liability whatsoever, 
  70. ; and Intel disclaims any express or implied warranty, 
  71. ; relating to sale and/or use of Intel products including 
  72. ; liability or warranties relating to fitness for a particular 
  73. ; purpose, merchantability, or infringement of any patent, 
  74. ; copyright or other intellectual property right.  Intel 
  75. ; products are not intended for use in medical, life saving, 
  76. ; or life sustaining applications.
  77.  
  78. ; ************************************************************
  79. ; Intel Corporation disclaims all warranties and liabilities 
  80. ; for the use of this document and the information contained 
  81. ; herein, and assumes no responsibility for any errors which 
  82. ; may appear in this document, nor does Intel make a 
  83. ; commitment to update the information contained herein. Intel 
  84. ; reserves the right to make changes to this document at any 
  85. ; time, without notice.
  86. ; ************************************************************
  87. ; ************************************************************
  88.  
  89. ; * Third-party brands and names are the property of their 
  90. ; respective owners.
  91.