g2kdigit.inf Driver File Contents (g09.exe)

;-------------------------------------------------------------------------------------
; Hardwarefile for Genius Digital Joystick
;
;-------------------------------------------------------------------------------------

[Version]
Signature=$WINDOWS NT$
Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%Provider%
LayoutFile=layout.inf

[DestinationDirs]
CopyFileSys.NT= 12
CopyFilesSYS = 12
DefaultDestDir = 12

[ControlFlags]
ExcludeFromSelect = Gameport\Flight2kF23Pro
ExcludeFromSelect = Gameport\Flight2kF31D
ExcludeFromSelect = Gameport\Flight2kG09
ExcludeFromSelect = Gameport\Flight2kSpeedWheel2
ExcludeFromSelect = Gameport\Flight2kG08

[Manufacturer]
%Manufacturer%=Genius

[Genius]
%DescAuto% = Flight2k.Install,       Gameport\Flight2kDevice
%DescF23%  = Flight2k.Install,       Gameport\Flight2kF23Pro
%DescF31D% = Flight2k.Install,       Gameport\Flight2kF31D
%DescG09%  = Flight2k.Install,       Gameport\Flight2kG09
%DescG08%  = GameDevice2kG08.Install,   Gameport\Flight2kG08 
%DescSpeedWheel2% = GameDevice2kSP2.Install,      Gameport\Flight2kSpeedWheel2

[GameDevice2kG08.Install.NT.HW]
DelReg = GameDevice2k.Install.NT.DelReg

[GameDevice2kSP2.Install.NT.HW]
DelReg = GameDevice2k.Install.NT.DelReg

[Flight2k.Install.NT]
CopyFiles = CopyFilesSYS, CopyFilesDLL
AddReg = Flight2kDevice.AddReg, Flight2kF23.AddReg, Flight2kF31D.AddReg, Flight2kG09.AddReg

[GameDevice2kG08.Install.NT]
CopyFiles = CopyFilesSYS, CopyFilesDLL
AddReg = Flight2kG08.AddReg

[GameDevice2kSP2.Install.NT]
CopyFiles = CopyFilesSYS, CopyFilesDLL
AddReg = Flight2kSpeedWheel2.AddReg

[Flight2kDevice.AddReg]
HKLM,%KEY_OEM%\VID_0458&PID_3010,OEMName,0,%DescAuto%
HKLM,%KEY_OEM%\VID_0458&PID_3010,OEMData,1,00,00,00,00,00,00,00,00
HKLM,%KEY_OEM%\VID_0458&PID_3010,OEMHardwareID,,"Gameport\Flight2kDevice"


;-------------------------------------------------------------------------------------
; Digital mode only installation
;-------------------------------------------------------------------------------------
[Flight2kF23.AddReg]
HKLM,%KEY_OEM%\VID_0458&PID_3011,OEMName,0,%DescF23%
HKLM,%KEY_OEM%\VID_0458&PID_3011,OEMData,1,03,00,08,10,08,00,00,00
HKLM,%KEY_OEM%\VID_0458&PID_3011,OEMHardwareID,,"Gameport\Flight2kF23Pro"

[Flight2kF31D.AddReg]
HKLM,%KEY_OEM%\VID_0458&PID_3012,OEMName,0,%DescF31D%
HKLM,%KEY_OEM%\VID_0458&PID_3012,OEMData,1,03,00,08,10,0a,00,00,00
HKLM,%KEY_OEM%\VID_0458&PID_3012,OEMHardwareID,,"Gameport\Flight2kF31D"

[Flight2kG09.AddReg]
HKLM,%KEY_OEM%\VID_0458&PID_3013,OEMName,0,%DescG09%
HKLM,%KEY_OEM%\VID_0458&PID_3013,OEMData,1,20,00,00,10,0a,00,00,00
HKLM,%KEY_OEM%\VID_0458&PID_3013,OEMHardwareID,,"Gameport\Flight2kG09"

[Flight2kG08.AddReg]
HKLM,%KEY_OEM%,GJgameport,0x00010001,0x2
HKLM,%KEY_OEM%\VID_0458&PID_3004,OEMName,,%DescG08%
HKLM,%KEY_OEM%\VID_0458&PID_3004,OEMData,1,00,00,00,00,08,00,00,00
HKLM,%KEY_OEM%\VID_0458&PID_3004,OEMHardwareID,,"Gameport\Flight2kG08"

[Flight2kSpeedWheel2.AddReg]
HKLM,%KEY_OEM%,GJgameport,0x00010001,0x20
HKLM,%KEY_OEM%\VID_0458&PID_3005,OEMName,,%DescSpeedWheel2%
HKLM,%KEY_OEM%\VID_0458&PID_3005,OEMData,1,00,00,00,00,06,00,00,00
HKLM,%KEY_OEM%\VID_0458&PID_3005,OEMHardwareID,,"Gameport\Flight2kSpeedWheel2"

[Flight2k.Install.NT.Services]
AddService = Flight2kDevice,0x00000002,GamePort_Service_Inst

[GameDevice2kG08.Install.NT.Services]
AddService = GameDevice2k,0x00000002,GamePorts_Service_Inst

[GameDevice2kSP2.Install.NT.Services]
AddService = GameDevice2k,0x00000002,GamePorts_Service_Inst

[GamePort_Service_Inst]
DisplayName     = %DescAuto%
ServiceType     = 1                  ; SERVICE_KERNEL_DRIVER
StartType       = 3                  ; SERVICE_DEMAND_START
ErrorControl    = 0                  ; SERVICE_ERROR_IGNORE
ServiceBinary   = %10%\system32\drivers\g2kgame.sys
LoadOrderGroup  = Extended Base

[GamePorts_Service_Inst]
DisplayName     = %DescGame%
ServiceType     = 1                  ; SERVICE_KERNEL_DRIVER
StartType       = 3                  ; SERVICE_DEMAND_START
ErrorControl    = 0                  ; SERVICE_ERROR_IGNORE
ServiceBinary   = %10%\system32\drivers\ghgame.sys
LoadOrderGroup  = Extended Base

[GameDevice2k.Install.NT.DelReg]
HKLM,%KEY_OEM%,,GJgameport

[CopyFileSys.NT]
g2kgame.sys
ghgame.sys

[CopyFilesSYS]
HIDGame.sys
HidClass.sys
HidParse.sys

[CopyFilesDLL]
Hid.dll


[Strings]
DescAuto="Genius Game Device (F-23,F-31D,G-09)"
DescGame="Genius Game Device"
DescF23 ="Genius F23 Pro"
DescF31D="Genius F31D"
DescG09 ="Genius G09 GamePad"
DescG08 ="Genius G08 GamePad"
DescSpeedWheel2 ="Genius Speed Wheel 2"
Provider="Genius"
SvcDesc = "Digital Game Device Driver"
Manufacturer="Genius"
KEY_OEM ="System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM"

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web4, load: 1.27