Leaked source code of windows server 2003
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=10/14/1999,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. %PCI\CC_0C0320.DeviceDesc%=EHCI.Dev,PCI\CC_0C0320
  73. %USB\ROOT_HUB.DeviceDesc%=ROOTHUB.Dev,USB\ROOT_HUB
  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. AddReg=EHCI.AddReg.NT
  94. CopyFiles=EHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT,HCCOIN.CopyFiles.NT
  95. DelFiles=USB.DelFiles.NT,HCCOIN.Delfiles.NT
  96. [EHCI.AddReg.NT]
  97. HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
  98. HKR,,Controller,1,01
  99. [EHCI.CopyFiles.NT]
  100. usbehci.sys
  101. usbport.sys
  102. [EHCI.Dev.NT.Services]
  103. AddService = usbehci, 0x00000002, EHCI.AddService
  104. [EHCI.AddService]
  105. DisplayName = %EHCIMP.SvcDesc%
  106. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  107. StartType = 3 ; SERVICE_DEMAND_START
  108. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  109. ServiceBinary = %12%\usbehci.sys
  110. LoadOrderGroup = Base
  111. [EHCI.Dev.NT.CoInstallers]
  112. CopyFiles=HCCOIN.CopyFiles.NT
  113. AddReg=EHCI.CoInstallers_AddReg
  114. [EHCI.CoInstallers_AddReg]
  115. HKR,,CoInstallers32,0x00010000,"hccoin.dll,HCCOIN_Entry"
  116. [EHCI.UnsupportedDev.NT]
  117. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  118. DeviceUpgradeUnsupported=1
  119. [EHCI.UnsupportedDev.NT.Services]
  120. AddService = , 0x00000002 ; null service install
  121. ; --------------------------------------------------------------
  122. ; OHCI
  123. ; --------------------------------------------------------------
  124. ; For Win95...
  125. [OHCI.Dev]
  126. AddReg=OHCI.AddReg, USB.AddReg
  127. CopyFiles=OHCI.CopyFiles,USB.CopyFiles
  128. DelFiles=USB.DelFiles
  129. [OHCI.AddReg]
  130. HKR,,NTMPDriver,,usbohci.sys
  131. HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider"
  132. [OHCI.CopyFiles]
  133. usbohci.sys
  134. usbport.sys
  135. ; For Windows NT...
  136. [OHCI.Dev.NT]
  137. AddReg=OHCI.AddReg.NT
  138. CopyFiles=OHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT
  139. DelFiles=USB.DelFiles.NT
  140. [OHCI.AddReg.NT]
  141. HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
  142. HKR,,Controller,1,01
  143. [OHCI.CopyFiles.NT]
  144. usbohci.sys
  145. usbport.sys
  146. [OHCI.Dev.NT.Services]
  147. AddService = usbohci, 0x00000002, OHCI.AddService
  148. DelService = openhci
  149. [OHCI.AddService]
  150. DisplayName = %OHCIMP.SvcDesc%
  151. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  152. StartType = 3 ; SERVICE_DEMAND_START
  153. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  154. ServiceBinary = %12%\usbohci.sys
  155. LoadOrderGroup = Base
  156. [OHCI.UnsupportedDev.NT]
  157. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  158. DeviceUpgradeUnsupported=1
  159. [OHCI.UnsupportedDev.NT.Services]
  160. AddService = , 0x00000002 ; null service install
  161. ;
  162. ; OHCI core flavors
  163. ;
  164. [OHCI_HYDRA.Dev.NT]
  165. Needs=OHCI.Dev.NT
  166. AddReg=OHCI_HYDRA.AddReg.NT
  167. [OHCI_HYDRA.AddReg.NT]
  168. ;hydra flavor
  169. HKR,,"HcFlavor",0x00010001,101
  170. [OHCI_HYDRA.Dev.NT.Services]
  171. Needs=OHCI.Dev.NT.Services
  172. [OHCI_NEC.Dev.NT]
  173. Needs=OHCI.Dev.NT
  174. AddReg=OHCI_NEC.AddReg.NT
  175. [OHCI_NEC.AddReg.NT]
  176. ;nec flavor
  177. HKR,,"HcFlavor",0x00010001,102
  178. [OHCI_NEC.Dev.NT.Services]
  179. Needs=OHCI.Dev.NT.Services
  180. [OHCI_NOCC.Dev.NT]
  181. Needs=OHCI.Dev.NT
  182. AddReg=OHCI_NOCC.AddReg.NT
  183. [OHCI_NOCC.AddReg.NT]
  184. ;nec companion, disable cc detect
  185. HKR,,"Usb2cc",0x00010001,-1
  186. [OHCI_NOCC.Dev.NT.Services]
  187. Needs=OHCI.Dev.NT.Services
  188. ; --------------------------------------------------------------
  189. ; UHCI
  190. ; --------------------------------------------------------------
  191. ; For Win95...
  192. [UHCI.Dev]
  193. AddReg=OHCI.AddReg, USB.AddReg
  194. CopyFiles=UHCI.CopyFiles,USB.CopyFiles
  195. DelFiles=USB.DelFiles
  196. [UHCI.AddReg]
  197. HKR,,NTMPDriver,,usbuhci.sys
  198. HKR,,EnumPropPages,,"usbui.dll,USBControllerPropPageProvider"
  199. [UHCI.CopyFiles]
  200. usbuhci.sys
  201. usbport.sys
  202. ; For Windows NT...
  203. [UHCI.Dev.NT]
  204. AddReg=UHCI.AddReg.NT
  205. CopyFiles=UHCI.CopyFiles.NT,USBUI.CopyFiles.NT,USB.CopyFiles.NT
  206. DelFiles=USB.DelFiles.NT
  207. [UHCI.AddReg.NT]
  208. HKR,,EnumPropPages32,,"usbui.dll,USBControllerPropPageProvider"
  209. HKR,,Controller,1,01
  210. [UHCI.CopyFiles.NT]
  211. usbuhci.sys
  212. usbport.sys
  213. [UHCI.Dev.NT.Services]
  214. AddService = usbuhci, 0x00000002, UHCI.AddService
  215. DelService = uhcd
  216. [UHCI.AddService]
  217. DisplayName = %UHCIMP.SvcDesc%
  218. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  219. StartType = 3 ; SERVICE_DEMAND_START
  220. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  221. ServiceBinary = %12%\usbuhci.sys
  222. LoadOrderGroup = Base
  223. [UHCI.UnsupportedDev.NT]
  224. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  225. DeviceUpgradeUnsupported=1
  226. DelReg=UHCI.UnsupportedDev.DelReg.NT
  227. [UHCI.UnsupportedDev.NT.Services]
  228. AddService = , 0x00000002 ; null service install
  229. [UHCI.UnsupportedDev.DelReg.NT]
  230. HKLM,"System\CurrentControlSet\Control\CriticalDeviceDatabase\PCI#CC_0C0300"
  231. ; --------------------------------------------------------------
  232. ; USB ROOT HUB
  233. ; --------------------------------------------------------------
  234. [ROOTHUB.Dev.NT]
  235. CopyFiles=Hub20.CopyFiles.NT
  236. DelFiles=Hub20.DelFiles,USBINF.DelFiles.NT,USBMON.DelFiles.NT
  237. AddReg=ROOTHUB.AddReg.NT
  238. [ROOTHUB.AddReg.NT]
  239. HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider"
  240. [ROOTHUB.Dev.NT.Services]
  241. AddService = usbhub, 0x00000002, ROOTHUB.AddService
  242. [ROOTHUB.AddService]
  243. DisplayName = %ROOTHUB.SvcDesc%
  244. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  245. StartType = 3 ; SERVICE_DEMAND_START
  246. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  247. ServiceBinary = %12%\usbhub.sys
  248. LoadOrderGroup = Base
  249. [ACER.Section]
  250. %PCI\VEN_10B9&DEV_5237&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_10B9&DEV_5237&CC_0C0310
  251. ; =================== AMD ===================================
  252. [AMD.Section]
  253. %PCI\VEN_1022&DEV_740C&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1022&DEV_740C&CC_0C0310
  254. ; =================== CMD ==================================
  255. [CMD.Section]
  256. %PCI\VEN_1095&DEV_0670&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1095&DEV_0670&CC_0C0310
  257. %PCI\VEN_1095&DEV_0673&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1095&DEV_0673&CC_0C0310
  258. ; =================== Compaq ===================================
  259. [Compaq.Section]
  260. %PCI\VEN_0E11&DEV_A0F8&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_0E11&DEV_A0F8&CC_0C0310
  261. ; =================== Cypress ===================================
  262. [Cypress.Section]
  263. %PCI\VEN_1080&DEV_C693&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1080&DEV_C693&CC_0C0310
  264. ; =================== Intel ====================================
  265. [Intel.Section]
  266. %PCI\VEN_8086&DEV_2412&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2412&CC_0C0300
  267. %PCI\VEN_8086&DEV_2422&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2422&CC_0C0300
  268. %PCI\VEN_8086&DEV_2442&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2442&CC_0C0300
  269. %PCI\VEN_8086&DEV_2444&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_2444&CC_0C0300
  270. %PCI\VEN_8086&DEV_7020&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7020&CC_0C0300
  271. %PCI\VEN_8086&DEV_7112&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7112&CC_0C0300
  272. %PCI\VEN_8086&DEV_719A&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_719A&CC_0C0300
  273. %PCI\VEN_8086&DEV_7602&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_7602&CC_0C0300
  274. %PCI\VEN_8086&DEV_24C2&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C2&CC_0C0300
  275. %PCI\VEN_8086&DEV_24C4&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C4&CC_0C0300
  276. %PCI\VEN_8086&DEV_24C7&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_8086&DEV_24C7&CC_0C0300
  277. %PCI\VEN_8086&DEV_24CD&CC_0C0320.DeviceDesc%=EHCI.Dev,PCI\VEN_8086&DEV_24CD&CC_0C0320
  278. ; =================== Lucent ==================================
  279. [Lucent.Section]
  280. %PCI\VEN_11C1&DEV_5801&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5801&CC_0C0310
  281. %PCI\VEN_11C1&DEV_5802&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5802&CC_0C0310
  282. %PCI\VEN_11C1&DEV_5803&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_11C1&DEV_5803&CC_0C0310
  283. ; =================== Microsoft ===================================
  284. [Microsoft.Section]
  285. ; =================== NEC ==================================
  286. [NEC.Section]
  287. %PCI\VEN_1033&DEV_0035&CC_0C0310.DeviceDesc%=OHCI_NEC.Dev,PCI\VEN_1033&DEV_0035&CC_0C0310
  288. %PCI\VEN_1033&DEV_0035&REV_02.DeviceDesc%=OHCI_NEC.Dev,PCI\VEN_1033&DEV_0035&REV_02
  289. %PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41.DeviceDesc%=OHCI_NOCC.Dev,PCI\VEN_1033&DEV_0035&SUBSYS_00011179&REV_41
  290. ;USB2 Companion
  291. %PCI\VEN_1033&DEV_0035&REV_41.DeviceDesc%=OHCI.Dev,PCI\VEN_1033&DEV_0035&REV_41
  292. ;USB2 controllers
  293. %PCI\VEN_1033&DEV_00E0&REV_01.DeviceDesc%=EHCI.Dev,PCI\VEN_1033&DEV_00E0&REV_01
  294. %PCI\VEN_1033&DEV_00E0&REV_02.DeviceDesc%=EHCI.Dev,PCI\VEN_1033&DEV_00E0&REV_02
  295. ; =================== OPTi =====================================
  296. [OPTi.Section]
  297. %PCI\VEN_1045&DEV_C861&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1045&DEV_C861&CC_0C0310
  298. ; =================== Philips =====================================
  299. [Philips.Section]
  300. ; =================== Reliance =====================================
  301. [Reliance.Section]
  302. %PCI\VEN_1166&DEV_0220&CC_0C0310.DeviceDesc%=OHCI.Dev,PCI\VEN_1166&DEV_0220&CC_0C0310
  303. ; =================== SIS ======================================
  304. [SIS.Section]
  305. %PCI\VEN_1039&DEV_7001&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1039&DEV_7001&CC_0C0310
  306. ; =================== SMSC ======================================
  307. [SMSC.Section]
  308. %PCI\VEN_1055&DEV_9462.DeviceDesc%=OHCI.Dev,PCI\VEN_1055&DEV_9462
  309. ; =================== Symbios ======================================
  310. [Symbios.Section]
  311. %PCI\VEN_1000&DEV_0901&CC_0C0310.DeviceDesc%=OHCI_HYDRA.Dev,PCI\VEN_1000&DEV_0901&CC_0C0310
  312. ; =================== VIA ====================================
  313. [VIA.Section]
  314. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_00
  315. %PCI\VEN_1106&DEV_3038&REV_00.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_00
  316. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_01
  317. %PCI\VEN_1106&DEV_3038&REV_01.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_01
  318. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_02
  319. %PCI\VEN_1106&DEV_3038&REV_02.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_02
  320. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_03
  321. %PCI\VEN_1106&DEV_3038&REV_03.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_03
  322. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_04
  323. %PCI\VEN_1106&DEV_3038&REV_04.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_04
  324. %PCI\VEN_1106&DEV_3038&CC_0C0300.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&CC_0C0300
  325. %PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&SUBSYS_12340925&REV_50
  326. %PCI\VEN_1106&DEV_3038&REV_50.DeviceDesc%=UHCI.Dev,PCI\VEN_1106&DEV_3038&REV_50
  327. ;USB2 controllers
  328. %PCI\VEN_1106&DEV_3104&REV_51.DeviceDesc%=EHCI.Dev,PCI\VEN_1106&DEV_3104&REV_51
  329. ; =================== Global ==================================
  330. [USB.AddReg]
  331. HKR,,DevLoader,,*NTKERN
  332. [USB.CopyFiles]
  333. ;usbd.sys
  334. usbhub.sys
  335. [USB.DelFiles]
  336. usbhub.sys,,,1
  337. openhci.sys,,,1
  338. usbohci.sys,,,1
  339. usbport.sys,,,1
  340. uhcd.sys,,,1
  341. usbd.sys,,,1
  342. imagecls.sys,,,1
  343. hcd.vxd,,,1
  344. usbd.vxd,,,1
  345. usb_enum.vxd,,,1
  346. vtaishid.vxd,,,1
  347. tmusb.sys,,,1
  348. taishid.sys,,,1
  349. usbhub20.sys,,,1
  350. [USB.CopyFiles.NT]
  351. ;usbd.sys
  352. usbhub.sys
  353. [USB.DelFiles.NT]
  354. usbhub.sys,,,1
  355. openhci.sys,,,1
  356. usbohci.sys,,,1
  357. usbport.sys,,,1
  358. uhcd.sys,,,1
  359. usbd.sys,,,1
  360. imagecls.sys,,,1
  361. hcd.vxd,,,1
  362. usbd.vxd,,,1
  363. usb_enum.vxd,,,1
  364. vtaishid.vxd,,,1
  365. tmusb.sys,,,1
  366. taishid.sys,,,1
  367. usbuidll.dll,,,1
  368. usbhub20.sys,,,1
  369. [USBMON.DelFiles]
  370. mondrv.sys,,,1
  371. mondll.dll,,,1
  372. [USBMON.DelFiles.NT]
  373. mondrv.sys,,,1
  374. mondll.dll,,,1
  375. [USBINF.DelFiles]
  376. propext.inf,,,1
  377. tmusb.inf,,,1
  378. ehidmous.inf,,,1
  379. ehidkbd.inf,,,1
  380. ehidjoy.inf,,,1
  381. [USBINF.DelFiles.NT]
  382. propext.inf,,,1
  383. tmusb.inf,,,1
  384. ehidmous.inf,,,1
  385. ehidkbd.inf,,,1
  386. ehidjoy.inf,,,1
  387. [HUB20.AddReg]
  388. HKR,,DevLoader,,*NTKERN
  389. HKR,,NTMPDriver,,usbhub.sys
  390. [HUB20.CopyFiles]
  391. usbhub.sys
  392. usbd.sys
  393. [HUB20.CopyFiles.NT]
  394. usbhub.sys
  395. usbd.sys
  396. [USBUI.CopyFiles.NT]
  397. usbui.dll
  398. [HCCOIN.CopyFiles.NT]
  399. hccoin.dll
  400. [HCCOIN.DelFiles.NT]
  401. hccoin.dll,,,1