home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / drivers / pack1 / files / infinst_autol.exe / data1.cab / AllFiles / win98se / ich6usb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2004-05-07  |  7.6 KB  |  260 lines

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