home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / gameport.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  6.9 KB  |  110 lines

  1. ; gameport.inf - Hooks up known gameports with a NULL service.
  2. ;                Displays a name so the user can understand the device
  3. ;                is not supported out of the box.
  4. ; This avoids the '!' in device manager.
  5. ;
  6. ; Copyright (C) Microsoft Corporation.  All rights reserved.
  7. ;
  8. [Version]
  9. Signature="$WINDOWS NT$"
  10. Class=MEDIA
  11. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  12. Provider=%MSFT%
  13. LayoutFile=layout.inf
  14. DriverVer=06/21/2006,6.0.6001.18000
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir = 12
  18.  
  19. [Manufacturer]
  20. %StdMfg%=Standard
  21. %AztechLabs%=AztechLabs
  22. %CHProducts%=CHProducts
  23. %CreativeLabs%=CreativeLabs
  24. %Crystal%=Crystal
  25. %ESS%=ESS
  26. %MediaVision%=MediaVision
  27. %NeoMagic%=NeoMagic
  28. %ThrustMaster%=ThrustMaster
  29. %Yamaha%=Yamaha
  30.  
  31.  
  32. [Standard]
  33. %PNPB02F.DeviceDesc%=STUB_GAMEPORT, *PNPB02F ; an IBM standard joystick port
  34.  
  35. [AztechLabs]
  36. %AztechLabsPort.DeviceDesc%=STUB_GAMEPORT, *AZT0003
  37. %AztechLabsPort.DeviceDesc%=STUB_GAMEPORT, *AZT3001
  38.  
  39. [CHProducts]
  40. %CHProductsPort.DeviceDesc%=STUB_GAMEPORT,,*PNPB02F
  41.  
  42. [CreativeLabs]
  43. %CreativeLabsPort.DeviceDesc%=STUB_GAMEPORT, *CTL7001
  44. %CreativeLabsPort.DeviceDesc%=STUB_GAMEPORT, *CTL7002
  45. %CreativeLabsPort.DeviceDesc%=STUB_GAMEPORT, *CTL7005
  46.  
  47. [Crystal]
  48. %CrystalPort.DeviceDesc%=STUB_GAMEPORT, *CSC0001
  49. %CrystalPort.DeviceDesc%=STUB_GAMEPORT, *CSC0101
  50.  
  51. [ESS]
  52. %ESSPort.DeviceDesc%=STUB_GAMEPORT, *ESS0005
  53. %ESSPort.DeviceDesc%=STUB_GAMEPORT,,*PNPB02F
  54.  
  55. [MediaVision]
  56. %MediaVisionPort.DeviceDesc%=STUB_GAMEPORT, MF\PNPB00D_Dev2
  57. %MediaVisionPort.DeviceDesc%=STUB_GAMEPORT, MF\PNPB00E_Dev3
  58. %MediaVisionPort.DeviceDesc%=STUB_GAMEPORT, MF\PNPB019_Dev2
  59.  
  60.  
  61. [NeoMagic]
  62. %PNPB02F.DeviceDesc%=STUB_GAMEPORT, *NMX2220
  63.  
  64. [ThrustMaster]
  65. %ThrustMasterLowPort.DeviceDesc%=STUB_GAMEPORT,,*PNPB02F
  66. %ThrustMasterHighPort.DeviceDesc%=STUB_GAMEPORT,,*PNPB02F
  67.  
  68. [Yamaha]
  69. %YamahaPort.DeviceDesc%=STUB_GAMEPORT, *YMH0006
  70. %YamahaPort.DeviceDesc%=STUB_GAMEPORT, *YMH0022
  71.  
  72. [STUB_GAMEPORT.NT]
  73. DriverVer = 4/11/2006, 1.0
  74.  
  75. [STUB_GAMEPORT.NT.Services]
  76. AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install
  77.  
  78. [Strings]
  79. SPSVCINST_ASSOCSERVICE= 0x00000002
  80. MSFT = "Microsoft"
  81. ;
  82. ;  Game card manufacturers
  83. ;
  84. StdMfg                       = "Generic"
  85. AztechLabs                   = "Aztech Systems"
  86. CreativeLabs                 = "Creative Technology Ltd."
  87. Crystal                      = "Crystal Semiconductor"
  88. CHProducts                   = "CH Products Game Ports"
  89. ESS                          = "ESS Technology, Inc."
  90. MediaVision                  = "MediaVision Inc."
  91. NeoMagic                     = "NeoMagic Corporation"
  92. ThrustMaster                 = "ThrustMaster"
  93. Yamaha                       = "Yamaha"
  94.  
  95. ;
  96. ;  Device descriptions for known game ports
  97. ;
  98. PNPB02F.DeviceDesc              = "Unsupported Standard Game Port"
  99. AztechLabsPort.DeviceDesc       = "Unsupported Game Port for Aztech"
  100. CreativeLabsPort.DeviceDesc     = "Unsupported Game Port for Creative "
  101. CHProductsPort.DeviceDesc       = "Unsupported Game port for CH Products Gamecard 3"
  102. CrystalPort.DeviceDesc          = "Unsupported Crystal WDM Game Port"
  103. ESSPort.DeviceDesc              = "Unsupported Game port for ESS"
  104. MediaVisionPort.DeviceDesc      = "Unsupported Game port for MediaVision"
  105. ThrustMasterLowPort.DeviceDesc  = "Unsupported Game port for Thrustmaster ACM (first port)"
  106. ThrustMasterHighPort.DeviceDesc = "Unsupported Game port for Thrustmaster ACM (second port)"
  107. YamahaPort.DeviceDesc           = "Unsupported Game port for Yamaha"
  108.  
  109.  
  110.