home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / gameport.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  7KB  |  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. [DestinationDirs]
  16. DefaultDestDir = 12
  17. [Manufacturer]
  18. %StdMfg%=Standard
  19. %AztechLabs%=AztechLabs
  20. %CHProducts%=CHProducts
  21. %CreativeLabs%=CreativeLabs
  22. %Crystal%=Crystal
  23. %ESS%=ESS
  24. %MediaVision%=MediaVision
  25. %NeoMagic%=NeoMagic
  26. %ThrustMaster%=ThrustMaster
  27. %Yamaha%=Yamaha
  28. [Standard]
  29. %PNPB02F.DeviceDesc%=STUB_GAMEPORT, *PNPB02F ; an IBM standard joystick port
  30. [AztechLabs]
  31. %AztechLabsPort.DeviceDesc%=STUB_GAMEPORT, *AZT0003
  32. %AztechLabsPort.DeviceDesc%=STUB_GAMEPORT, *AZT3001
  33. [CHProducts]
  34. %CHProductsPort.DeviceDesc%=STUB_GAMEPORT,,*PNPB02F
  35. [CreativeLabs]
  36. %CreativeLabsPort.DeviceDesc%=STUB_GAMEPORT, *CTL7001
  37. %CreativeLabsPort.DeviceDesc%=STUB_GAMEPORT, *CTL7002
  38. %CreativeLabsPort.DeviceDesc%=STUB_GAMEPORT, *CTL7005
  39. [Crystal]
  40. %CrystalPort.DeviceDesc%=STUB_GAMEPORT, *CSC0001
  41. %CrystalPort.DeviceDesc%=STUB_GAMEPORT, *CSC0101
  42. [ESS]
  43. %ESSPort.DeviceDesc%=STUB_GAMEPORT, *ESS0005
  44. %ESSPort.DeviceDesc%=STUB_GAMEPORT,,*PNPB02F
  45. [MediaVision]
  46. %MediaVisionPort.DeviceDesc%=STUB_GAMEPORT, MF\PNPB00D_Dev2
  47. %MediaVisionPort.DeviceDesc%=STUB_GAMEPORT, MF\PNPB00E_Dev3
  48. %MediaVisionPort.DeviceDesc%=STUB_GAMEPORT, MF\PNPB019_Dev2
  49. [NeoMagic]
  50. %PNPB02F.DeviceDesc%=STUB_GAMEPORT, *NMX2220
  51. [ThrustMaster]
  52. %ThrustMasterLowPort.DeviceDesc%=STUB_GAMEPORT,,*PNPB02F
  53. %ThrustMasterHighPort.DeviceDesc%=STUB_GAMEPORT,,*PNPB02F
  54. [Yamaha]
  55. %YamahaPort.DeviceDesc%=STUB_GAMEPORT, *YMH0006
  56. %YamahaPort.DeviceDesc%=STUB_GAMEPORT, *YMH0022
  57. [STUB_GAMEPORT.NT]
  58. DriverVer = 4/11/2006, 1.0
  59. [STUB_GAMEPORT.NT.Services]
  60. AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install
  61. [Strings]
  62. SPSVCINST_ASSOCSERVICE= 0x00000002
  63. MSFT = "Microsoft"
  64. ;
  65. ;  Game card manufacturers
  66. ;
  67. StdMfg                       = "Generic"
  68. AztechLabs                   = "Aztech Systems"
  69. CreativeLabs                 = "Creative Technology Ltd."
  70. Crystal                      = "Crystal Semiconductor"
  71. CHProducts                   = "CH Products Game Ports"
  72. ESS                          = "ESS Technology, Inc."
  73. MediaVision                  = "MediaVision Inc."
  74. NeoMagic                     = "NeoMagic Corporation"
  75. ThrustMaster                 = "ThrustMaster"
  76. Yamaha                       = "Yamaha"
  77. ;
  78. ;  Device descriptions for known game ports
  79. ;
  80. PNPB02F.DeviceDesc              = "Unsupported Standard Game Port"
  81. AztechLabsPort.DeviceDesc       = "Unsupported Game Port for Aztech"
  82. CreativeLabsPort.DeviceDesc     = "Unsupported Game Port for Creative "
  83. CHProductsPort.DeviceDesc       = "Unsupported Game port for CH Products Gamecard 3"
  84. CrystalPort.DeviceDesc          = "Unsupported Crystal WDM Game Port"
  85. ESSPort.DeviceDesc              = "Unsupported Game port for ESS"
  86. MediaVisionPort.DeviceDesc      = "Unsupported Game port for MediaVision"
  87. ThrustMasterLowPort.DeviceDesc  = "Unsupported Game port for Thrustmaster ACM (first port)"
  88. ThrustMasterHighPort.DeviceDesc = "Unsupported Game port for Thrustmaster ACM (second port)"
  89. YamahaPort.DeviceDesc           = "Unsupported Game port for Yamaha"