Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

503 lines
15 KiB

  1. ; USBPORT.INF -- This file contains descriptions of all the
  2. ; USB Host Controllers that use USBPORT
  3. ;
  4. [Version]
  5. signature="$CHICAGO$"
  6. Class=USB
  7. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  8. Provider=%Msft%
  9. LayoutFile=LAYOUT.INF
  10. DriverVer=6/1/2002,5.00.2152.1
  11. [ControlFlags]
  12. ExcludeFromSelect = *
  13. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00, 0x1
  14. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_01, 0x1
  15. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02, 0x1
  16. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_03, 0x1
  17. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04, 0x1
  18. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_00, 0x1
  19. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01, 0x1
  20. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_02, 0x1
  21. AllowUpgrade = PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03, 0x1
  22. AllowUpgrade = PCI\VEN_1106&DEV_3038&REV_04, 0x1
  23. AllowUpgrade = PCI\VEN_1106&DEV_3038&CC_0C0300, 0x1
  24. [DestinationDirs]
  25. DefaultDestDir=11 ; LDID_SYS
  26. ;
  27. ; For Windows NT, all drivers go into %windir%\system32\drivers. Since
  28. ; there isn't a DIRID (LDID) that represents this path on both NT and Win95,
  29. ; we specify the relative path off of %windir%.
  30. ;
  31. EHCI.CopyFiles.NT = 10, system32\drivers
  32. OHCI.CopyFiles.NT = 10, system32\drivers
  33. UHCI.CopyFiles.NT = 10, system32\drivers
  34. USB.CopyFiles.NT = 10, system32\drivers
  35. USBUI.CopyFiles.NT = 11
  36. HCCOIN.CopyFiles.NT = 11
  37. HUB20.CopyFiles.NT = 10, system32\drivers
  38. ; =================== Class Sections ===========================
  39. [ClassInstall]
  40. Addreg=USBClassReg
  41. [USBClassReg]
  42. HKR,,,,%USBClassName%
  43. HKR,,Icon,,-20
  44. HKR,,NoInstallClass,,1
  45. [ClassInstall32]
  46. Addreg=USBClassReg
  47. ; =================== Table of content =========================
  48. ; note that these are in alphabetical order
  49. ;
  50. [Manufacturer]
  51. %AMD.Mfg%=AMD.Section
  52. %ACER.Mfg%=ACER.Section
  53. %Compaq.Mfg%=Compaq.Section
  54. %CMD.Mfg%=CMD.Section
  55. %Cypress.Mfg%=Cypress.Section
  56. %Generic.Mfg%=Generic.Section
  57. %Intel.Mfg%=Intel.Section
  58. %Lucent.Mfg%=Lucent.Section
  59. %NEC.Mfg%=NEC.Section
  60. %Microsoft.Mfg%=Microsoft.Section
  61. %OPTi.Mfg%=OPTi.Section
  62. %Philips.Mfg%=Philips.Section
  63. %Reliance.Mfg%=Reliance.Section
  64. %SIS.Mfg%=SIS.Section
  65. %SMSC.Mfg%=SMSC.Section
  66. %Symbios.Mfg%=Symbios.Section
  67. %VIA.Mfg%=VIA.Section
  68. ; =================== Generic ==================================
  69. [Generic.Section]
  70. %PCI\CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\CC_0C0300
  71. %PCI\CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\CC_0C0310
  72. %USB\ROOT_HUB.DeviceDesc%=ROOTHUB.Dev,USB\ROOT_HUB
  73. %PCI\CC_0C0320.DeviceDesc%=EHCI.Dev,PCI\CC_0C0320
  74. ; provides backward compatibilty with USB2.0 on WinMe and
  75. ; Windows 2000
  76. %USB\ROOT_HUB20.DeviceDesc%=ROOTHUB.Dev,USB\ROOT_HUB20
  77. ; --------------------------------------------------------------
  78. ; EHCI
  79. ; --------------------------------------------------------------
  80. ; For Win95...
  81. [EHCI.Dev]
  82. AddReg=EHCI.AddReg, USB.AddReg
  83. CopyFiles=OHCI.CopyFiles,USB.CopyFiles
  84. DelFiles=USB.DelFiles
  85. [EHCI.AddReg]
  86. HKR,,NTMPDriver,,usbehci.sys
  87. HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider"
  88. [EHCI.CopyFiles]
  89. usbehci.sys
  90. usbport.sys
  91. ; For Windows NT...
  92. [EHCI.Dev.NT]
  93. DriverVer=06/01/2002,5.1.2600
  94. AddReg=EHCI.AddReg.NT
  95. CopyFiles=EHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT,HCCOIN.CopyFiles.NT
  96. DelFiles=USB.DelFiles.NT
  97. [EHCI.AddReg.NT]
  98. HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
  99. HKR,,Controller,1,01
  100. [EHCI.CopyFiles.NT]
  101. usbehci.sys
  102. usbport.sys
  103. [EHCI.Dev.NT.Services]
  104. AddService = usbehci, 0x00000002, EHCI.AddService
  105. [EHCI.AddService]
  106. DisplayName = %EHCIMP.SvcDesc%
  107. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  108. StartType = 3 ; SERVICE_DEMAND_START
  109. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  110. ServiceBinary = %12%\usbehci.sys
  111. LoadOrderGroup = Base
  112. [EHCI.Dev.NT.CoInstallers]
  113. CopyFiles=HCCOIN.CopyFiles.NT
  114. AddReg=EHCI.CoInstallers_AddReg
  115. [EHCI.CoInstallers_AddReg]
  116. HKR,,CoInstallers32,0x00010000,"hccoin.dll,HCCOIN_Entry"
  117. [EHCI.UnsupportedDev.NT]
  118. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  119. DeviceUpgradeUnsupported=1
  120. [EHCI.UnsupportedDev.NT.Services]
  121. AddService = , 0x00000002 ; null service install
  122. ; --------------------------------------------------------------
  123. ; OHCI
  124. ; --------------------------------------------------------------
  125. ; For Win95...
  126. [OHCI.Dev]
  127. AddReg=OHCI.AddReg, USB.AddReg
  128. CopyFiles=OHCI.CopyFiles,USB.CopyFiles
  129. DelFiles=USB.DelFiles
  130. [OHCI.AddReg]
  131. HKR,,NTMPDriver,,usbohci.sys
  132. HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider"
  133. [OHCI.CopyFiles]
  134. usbohci.sys
  135. usbport.sys
  136. ; For Windows NT...
  137. [OHCI.Dev.NT]
  138. AddReg=OHCI.AddReg.NT
  139. CopyFiles=OHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT
  140. DelFiles=USB.DelFiles.NT
  141. [OHCI.AddReg.NT]
  142. HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
  143. HKR,,Controller,1,01
  144. [OHCI.CopyFiles.NT]
  145. usbohci.sys
  146. usbport.sys
  147. [OHCI.Dev.NT.Services]
  148. AddService = usbohci, 0x00000002, OHCI.AddService
  149. DelService = openhci
  150. [OHCI.AddService]
  151. DisplayName = %OHCIMP.SvcDesc%
  152. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  153. StartType = 3 ; SERVICE_DEMAND_START
  154. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  155. ServiceBinary = %12%\usbohci.sys
  156. LoadOrderGroup = Base
  157. [OHCI.UnsupportedDev.NT]
  158. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  159. DeviceUpgradeUnsupported=1
  160. [OHCI.UnsupportedDev.NT.Services]
  161. AddService = , 0x00000002 ; null service install
  162. ;
  163. ; OHCI core flavors
  164. ;
  165. [OHCI_HYDRA.Dev.NT]
  166. Needs=OHCI.Dev.NT
  167. AddReg=OHCI_HYDRA.AddReg.NT
  168. [OHCI_HYDRA.AddReg.NT]
  169. ;hydra flavor
  170. HKR,,"HcFlavor",0x00010001,101
  171. [OHCI_HYDRA.Dev.NT.Services]
  172. Needs=OHCI.Dev.NT.Services
  173. [OHCI_NEC.Dev.NT]
  174. Needs=OHCI.Dev.NT
  175. AddReg=OHCI_NEC.AddReg.NT
  176. [OHCI_NEC.AddReg.NT]
  177. ;nec flavor
  178. HKR,,"HcFlavor",0x00010001,102
  179. [OHCI_NEC.Dev.NT.Services]
  180. Needs=OHCI.Dev.NT.Services
  181. [OHCI_NOCC.Dev.NT]
  182. Needs=OHCI.Dev.NT
  183. AddReg=OHCI_NOCC.AddReg.NT
  184. [OHCI_NOCC.AddReg.NT]
  185. ;nec companion, disable cc detect
  186. HKR,,"Usb2cc",0x00010001,-1
  187. [OHCI_NOCC.Dev.NT.Services]
  188. Needs=OHCI.Dev.NT.Services
  189. ; --------------------------------------------------------------
  190. ; UHCI
  191. ; --------------------------------------------------------------
  192. ; For Win95...
  193. [UHCI.Dev]
  194. AddReg=OHCI.AddReg, USB.AddReg
  195. CopyFiles=UHCI.CopyFiles,USB.CopyFiles
  196. DelFiles=USB.DelFiles
  197. [UHCI.AddReg]
  198. HKR,,NTMPDriver,,usbuhci.sys
  199. HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider"
  200. [UHCI.CopyFiles]
  201. usbuhci.sys
  202. usbport.sys
  203. ; For Windows NT...
  204. [UHCI.Dev.NT]
  205. AddReg=UHCI.AddReg.NT
  206. CopyFiles=UHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT
  207. DelFiles=USB.DelFiles.NT
  208. [UHCI.AddReg.NT]
  209. HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
  210. HKR,,Controller,1,01
  211. [UHCI.CopyFiles.NT]
  212. usbuhci.sys
  213. usbport.sys
  214. [UHCI.Dev.NT.Services]
  215. AddService = usbuhci, 0x00000002, UHCI.AddService
  216. DelService = uhcd
  217. [UHCI.AddService]
  218. DisplayName = %UHCIMP.SvcDesc%
  219. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  220. StartType = 3 ; SERVICE_DEMAND_START
  221. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  222. ServiceBinary = %12%\usbuhci.sys
  223. LoadOrderGroup = Base
  224. [UHCI.UnsupportedDev.NT]
  225. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  226. DeviceUpgradeUnsupported=1
  227. DelReg=UHCI.UnsupportedDev.DelReg.NT
  228. [UHCI.UnsupportedDev.NT.Services]
  229. AddService = , 0x00000002 ; null service install
  230. [UHCI.UnsupportedDev.DelReg.NT]
  231. HKLM,"System\CurrentControlSet\Control\CriticalDeviceDatabase\PCI#CC_0C0300"
  232. ; --------------------------------------------------------------
  233. ; USB ROOT HUB
  234. ; --------------------------------------------------------------
  235. [ROOTHUB.Dev.NT]
  236. CopyFiles=Hub20.CopyFiles.NT
  237. DelFiles=Hub20.DelFiles,USBINF.DelFiles.NT,USBMON.DelFiles.NT
  238. AddReg=ROOTHUB.AddReg.NT
  239. [ROOTHUB.AddReg.NT]
  240. HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider"
  241. [ROOTHUB.Dev.NT.Services]
  242. AddService = usbhub, 0x00000002, ROOTHUB.AddService
  243. [ROOTHUB.AddService]
  244. DisplayName = %ROOTHUB.SvcDesc%
  245. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  246. StartType = 3 ; SERVICE_DEMAND_START
  247. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  248. ServiceBinary = %12%\usbhub.sys
  249. LoadOrderGroup = Base
  250. [ACER.Section]
  251. %PCI\VEN_10B9&DEV_5237&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_10B9&DEV_5237&CC_0C0310
  252. ; =================== AMD ===================================
  253. [AMD.Section]
  254. %PCI\VEN_1022&DEV_740C&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1022&DEV_740C&CC_0C0310
  255. ; =================== CMD ==================================
  256. [CMD.Section]
  257. %PCI\VEN_1095&DEV_0670&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1095&DEV_0670&CC_0C0310
  258. %PCI\VEN_1095&DEV_0673&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1095&DEV_0673&CC_0C0310
  259. ; =================== Compaq ===================================
  260. [Compaq.Section]
  261. %PCI\VEN_0E11&DEV_A0F8&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_0E11&DEV_A0F8&CC_0C0310
  262. ; =================== Cypress ===================================
  263. [Cypress.Section]
  264. %PCI\VEN_1080&DEV_C693&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1080&DEV_C693&CC_0C0310
  265. ; =================== Intel ====================================
  266. [Intel.Section]
  267. %PCI\VEN_8086&DEV_2412&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2412&CC_0C0300
  268. %PCI\VEN_8086&DEV_2422&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2422&CC_0C0300
  269. %PCI\VEN_8086&DEV_2442&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2442&CC_0C0300
  270. %PCI\VEN_8086&DEV_2444&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2444&CC_0C0300
  271. %PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7020&CC_0C0300
  272. %PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7112&CC_0C0300
  273. %PCI\VEN_8086&DEV_719A&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_719A&CC_0C0300
  274. %PCI\VEN_8086&DEV_7602&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7602&CC_0C0300
  275. %PCI\VEN_8086&DEV_24C2&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C2&CC_0C0300
  276. %PCI\VEN_8086&DEV_24C4&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C4&CC_0C0300
  277. %PCI\VEN_8086&DEV_24C7&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C7&CC_0C0300
  278. %PCI\VEN_8086&DEV_24CD&CC_0C0320.DeviceDesc%=EHCI.Dev,PCI\VEN_8086&DEV_24CD&CC_0C0320
  279. ; =================== Lucent ==================================
  280. [Lucent.Section]
  281. %PCI\VEN_11C1&DEV_5801&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5801&CC_0C0310
  282. %PCI\VEN_11C1&DEV_5802&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5802&CC_0C0310
  283. %PCI\VEN_11C1&DEV_5803&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5803&CC_0C0310
  284. ; =================== Microsoft ===================================
  285. [Microsoft.Section]
  286. ; =================== NEC ==================================
  287. [NEC.Section]
  288. %PCI\VEN_1033&DEV_0035&CC_0C0310.DeviceDesc%=OHCI_NEC.Dev,PCI\VEN_1033&DEV_0035&CC_0C0310
  289. %PCI\VEN_1033&DEV_0035&REV_02.DeviceDesc%=OHCI_NEC.Dev,PCI\VEN_1033&DEV_0035&REV_02
  290. %PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41.DeviceDesc%=OHCI_NOCC.Dev,PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41
  291. ;USB2 Companion
  292. %PCI\VEN_1033&DEV_0035&REV_41.DeviceDesc%=OHCI.Dev,PCI\VEN_1033&DEV_0035&REV_41
  293. ;USB2 controllers
  294. %PCI\VEN_1033&DEV_00E0&REV_01.DeviceDesc%=EHCI.Dev,PCI\VEN_1033&DEV_00E0&REV_01
  295. %PCI\VEN_1033&DEV_00E0&REV_02.DeviceDesc%=EHCI.Dev,PCI\VEN_1033&DEV_00E0&REV_02
  296. ; =================== OPTi =====================================
  297. [OPTi.Section]
  298. %PCI\VEN_1045&DEV_C861&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1045&DEV_C861&CC_0C0310
  299. ; =================== Philips =====================================
  300. [Philips.Section]
  301. ; =================== Reliance =====================================
  302. [Reliance.Section]
  303. %PCI\VEN_1166&DEV_0220&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1166&DEV_0220&CC_0C0310
  304. ; =================== SIS ======================================
  305. [SIS.Section]
  306. %PCI\VEN_1039&DEV_7001&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1039&DEV_7001&CC_0C0310
  307. %PCI\VEN_1039&DEV_7002.DeviceDesc%=EHCI.Dev,PCI\VEN_1039&DEV_7002
  308. ; =================== SMSC ======================================
  309. [SMSC.Section]
  310. %PCI\VEN_1055&DEV_9462.DeviceDesc%=OHCI.Dev,PCI\VEN_1055&DEV_9462
  311. ; =================== Symbios ======================================
  312. [Symbios.Section]
  313. %PCI\VEN_1000&DEV_0901&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1000&DEV_0901&CC_0C0310
  314. ; =================== VIA ====================================
  315. [VIA.Section]
  316. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00
  317. %PCI\VEN_1106&DEV_3038&REV_00.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_00
  318. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01
  319. %PCI\VEN_1106&DEV_3038&REV_01.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_01
  320. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02
  321. %PCI\VEN_1106&DEV_3038&REV_02.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_02
  322. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03
  323. %PCI\VEN_1106&DEV_3038&REV_03.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_03
  324. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04
  325. %PCI\VEN_1106&DEV_3038&REV_04.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_04
  326. %PCI\VEN_1106&DEV_3038&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&CC_0C0300
  327. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50
  328. %PCI\VEN_1106&DEV_3038&REV_50.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_50
  329. ;USB2 controllers
  330. %PCI\VEN_1106&DEV_3104&REV_51.DeviceDesc%=EHCI.Dev,PCI\VEN_1106&DEV_3104&REV_51
  331. ; =================== Global ==================================
  332. [USB.AddReg]
  333. HKR,,DevLoader,,*NTKERN
  334. [USB.CopyFiles]
  335. ;usbd.sys
  336. usbhub.sys
  337. [USB.DelFiles]
  338. usbhub.sys,,,1
  339. openhci.sys,,,1
  340. usbohci.sys,,,1
  341. usbport.sys,,,1
  342. uhcd.sys,,,1
  343. usbd.sys,,,1
  344. imagecls.sys,,,1
  345. hcd.vxd,,,1
  346. usbd.vxd,,,1
  347. usb_enum.vxd,,,1
  348. vtaishid.vxd,,,1
  349. tmusb.sys,,,1
  350. taishid.sys,,,1
  351. usbhub20.sys,,,1
  352. [USB.CopyFiles.NT]
  353. ;usbd.sys
  354. usbhub.sys
  355. [USB.DelFiles.NT]
  356. usbhub.sys,,,1
  357. openhci.sys,,,1
  358. usbohci.sys,,,1
  359. usbport.sys,,,1
  360. uhcd.sys,,,1
  361. usbd.sys,,,1
  362. imagecls.sys,,,1
  363. hcd.vxd,,,1
  364. usbd.vxd,,,1
  365. usb_enum.vxd,,,1
  366. vtaishid.vxd,,,1
  367. tmusb.sys,,,1
  368. taishid.sys,,,1
  369. usbuidll.dll,,,1
  370. usbhub20.sys,,,1
  371. [USBMON.DelFiles]
  372. mondrv.sys,,,1
  373. mondll.dll,,,1
  374. [USBMON.DelFiles.NT]
  375. mondrv.sys,,,1
  376. mondll.dll,,,1
  377. [USBINF.DelFiles]
  378. propext.inf,,,1
  379. tmusb.inf,,,1
  380. ehidmous.inf,,,1
  381. ehidkbd.inf,,,1
  382. ehidjoy.inf,,,1
  383. [USBINF.DelFiles.NT]
  384. propext.inf,,,1
  385. tmusb.inf,,,1
  386. ehidmous.inf,,,1
  387. ehidkbd.inf,,,1
  388. ehidjoy.inf,,,1
  389. [HUB20.AddReg]
  390. HKR,,DevLoader,,*NTKERN
  391. HKR,,NTMPDriver,,usbhub.sys
  392. [HUB20.CopyFiles]
  393. usbhub.sys
  394. usbd.sys
  395. [HUB20.CopyFiles.NT]
  396. usbhub.sys
  397. usbd.sys
  398. [USBUI.CopyFiles.NT]
  399. usbui.dll
  400. [HCCOIN.CopyFiles.NT]
  401. hccoin.dll