home *** CD-ROM | disk | FTP | other *** search
/ Image Master / L80.iso / Win98 / PRECOPY2.CAB / usb.inf < prev    next >
Encoding:
INI File  |  1998-05-11  |  17.8 KB  |  587 lines

  1.  
  2.  
  3. ; USB.INF  -- This file contains descriptions of all the HDC (USB controller)
  4. ;
  5. ;*** Created 10/2/95  (Creation Date)
  6.  
  7. [Version]
  8. CatalogFile=usb.cat
  9. signature="$CHICAGO$"
  10. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  11. Class=USB
  12. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  13. Provider=%Msft%
  14.  
  15. [DestinationDirs]
  16. USB.DelFiles=11
  17. USBMON.DelFiles=11
  18. USBINF.DelFiles=17
  19. DefaultDestDir=10,system32\drivers
  20.  
  21. ; =================== Class Sections ===========================
  22.  
  23. [ClassInstall]
  24. Addreg=USBClassReg
  25.  
  26. [USBClassReg]
  27. HKR,,,,%USBClassName%
  28. HKR,,Icon,,-20
  29.  
  30.  
  31. ; =================== Table of content =========================
  32.  
  33. [Manufacturer]
  34. %Generic.Mfg%=Generic.Section
  35. %Microsoft.Mfg%=Microsoft.Section
  36. %GenericHub.Mfg%=GenericHub.Section
  37. %Compaq.Mfg%=Compaq.Section
  38. %Intel.Mfg%=Intel.Section
  39. %Kawatsu.Mfg%=Kawatsu.Section
  40. %Cherry.Mfg%=Cherry.Section
  41. %Altec.Mfg%=Altec.Section
  42. %Telex.Mfg%=Telex.Section
  43. %Dallas.Mfg%=Dallas.Section
  44. %NMB.Mfg%=NMB.Section
  45. %STSL.Mfg%=STSL.Section
  46. %SUPGERGATE.Mfg%=SUPGERGATE.Section
  47. %Iiyama.Mfg%=Iiyama.Section
  48. %Samsung.Mfg%=Samsung.Section
  49. %CTX.Mfg%=CTX.Section
  50. %LiteOn.Mfg%=LiteOn.Section
  51. %Winbond.Mfg%=Winbond.Section
  52. %MultiVideoLabs.Mfg%=MultiVideoLabs.Section
  53. %Sand.Mfg%=Sand.Section
  54. %TI.Mfg%=TI.Section
  55. %Philips.Mfg%=Philips.Section
  56. %NEC.Mfg%=NEC.Section
  57. %PLX.Mfg%=PLX.Section
  58. %VIA.Mfg%=VIA.Section
  59. %CMD.Mfg%=CMD.Section
  60. %NatSemi.Mfg%=NatSemi.Section
  61. %SIS.Mfg%=SIS.Section
  62. %ACER.Mfg%=ACER.Section
  63. %OPTi.Mfg%=OPTi.Section
  64. %FTA.Mfg%=FTA.Section
  65. %CATC.Mfg%=CATC.Section
  66. %Symbios.Mfg%=Symbios.Section
  67. %Sony.Mfg%=Sony.Section
  68. %Sejin.Mfg%=Sejin.Section
  69. %EIZO.Mfg%=EIZO.Section
  70. %KeyTronic.Mfg%=KeyTronic.Section
  71. %Chicony.Mfg%=Chicony.Section
  72. %BTC.Mfg%=BTC.Section
  73. %Forward.Mfg%=Forward.Section
  74. %SolidYear.Mfg%=SolidYear.Section
  75. %LabTec.Mfg%=LabTec.Section
  76. %Silitek.Mfg%=Silitek.Section
  77.  
  78. ; =================== Generic ==================================
  79.  
  80. [Generic.Section]
  81. %PCI\CC_0C0310.DeviceDesc%=OpenHCD.Dev,PCI\CC_0C0310
  82. %PCI\CC_0C0300.DeviceDesc%=UniversalHCD.Dev,PCI\CC_0C0300
  83. %USB\ROOT_HUB.DeviceDesc%=StandardHub.Dev,USB\ROOT_HUB
  84. %USB\UKNOWN.DeviceDesc%=BADDEVICE,USB\UNKNOWN
  85.  
  86. %USB\COMPOSITE.DeviceDesc%=StandardHub.Dev,USB\COMPOSITE
  87.  
  88. ; --------------------------------------------------------------
  89.  
  90. [BADDEVICE]
  91. CopyFiles=
  92.  
  93. [BADDEVICE.hw]
  94. AddReg=Host.FailInstall
  95.  
  96. [Host.FailInstall]
  97. ; on enumeration disable the device
  98. HKR,,ConfigFlags,1,01,00,00,00
  99.  
  100.  
  101. ; --------------------------------------------------------------
  102. ; Special case for broken NEC part
  103.  
  104. [NECOHCI.Dev]
  105. AddReg=NECOHCI.AddReg, USB.AddReg
  106. CopyFiles=NECOHCI.CopyFiles,USB.CopyFiles
  107. DelFiles=USB.DelFiles
  108.  
  109. [NECOHCI.AddReg]
  110. HKR,,NTMPDriver,,openhci.sys
  111. HKR,,SlowBulk,0x10001,00,00,00,01
  112.  
  113. [NECOHCI.CopyFiles]
  114. openhci.sys
  115.  
  116. ; --------------------------------------------------------------
  117.  
  118. [OpenHCD.Dev]
  119. AddReg=OpenHCD.AddReg, USB.AddReg
  120. CopyFiles=OpenHCD.CopyFiles,USB.CopyFiles
  121. DelFiles=USB.DelFiles
  122.  
  123. [OpenHCD.AddReg]
  124. HKR,,NTMPDriver,,openhci.sys
  125. ;HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages"
  126.  
  127. [OpenHCD.CopyFiles]
  128. openhci.sys
  129.  
  130. ; --------------------------------------------------------------
  131.  
  132. [UniversalHCD.Dev]
  133. AddReg=UniversalHCD.AddReg, USB.AddReg
  134. CopyFiles=UniversalHCD.CopyFiles,USB.CopyFiles
  135. DelFiles=USB.DelFiles
  136.  
  137. [UniversalHCD.AddReg]
  138. HKR,,NTMPDriver,,uhcd.sys
  139. ;HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages"
  140.  
  141. [UniversalHCD.CopyFiles]
  142. uhcd.sys
  143.  
  144. ; --------------------------------------------------------------
  145.  
  146. [StandardHub.Dev]
  147. AddReg=Hub.AddReg
  148. CopyFiles=Hub.CopyFiles
  149. DelFiles=Hub.DelFiles,USBINF.DelFiles,USBMON.DelFiles
  150.  
  151. ; =================== Microsoft ===================================
  152.  
  153. [Microsoft.Section]
  154. %USB\VID_045E&PID_0014.DeviceDesc%=StandardHub.Dev,USB\VID_045E&PID_0014
  155.  
  156. ; =================== Compaq ===================================
  157.  
  158. [Compaq.Section]
  159. %PCI\VEN_0E11&DEV_A0F8.DeviceDesc%=OpenHCD.Dev,PCI\VEN_0E11&DEV_A0F8
  160.  
  161. ; =================== Intel ====================================
  162.  
  163. [Intel.Section]
  164. %PCI\VEN_8086&DEV_7020.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_7020
  165. %PCI\VEN_8086&DEV_7112.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_7112
  166. %PCI\VEN_8086&DEV_7602.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_7602
  167. %USB\VID_8086&PID_9303.DeviceDesc%=StandardHub.Dev,USB\VID_8086&PID_9303
  168. %USB\VID_042B&PID_9316.DeviceDesc%=StandardHub.Dev,USB\VID_042B&PID_9316
  169.  
  170. ; =================== Kawatsu - now KC Tech ===========================
  171.  
  172. [Kawatsu.Section]
  173. %USB\VID_050F&PID_0001.DeviceDesc%=StandardHub.Dev,USB\VID_050F&PID_0001
  174.  
  175. ; =================== Cherry ===========================
  176.  
  177. [Cherry.Section]
  178. %USB\VID_046A&PID_0003.DeviceDesc%=StandardHub.Dev,USB\VID_046A&PID_0003
  179.  
  180. ; =================== Altec Lansing ===========================
  181.  
  182. [Altec.Section]
  183. %USB\VID_04D2&PID_FF47.DeviceDesc%=StandardHub.Dev,USB\VID_04D2&PID_FF47
  184. %USB\VID_04D2&PID_FF49.DeviceDesc%=StandardHub.Dev,USB\VID_04D2&PID_FF49
  185.  
  186. ; =================== Telex Lansing ===========================
  187.  
  188. [Telex.Section]
  189. %USB\VID_0562&PID_0000.DeviceDesc%=StandardHub.Dev,USB\VID_0562&PID_0000
  190.  
  191. ; =================== Dallas ==================================
  192. [Dallas.Section]
  193. %USB\VID_04FA&PID_4201.DeviceDesc%=StandardHub.Dev,USB\VID_04FA&PID_4201
  194.  
  195. ; =================== NMB ===========================
  196.  
  197. [NMB.Section]
  198. %USB\VID_0446&PID_6781.DeviceDesc%=StandardHub.Dev,USB\VID_0446&PID_6781
  199.  
  200. ; =================== STSL ===========================
  201.  
  202. [STSL.Section]
  203. %USB\VID_05FA&PID_3303.DeviceDesc%=StandardHub.Dev,USB\VID_05FA&PID_3303
  204.  
  205. ; =================== SUPGERGATE ===========================
  206.  
  207. [SUPGERGATE.Section]
  208. %USB\VID_05d5&PID_6782.DeviceDesc%=StandardHub.Dev,USB\VID_05d5&PID_6782
  209.  
  210. ; =================== Iiyama ==================================
  211.  
  212. [Iiyama.Section]
  213. %USB\VID_04E1&PID_0201.DeviceDesc%=StandardHub.Dev,USB\VID_04E1&PID_0201
  214.  
  215. ; =================== Samsung ==================================
  216.  
  217. [Samsung.Section]
  218. %USB\VID_0419&PID_8001.DeviceDesc%=StandardHub.Dev,USB\VID_0419&PID_8001
  219. %USB\VID_055D&PID_8001.DeviceDesc%=StandardHub.Dev,USB\VID_055D&PID_8001
  220.  
  221. ; =================== CTX ==================================
  222.  
  223. [CTX.Section]
  224. %USB\VID_0698&PID_9999.DeviceDesc%=StandardHub.Dev,USB\VID_0698&PID_9999
  225.  
  226. ; =================== LiteOn ==================================
  227.  
  228. [LiteOn.Section]
  229. %USB\VID_04CA&PID_9304.DeviceDesc%=StandardHub.Dev,USB\VID_04CA&PID_9304
  230.  
  231. ; =================== Winbond ==================================
  232.  
  233. [Winbond.Section]
  234. %USB\VID_0416&PID_0101.DeviceDesc%=StandardHub.Dev,USB\VID_0416&PID_0101
  235.  
  236. ; =================== MultiVideoLabs ==================================
  237.  
  238. [MultiVideoLabs.Section]
  239. %USB\VID_04a8&PID_0101.DeviceDesc%=StandardHub.Dev,USB\VID_04a8&PID_0101
  240.  
  241. ; =================== Sand ==================================
  242.  
  243. [Sand.Section]
  244. %USB\VID_0405&PID_0000.DeviceDesc%=StandardHub.Dev,USB\VID_0405&PID_0000
  245.  
  246. ; =================== TI ==================================
  247.  
  248. [TI.Section]
  249. %USB\VID_0451&PID_1446.DeviceDesc%=StandardHub.Dev,USB\VID_0451&PID_1446
  250.  
  251. ; =================== CATC ==================================
  252.  
  253. [CATC.Section]
  254. %USB\VID_0423&PID_1237.DeviceDesc%=StandardHub.Dev,USB\VID_0423&PID_1237
  255.  
  256. ; =================== SONY ==================================
  257.  
  258. [Sony.Section]
  259. %USB\VID_054C&PID_0001.DeviceDesc%=StandardHub.Dev,USB\VID_054C&PID_0001
  260. %USB\VID_054C&PID_0002.DeviceDesc%=StandardHub.Dev,USB\VID_054C&PID_0002
  261.  
  262. ; =================== Fujitsu ==================================
  263.  
  264. [FTA.Section]
  265. %USB\VID_0430&PID_36BA.DeviceDesc%=StandardHub.Dev,USB\VID_0430&PID_36BA
  266. %USB\VID_0430&PID_0002.DeviceDesc%=StandardHub.Dev,USB\VID_0430&PID_0002
  267.  
  268. ; =================== Philips ==================================
  269.  
  270. [Philips.Section]
  271. %USB\VID_0471&PID_0201.DeviceDesc%=StandardHub.Dev,USB\VID_0471&PID_0201
  272. %USB\VID_0471&PID_0101.DeviceDesc%=StandardHub.Dev,USB\VID_0471&PID_0101
  273. %USB\VID_0471&PID_0402.DeviceDesc%=StandardHub.Dev,USB\VID_0471&PID_0101
  274. %USB\VID_0471&PID_0601.DeviceDesc%=StandardHub.Dev,USB\VID_0471&PID_0601
  275. %USB\VID_0471&PID_0700.DeviceDesc%=StandardHub.Dev,USB\VID_0471&PID_0700
  276.  
  277. ; =================== NEC ==================================
  278. [NEC.Section]
  279. %USB\VID_0409&PID_55AA.DeviceDesc%=StandardHub.Dev,USB\VID_0409&PID_55AA
  280. %PCI\VEN_1033&DEV_0035.DeviceDesc%=NECOHCI.Dev,PCI\VEN_1033&DEV_0035
  281. %USB\VID_0409&PID_0011.DeviceDesc%=StandardHub.Dev,USB\VID_0409&PID_0011
  282. %USB\VID_0409&PID_0014.DeviceDesc%=StandardHub.Dev,USB\VID_0409&PID_0014
  283. ;%USB\VID_03EB&PID_3311.DeviceDesc%=StandardHub.Dev,USB\VID_03EB&PID_3311
  284.  
  285. ; =================== CMD ==================================
  286.  
  287. [CMD.Section]
  288. ;%PCI\VEN_1095&DEV_0670.DeviceDesc%=OpenHCD.Dev,PCI\VEN_1095&DEV_0670
  289. %PCI\VEN_1095&DEV_0670&REV_04.DeviceDesc%=BADDEVICE,PCI\VEN_1095&DEV_0670&REV_04
  290. ;%PCI\VEN_1095&DEV_0673.DeviceDesc%=OpenHCD.Dev,PCI\VEN_1095&DEV_0673
  291.  
  292. ; =================== NatSemi ==================================
  293.  
  294. [NatSemi.Section]
  295. %PCI\VEN_100B&DEV_0012.DeviceDesc%=OpenHCD.Dev,PCI\VEN_100B&DEV_0012
  296. %USB\VID_0400&PID_1237.DeviceDesc%=StandardHub.Dev,USB\VID_0400&PID_1237
  297.  
  298. ; =================== SIS ======================================
  299.  
  300. [SIS.Section]
  301. %PCI\VEN_1039&DEV_7001.DeviceDesc%=OpenHCD.Dev,PCI\VEN_1039&DEV_7001
  302.  
  303. [ACER.Section]
  304. %PCI\VEN_10B9&DEV_5237.DeviceDesc%=OpenHCD.Dev,PCI\VEN_10B9&DEV_5237
  305. %USB\VID_04A5&PID_0003.DeviceDesc%=StandardHub.Dev,USB\VID_04A5&PID_0003
  306.  
  307. ; =================== OPTi=====================================
  308.  
  309. [OPTi.Section]
  310. %PCI\VEN_1045&DEV_C861.DeviceDesc%=OpenHCD.Dev,PCI\VEN_1045&DEV_C861
  311.  
  312. ; =================== Symbios==================================
  313.  
  314. [Symbios.Section]
  315. %PCI\VEN_1000&DEV_0901.DeviceDesc%=OpenHCD.Dev,PCI\VEN_1000&DEV_0901
  316.  
  317. ; =================== Sejin ==================================
  318. [Sejin.Section]
  319. %USB\VID_0510&PID_1000.DeviceDesc%=StandardHub.Dev,USB\VID_0510&PID_1000
  320.  
  321. ; =================== EIZO ==================================
  322. [EIZO.Section]
  323. %USB\VID_056D&PID_0000.DeviceDesc%=StandardHub.Dev,USB\VID_056D&PID_0000
  324.  
  325. ; =================== LabTec ==================================
  326. [LabTec.Section]
  327. %USB\VID_0672&PID_1041.DeviceDesc%=StandardHub.Dev,USB\VID_0672&PID_1041
  328.  
  329. ; =================== Silitek ==================================
  330. [Silitek.Section]
  331. %USB\VID_047B&PID_0002.DeviceDesc%=StandardHub.Dev,USB\VID_047B&PID_0002
  332.  
  333. ; =================== Generic HUB ==================================
  334. [GenericHub.Section]
  335. %USB\CLASS_09&SUBCLASS_01.DeviceDesc%=StandardHub.Dev,USB\CLASS_09&SUBCLASS_01
  336. %USB\CLASS_09.DeviceDesc%=StandardHub.Dev,USB\CLASS_09
  337.  
  338.  
  339. ; =================== PLX ======================================
  340.  
  341. [PLX.Section]
  342. %PCI\VEN_10B5&DEV_9060.DeviceDesc%=PLX.Dev,PCI\VEN_10B5&DEV_9060
  343.  
  344. [PLX.Dev]
  345. AddReg=PLX.AddReg, USB.AddReg
  346. CopyFiles=PLX.CopyFiles
  347.  
  348. [PLX.AddReg]
  349. HKR,,NTMPDriver,,pcspeak.sys
  350.  
  351. [PLX.CopyFiles]
  352. pcspeak.sys
  353.  
  354.  
  355. ; =================== VIA ====================================
  356.  
  357. [VIA.Section]
  358. %PCI\VEN_1106&DEV_3038.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_1106&DEV_3038
  359.  
  360. ; =================== KeyTronic ==============================
  361. [KeyTronic.Section]
  362. %USB\VID_03F9&PID_0102.DeviceDesc%=StandardHub.Dev,USB\VID_03F9&PID_0102
  363.  
  364. ; =================== Chicony ================================
  365. [Chicony.Section]
  366. %USB\VID_04F2&PID_0001.DeviceDesc%=StandardHub.Dev,USB\VID_04F2&PID_0001
  367.  
  368. ; =================== BTC ====================================
  369. [BTC.Section]
  370. %USB\VID_046E&PID_6782.DeviceDesc%=StandardHub.Dev,USB\VID_046E&PID_6782
  371.  
  372. ; =================== Forward ================================
  373. [Forward.Section]
  374. %USB\VID_05BC&PID_0001.DeviceDesc%=StandardHub.Dev,USB\VID_05BC&PID_0001
  375.  
  376. ; =================== SolidYear ==============================
  377. [SolidYear.Section]
  378. %USB\VID_060B&PID_2101.DeviceDesc%=StandardHub.Dev,USB\VID_060B&PID_2101
  379.  
  380.  
  381. ; =================== Global ==================================
  382.  
  383. [USB.AddReg]
  384. HKR,,DevLoader,,*NTKERN
  385.  
  386. [USB.CopyFiles]
  387. usbd.sys
  388. usbhub.sys
  389.  
  390. [USB.DelFiles]
  391. usbhub.sys,,,1
  392. openhci.sys,,,1
  393. uhcd.sys,,,1
  394. usbd.sys,,,1
  395. usbcamd.sys,,,1
  396. imagecls.sys,,,1
  397. hcd.vxd,,,1
  398. usbd.vxd,,,1
  399. usb_enum.vxd,,,1
  400. vtaishid.vxd,,,1
  401. tmusb.sys,,,1
  402. taishid.sys,,,1
  403.  
  404. [USBMON.DelFiles]
  405. mondrv.sys,,,1
  406. mondll.dll,,,1
  407.  
  408. [USBINF.DelFiles]
  409. propext.inf,,,1
  410. tmusb.inf,,,1
  411. ehidmous.inf,,,1
  412. ehidkbd.inf,,,1
  413. ehidjoy.inf,,,1
  414.  
  415. [HUB.AddReg]
  416. HKR,,DevLoader,,*NTKERN
  417. HKR,,NTMPDriver,,usbhub.sys
  418.  
  419. [HUB.CopyFiles]
  420. usbhub.sys
  421.  
  422. [HUB.DelFiles]
  423.  
  424. [ControlFlags]
  425. ;ExcludeFromSelect=*
  426.  
  427. ;[DestinationDirs]
  428. ;DefaultDestDir = 11                     ; System directory
  429.  
  430. [Strings]
  431. Msft="Microsoft"
  432. USBClassName="Universal serial bus controller"
  433.  
  434. Generic.Mfg="(Standard USB Host Controller)"
  435. PCI\CC_0C0310.DeviceDesc="Standard OpenHCD USB Host Controller"
  436. PCI\CC_0C0300.DeviceDesc="Standard Universal PCI to USB Host Controller"
  437. USB\ROOT_HUB.DeviceDesc="USB Root Hub"
  438. USB\COMPOSITE.DeviceDesc="USB Composite Device"
  439.  
  440. Microsoft.Mfg="Microsoft"
  441. USB\VID_045E&PID_0014.DeviceDesc="Microsoft Digital Sound System Composite Device"
  442.  
  443. Compaq.Mfg="Compaq"
  444. PCI\VEN_0E11&DEV_A0F8.DeviceDesc="Compaq PCI to USB Open Host Controller"
  445.  
  446. FTA.Mfg="Fujitsu"
  447. USB\VID_0430&PID_36BA.DeviceDesc="Fujitsu USB Bus Powered Hub"
  448. USB\VID_0430&PID_0002.DeviceDesc="Fujitsu USB Composite Device"
  449.  
  450. Intel.Mfg="Intel"
  451. PCI\VEN_8086&DEV_7020.DeviceDesc="Intel 82371SB PCI to USB Universal Host Controller"
  452. PCI\VEN_8086&DEV_7112.DeviceDesc="Intel 82371AB/EB PCI to USB Universal Host Controller"
  453. PCI\VEN_8086&DEV_7602.DeviceDesc="Intel 82372FB PCI to USB Universal Host Controller"
  454. USB\VID_8086&PID_9303.DeviceDesc="Intel 8x930Hx USB Hub"
  455. USB\VID_042B&PID_9316.DeviceDesc="Intel 8x931Hx Customer Hub"
  456.  
  457. Kawatsu.Mfg="KC Technology"
  458. USB\VID_050F&PID_0001.DeviceDesc="KC Technology USB Hub"
  459.  
  460. Cherry.Mfg="CHERRY GmbH"
  461. USB\VID_046A&PID_0003.DeviceDesc="Cherry GmbH USB-Hub"
  462.  
  463. Altec.Mfg="Altec Lansing"
  464. USB\VID_04D2&PID_FF47.DeviceDesc="Altec Lansing Composite USB Device"
  465. USB\VID_04D2&PID_FF49.DeviceDesc="Altec Lansing Composite USB Device"
  466.  
  467. Telex.Mfg="Telex"
  468. USB\VID_0562&PID_0000.DeviceDesc="Telex Composite USB Device"
  469.  
  470. Dallas.Mfg="Dallas Semiconductor"
  471. USB\VID_04FA&PID_4201.DeviceDesc="Generic USB Composite Device"
  472.  
  473. NMB.Mfg="NMB"
  474. USB\VID_0446&PID_6781.DeviceDesc="NMB Composite USB Device"
  475.  
  476. STSL.Mfg="STSL"
  477. USB\VID_05FA&PID_3303.DeviceDesc="STSL Composite USB Device"
  478.  
  479. SUPGERGATE.Mfg="SUPGERGATE"
  480. USB\VID_05d5&PID_6782.DeviceDesc="SUPGERGATE Composite USB Device"
  481.  
  482. Iiyama.Mfg="Iiyama"
  483. USB\VID_04E1&PID_0201.DeviceDesc="Iiyama USB Hub"
  484.  
  485. Samsung.Mfg="Samsung"
  486. USB\VID_0419&PID_8001.DeviceDesc="Samsung USB Hub"
  487. USB\VID_055D&PID_8001.DeviceDesc="Samsung E.M. USB Hub"
  488.  
  489. CTX.Mfg="CTX"
  490. USB\VID_0698&PID_9999.DeviceDesc="CTX USB Hub"
  491.  
  492. LiteOn.Mfg="LiteOn"
  493. USB\VID_04CA&PID_9304.DeviceDesc="Lite On USB Hub"
  494.  
  495. Winbond.Mfg="Winbond"
  496. USB\VID_0416&PID_0101.DeviceDesc="Winbond USB Hub"
  497.  
  498. MultiVideoLabs.Mfg="MultiVideo Labs"
  499. USB\VID_04a8&PID_0101.DeviceDesc="MultiVideo Labs USB Hub"
  500.  
  501. Sand.Mfg="Sand"
  502. USB\VID_0405&PID_0000.DeviceDesc="Sand USB Hub"
  503.  
  504. TI.Mfg="TI"
  505. USB\VID_0451&PID_1446.DeviceDesc="General purpose USB Hub"
  506.  
  507. CATC.Mfg="Computer Access Technology Corporation"
  508. USB\VID_0423&PID_1237.DeviceDesc="Computer Access Technology Corporation USB Hub"
  509.  
  510. Sony.Mfg="SONY Corporation"
  511. USB\VID_054C&PID_0001.DeviceDesc="Sony USB HUB"
  512. USB\VID_054C&PID_0002.DeviceDesc="Standard USB HUB"
  513.  
  514. Philips.Mfg="Philips"
  515. USB\VID_0471&PID_0201.DeviceDesc="Philips USB Hub"
  516. USB\VID_0471&PID_0101.DeviceDesc="Philips Composite USB Device"
  517. USB\VID_0471&PID_0402.DeviceDesc="Philips Semiconductors CICT Composite USB Device"
  518. USB\VID_0471&PID_0601.DeviceDesc="Philips Composite USB Device"
  519. USB\VID_0471&PID_0700.DeviceDesc="Philips Semiconductors CICT USB Hub"
  520.  
  521. NEC.Mfg="NEC"
  522. USB\VID_0409&PID_55AA.DeviceDesc="NEC USB Hub"
  523. PCI\VEN_1033&DEV_0035.DeviceDesc="NEC PCI to USB Open Host Controller"
  524. USB\VID_0409&PID_0014.DeviceDesc="NEC Composite USB Device"
  525. USB\VID_0409&PID_0011.DeviceDesc="NEC Composite USB Device"
  526.  
  527. CMD.Mfg="CMD Technology"
  528. PCI\VEN_1095&DEV_0670&REV_04.DeviceDesc="Rev 04 CMD USB controller not supported by Microsoft"
  529.  
  530. NatSemi.Mfg="National Semiconductor"
  531. PCI\VEN_100B&DEV_0012.DeviceDesc="National Semiconductor PCI to USB Open Host Controller"
  532. USB\VID_0400&PID_1237.DeviceDesc="National Semiconductor USB Hub"
  533.  
  534. SIS.Mfg="Silicon Integrated Systems"
  535. PCI\VEN_1039&DEV_7001.DeviceDesc="SiS 7001 PCI to USB Open Host Controller"
  536.  
  537. ACER.Mfg="ACER Labs Inc."
  538. PCI\VEN_10B9&DEV_5237.DeviceDesc="ALi PCI to USB Open Host Controller"
  539. USB\VID_04A5&PID_0003.DeviceDesc="API Composite USB Device"
  540.  
  541. Sejin.Mfg="Sejin"
  542. USB\VID_0510&PID_1000.DeviceDesc="Sejin Composite USB Device"
  543.  
  544. EIZO.Mfg="EIZO"
  545. USB\VID_056D&PID_0000.DeviceDesc="EIZO USB Hub"
  546.  
  547. LabTec.Mfg="Labtec"
  548. USB\VID_0672&PID_1041.DeviceDesc="Labtec USB Composite Device"
  549.  
  550. Silitek.Mfg="Silitek"
  551. USB\VID_047B&PID_0002.DeviceDesc="Silitek USB Composite Device"
  552.  
  553. GenericHub.Mfg="(Generic USB Hub)"
  554. USB\CLASS_09&SUBCLASS_01.DeviceDesc="Generic USB Hub"
  555. USB\CLASS_09.DeviceDesc="Generic USB Hub"
  556.  
  557.  
  558. PLX.Mfg="PLX Technology"
  559. PCI\VEN_10B5&DEV_9060.DeviceDesc="PLX USB Test Board"
  560.  
  561.  
  562. VIA.Mfg="VIA Technologies"
  563. PCI\VEN_1106&DEV_3038.DeviceDesc="VIA VT83C572/VT82C586 PCI to USB Universal Host Controller"
  564.  
  565. OPTi.MFG="OPTi"
  566. PCI\VEN_1045&DEV_C861.DeviceDesc="OPTi 82C861 PCI to USB Open Host Controller"
  567.  
  568. Symbios.Mfg="Symbios Logic"
  569. PCI\VEN_1000&DEV_0901.DeviceDesc="Symbios Logic SYM61C102 USB Host Controller"
  570.  
  571. KeyTronic.Mfg="Key Tronic"
  572. USB\VID_03F9&PID_0102.DeviceDesc="Key Tronic Composite USB Device"
  573.  
  574. Chicony.Mfg="Chicony"
  575. USB\VID_04F2&PID_0001.DeviceDesc="Chicony Composite USB Device"
  576.  
  577. BTC.Mfg="BTC"
  578. USB\VID_046E&PID_6782.DeviceDesc="BTC Composite USB Device"
  579.  
  580. Forward.Mfg="Forward"
  581. USB\VID_05BC&PID_0001.DeviceDesc="Forward Composite USB Device"
  582.  
  583. SolidYear.Mfg="Solid Year"
  584. USB\VID_060B&PID_2101.DeviceDesc="Solid Year Composite USB Device"
  585.  
  586. USB\UKNOWN.DeviceDesc="Unknown Device"
  587.