home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / drivers / pack1 / files / infinst_autol.exe / data1.cab / AllFiles / Win98SE / ich4usb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-08-12  |  7.3 KB  |  260 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH4USB.INF                                              
  4. ; **    Abstract:  Windows* 98 SE INF Update File for Intel(R) 82801DB/DBM USB devices                                      
  5. ; **    Last Update: Feb 27, 2001 (Version 4.00 Build 1008)
  6. ; ****************************************************************************
  7. ; ****************************************************************************
  8.  
  9. [Version]
  10. signature="$CHICAGO$"
  11. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  12. Class=USB
  13. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  14. Provider=%Intel.Mfg%
  15. CatalogFile=ich4usb.cat
  16. DriverVer=07/02/2001, 4.00.1008
  17.  
  18. [DestinationDirs]
  19. USBUI.CopyFiles=11
  20. USB.DelFiles=11
  21. USBMON.DelFiles=11
  22. USBINF.DelFiles=17
  23. DefaultDestDir=10,system32\drivers
  24.  
  25. ; =================== Class Sections ===========================
  26.  
  27. [ClassInstall]
  28. Addreg=USBClassReg
  29.  
  30. [USBClassReg]
  31. HKR,,,,%USBClassName%
  32. HKR,,Icon,,-20
  33.  
  34.  
  35. ; =================== Table of content =========================
  36.  
  37. [Manufacturer]
  38. %Generic.Mfg%=Generic.Section
  39. %Intel.Mfg%=Intel.Section
  40.  
  41. ; =================== Generic ==================================
  42.  
  43. [Generic.Section]
  44. %PCI\CC_0C0310.DeviceDesc%=OpenHCD.Dev,PCI\CC_0C0310
  45. %PCI\CC_0C0300.DeviceDesc%=UniversalHCD.Dev,PCI\CC_0C0300
  46. %USB\ROOT_HUB.DeviceDesc%=StandardHub.Dev,USB\ROOT_HUB
  47. %USB\ROOT_HUB_DBC.DeviceDesc%=DbcHub.Dev,USB\ROOT_HUB_DBC
  48. %USB\UNKNOWN.DeviceDesc%=BADDEVICE,USB\UNKNOWN
  49.  
  50. %USB\COMPOSITE.DeviceDesc%=Composite.Dev,USB\COMPOSITE
  51.  
  52. ; --------------------------------------------------------------
  53. [Intel.Section]
  54. %PCI\VEN_8086&DEV_24C2.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_24C2
  55. %PCI\VEN_8086&DEV_24C4.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_24C4
  56. %PCI\VEN_8086&DEV_24C7.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_24C7
  57. %PCI\VEN_8086&DEV_24C7.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_24C7&CC_0C03
  58. %PCI\VEN_8086&DEV_24C2.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_24C2&CC_0C03
  59. %PCI\VEN_8086&DEV_24C4.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_24C4&CC_0C03
  60.  
  61. [NO_DRV]
  62. AddReg=NO_DRV_AddReg
  63. DelReg=RemoveDevLoader
  64.  
  65. [NO_DRV_AddReg]
  66.  
  67. [RemoveDevLoader]
  68. HKR,,DevLoader
  69.  
  70. [BADDEVICE]
  71. ;CopyFiles=
  72.  
  73. [BADDEVICE.hw]
  74. AddReg=Host.FailInstall
  75.  
  76. [Host.FailInstall]
  77. ; on enumeration disable the device
  78. HKR,,ConfigFlags,1,01,00,00,00
  79.  
  80. [OpenHCD.Dev]
  81. AddReg=OpenHCD.AddReg, USB.AddReg
  82. CopyFiles=OpenHCD.CopyFiles,USB.CopyFiles,USBUI.CopyFiles
  83. DelFiles=USB.DelFiles
  84.  
  85. [OpenHCD.AddReg]
  86. HKR,,NTMPDriver,,openhci.sys
  87. HKR,,EnumPropPages,,"sysclass.dll,USBControllerPropPage"
  88.  
  89. [OpenHCD.CopyFiles]
  90. openhci.sys
  91.  
  92. ; --------------------------------------------------------------
  93.  
  94. [UniversalHCD.Dev]
  95. AddReg=UniversalHCD.AddReg, USB.AddReg
  96. CopyFiles=UniversalHCD.CopyFiles,USB.CopyFiles,USBUI.CopyFiles
  97. DelFiles=USB.DelFiles
  98.  
  99. [UniversalHCD.AddReg]
  100. HKR,,NTMPDriver,,uhcd.sys
  101. HKR,,EnumPropPages,,"sysclass.dll,USBControllerPropPage"
  102.  
  103. [UniversalHCD.CopyFiles]
  104. uhcd.sys
  105.  
  106. ; --------------------------------------------------------------
  107.  
  108. [DbcHub.Dev.HW]
  109. AddReg=Devbay.filter
  110.  
  111. [Devbay.filter]
  112. HKR,,upperfilters,0,"dbfilter.sys"
  113.  
  114. [DbcHub.Dev]
  115. AddReg=DbcHub.AddReg
  116. CopyFiles=DbcHub.CopyFiles
  117. DelFiles=DbcHub.DelFiles,USBINF.DelFiles,USBMON.DelFiles
  118.  
  119.  
  120. ; --------------------------------------------------------------
  121.  
  122. [StandardHub.Dev]
  123. AddReg=Hub.AddReg,Power.AddReg
  124. CopyFiles=Hub.CopyFiles
  125. DelFiles=Hub.DelFiles,USBINF.DelFiles,USBMON.DelFiles
  126.  
  127. [Composite.Dev]
  128. AddReg=Hub.AddReg
  129. DelReg=Composite.DelReg
  130.  
  131.  
  132. ; =================== Global ==================================
  133.  
  134. [USB.AddReg]
  135. HKR,,DevLoader,,*NTKERN
  136. HKLM,System\CurrentControlSet\Services\USB\SilentClasses,0,1,80,09,00,00
  137. HKLM,System\CurrentControlSet\Services\USB\SilentClasses,1,1,43,03,01,01
  138. HKLM,System\CurrentControlSet\Services\USB\SilentClasses,2,1,43,03,01,02
  139.  
  140. [USB.CopyFiles]
  141. usbd.sys
  142. usbhub.sys
  143.  
  144. [USBUI.CopyFiles]
  145. usbui.dll
  146.  
  147. [USB.DelFiles]
  148. usbhub.sys,,,1
  149. openhci.sys,,,1
  150. uhcd.sys,,,1
  151. usbd.sys,,,1
  152. usbcamd.sys,,,1
  153. imagecls.sys,,,1
  154. hcd.vxd,,,1
  155. usbd.vxd,,,1
  156. usb_enum.vxd,,,1
  157. vtaishid.vxd,,,1
  158. tmusb.sys,,,1
  159. taishid.sys,,,1
  160. usbuidll.cpl,,,1
  161. usbuidll.dll,,,1
  162.  
  163. [USBMON.DelFiles]
  164. mondrv.sys,,,1
  165. mondll.dll,,,1
  166.  
  167. [USBINF.DelFiles]
  168. propext.inf,,,1
  169. tmusb.inf,,,1
  170. ehidmous.inf,,,1
  171. ehidkbd.inf,,,1
  172. ehidjoy.inf,,,1
  173.  
  174. [DBCHUB.AddReg]
  175. HKR,,DevLoader,,*NTKERN
  176. HKR,,NTMPDriver,,usbhub.sys
  177.  
  178.  
  179. [DBCHUB.CopyFiles]
  180. usbhub.sys
  181. dbclass.sys
  182. dbfilter.sys
  183.  
  184. [DBCHUB.DelFiles]
  185.  
  186.  
  187. [HUB.AddReg]
  188. HKR,,DevLoader,,*NTKERN
  189. HKR,,NTMPDriver,,usbhub.sys
  190.  
  191. [Power.AddReg]
  192. HKR,,EnumPropPages,,"sysclass.dll,USBHubPropPage"
  193.  
  194. [Composite.DelReg]
  195. HKR,,EnumPropPages
  196.  
  197. [HUB.CopyFiles]
  198. ;copied during host controller install, don't need to copy during hub install
  199. ;usbhub.sys
  200.  
  201. [HUB.DelFiles]
  202.  
  203. [ControlFlags]
  204. ;ExcludeFromSelect=*
  205.  
  206. ;[DestinationDirs]
  207. ;DefaultDestDir = 11                     ; System directory
  208.  
  209. [Strings]
  210. USBClassName="Universal Serial Bus controllers"
  211.  
  212. Generic.Mfg="(Standard USB Host Controller)"
  213. PCI\CC_0C0310.DeviceDesc="Standard OpenHCI USB Host Controller"
  214. PCI\CC_0C0300.DeviceDesc="Standard Universal PCI to USB Host Controller"
  215. USB\ROOT_HUB.DeviceDesc="USB Root Hub"
  216. USB\ROOT_HUB_DBC.DeviceDesc="USB Root Hub with Device Bay ports"
  217. USB\COMPOSITE.DeviceDesc="USB Composite Device"
  218.  
  219. Intel.Mfg="Intel"
  220. PCI\VEN_8086&DEV_24C2.DeviceDesc="Intel(R) 82801DB/DBM USB Universal Host Controller - 24C2 "
  221. PCI\VEN_8086&DEV_24C4.DeviceDesc="Intel(R) 82801DB/DBM USB Universal Host Controller - 24C4 "
  222. PCI\VEN_8086&DEV_24C7.DeviceDesc="Intel(R) 82801DB/DBM USB Universal Host Controller - 24C7 "
  223.  
  224. USB\UNKNOWN.DeviceDesc="Unknown Device"
  225.  
  226.  
  227. ; Copyright (c) 1999-2000 Intel Corporation
  228. ; Copyright (c) 1993-1998 Microsoft Corporation
  229.  
  230. ; ************************************************************
  231. ; Intel is making no claims of usability, efficacy or 
  232. ; warranty.  
  233. ; ************************************************************
  234. ; Information in this document is provided in connection with 
  235. ; Intel products.  No license, express or implied, by estoppel 
  236. ; or otherwise, to any intellectual property rights is granted 
  237. ; by this document.  Intel assumes no liability whatsoever, 
  238. ; and Intel disclaims any express or implied warranty, 
  239. ; relating to sale and/or use of Intel products including 
  240. ; liability or warranties relating to fitness for a particular 
  241. ; purpose, merchantability, or infringement of any patent, 
  242. ; copyright or other intellectual property right.  Intel 
  243. ; products are not intended for use in medical, life saving, 
  244. ; or life sustaining applications.
  245.  
  246. ; ************************************************************
  247. ; Intel Corporation disclaims all warranties and liabilities 
  248. ; for the use of this document and the information contained 
  249. ; herein, and assumes no responsibility for any errors which 
  250. ; may appear in this document, nor does Intel make a 
  251. ; commitment to update the information contained herein. Intel 
  252. ; reserves the right to make changes to this document at any 
  253. ; time, without notice.
  254. ; ************************************************************
  255. ; ************************************************************
  256.  
  257. ; * Third-party brands and names are the property of their 
  258. ; respective owners.
  259.  
  260.