gtmff.inf Driver File Contents (SlipStream_Drivers.zip)

; =============================================================================
; GlobeTrotter 3G+
;
; Copyright (c) 2007 Option N.V.
; =============================================================================

; -----------------------------------------------------------------------------
; Version
; -----------------------------------------------------------------------------

; Vista & Win2000 & WinXP


[Version]
Signature="$WINDOWS NT$"
ClassGUID={4d36e971-e325-11ce-bfc1-08002be10318}
Class=MultiFunction
Provider=%Option%
DriverVer = 02/03/2007,3.3.1.1
CatalogFile=gtmff.cat

; -----------------------------------------------------------------------------
; Destination paths
; -----------------------------------------------------------------------------

[DestinationDirs]
DefaultDestDir = 12

; -----------------------------------------------------------------------------
; Manufacturers & devices
; -----------------------------------------------------------------------------

[Manufacturer]
%Option%=Option.Section

[Option.Section]
"GlobeTrotter Module 3G+ Flip-Flop Bus" 	=GTMFF.Install,OPTIONBUS\GTM_FF
"GlobeTrotter Module 3G+ Flip-Flop Bus" 	=GTVFF.Install,OPTIONBUS\GTV_FF
"GlobeTrotter HSDPA Flip-Flop Bus"      	=GTFFF.Install,OPTIONBUS\GTF_FF
"GlobeTrotter Module HSDPA Flip-Flop Bus"      	=GTSFF.Install,OPTIONBUS\GTS_FF
"GlobeTrotter HSDPA HSUPA Flip-Flop Bus"	=GTEFF.Install,OPTIONBUS\GTE_FF
"GlobeTrotter Module HSDPA HSUPA Flip-Flop Bus"	=GTEMFF.Install,OPTIONBUS\GTEM_FF


; -----------------------------------------------------------------------------
; Install sections for GTMFF
; -----------------------------------------------------------------------------

[GTMFF.Install.NT]
CopyFiles=GTFF.CopyList

[GTMFF.Install.NT.Services]
AddService=GTFFBUS,0x00000002,GTFFBUS.DriverService
AddService=GTPTSER,0x00000000,GTPTSER.DriverService

[GTMFF.Install.NT.HW]
AddReg=GTMFF.AddRegNT.HW

[GTMFF.AddRegNT.HW]
HKR,,"LowerFilters",0x00010000,"GTPTSER"
HKR,,ExtraDeviceName,,"gtmffbus"
HKR,,ExtraNetDevId,,"GTM_FF_NET"
HKR,,ExtraSerDevId,,"GTM_FF_SER"

; -----------------------------------------------------------------------------
; Install sections for GTVFF
; -----------------------------------------------------------------------------

[GTVFF.Install.NT]
CopyFiles=GTFF.CopyList

[GTVFF.Install.NT.Services]
AddService=GTFFBUS,0x00000002,GTFFBUS.DriverService
AddService=GTPTSER,0x00000000,GTPTSER.DriverService

[GTVFF.Install.NT.HW]
AddReg=GTVFF.AddRegNT.HW

[GTVFF.AddRegNT.HW]
HKR,,"LowerFilters",0x00010000,"GTPTSER"
HKR,,ExtraDeviceName,,"gtvffbus"
HKR,,ExtraNetDevId,,"GTV_FF_NET"
HKR,,ExtraSerDevId,,"GTV_FF_SER"

; -----------------------------------------------------------------------------
; Install sections for GTFFF
; -----------------------------------------------------------------------------

[GTFFF.Install.NT]
CopyFiles=GTFF.CopyList

[GTFFF.Install.NT.Services]
AddService=GTFFBUS,0x00000002,GTFFBUS.DriverService
AddService=GTPTSER,0x00000000,GTPTSER.DriverService

[GTFFF.Install.NT.HW]
AddReg=GTFFF.AddRegNT.HW

[GTFFF.AddRegNT.HW]
HKR,,"LowerFilters",0x00010000,"GTPTSER"
HKR,,ExtraDeviceName,,"gtfffbus"
HKR,,ExtraNetDevId,,"GTF_FF_NET"
HKR,,ExtraSerDevId,,"GTF_FF_SER"

; -----------------------------------------------------------------------------
; Install sections for GTSFF
; -----------------------------------------------------------------------------

[GTSFF.Install.NT]
CopyFiles=GTFF.CopyList

[GTSFF.Install.NT.Services]
AddService=GTFFBUS,0x00000002,GTFFBUS.DriverService
AddService=GTPTSER,0x00000000,GTPTSER.DriverService

[GTSFF.Install.NT.HW]
AddReg=GTSFF.AddRegNT.HW

[GTSFF.AddRegNT.HW]
HKR,,"LowerFilters",0x00010000,"GTPTSER"
HKR,,ExtraDeviceName,,"gtsffbus"
HKR,,ExtraNetDevId,,"GTS_FF_NET"
HKR,,ExtraSerDevId,,"GTS_FF_SER"

; -----------------------------------------------------------------------------
; Install sections for GTEFF
; -----------------------------------------------------------------------------

[GTEFF.Install.NT]
CopyFiles=GTFF.CopyList

[GTEFF.Install.NT.Services]
AddService=GTFFBUS,0x00000002,GTFFBUS.DriverService
AddService=GTPTSER,0x00000000,GTPTSER.DriverService

[GTEFF.Install.NT.HW]
AddReg=GTEFF.AddRegNT.HW

[GTEFF.AddRegNT.HW]
HKR,,"LowerFilters",0x00010000,"GTPTSER"
HKR,,ExtraDeviceName,,"gtfffbus"
HKR,,ExtraNetDevId,,"GTE_FF_NET"
HKR,,ExtraSerDevId,,"GTE_FF_SER"

; -----------------------------------------------------------------------------
; Install sections for GTEMFF
; -----------------------------------------------------------------------------

[GTEMFF.Install.NT]
CopyFiles=GTFF.CopyList

[GTEMFF.Install.NT.Services]
AddService=GTFFBUS,0x00000002,GTFFBUS.DriverService
AddService=GTPTSER,0x00000000,GTPTSER.DriverService

[GTEMFF.Install.NT.HW]
AddReg=GTEMFF.AddRegNT.HW

[GTEMFF.AddRegNT.HW]
HKR,,"LowerFilters",0x00010000,"GTPTSER"
HKR,,ExtraDeviceName,,"gtmffbus"
HKR,,ExtraNetDevId,,"GTEM_FF_NET"
HKR,,ExtraSerDevId,,"GTEM_FF_SER"

;------------------------------------------------------------------------------
; Common sections
;------------------------------------------------------------------------------

[GTPTSER.DriverService]
DisplayName   = "GT PT SER"
ServiceType   = 1
StartType     = 3
ErrorControl  = 1
ServiceBinary = %12%\gtptser.sys

[GTFFBUS.DriverService]
DisplayName   = "GT FF BUS"
ServiceType   = 1
StartType     = 3
ErrorControl  = 1
ServiceBinary = %12%\gtffbus.sys

; --- General -----------------------------------------------------------------

[GTFF.CopyList]
gtffbus.sys,,,2
gtptser.sys,,,2

; -----------------------------------------------------------------------------
; Source files & media
; -----------------------------------------------------------------------------

[SourceDisksNames]
1=%Installation_disk%,,,

[SourceDisksFiles]
gtffbus.sys=1
gtptser.sys=1

; -----------------------------------------------------------------------------
; Strings
; -----------------------------------------------------------------------------

[Strings]
Option="Option"
Installation_disk="GlobeTrotter 3G+ installation disk"

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: web3, load: 1.62