gt72ubus.inf Driver File Contents (SlipStream_Drivers.zip)

; =============================================================================
; 7.2
;
; Copyright (c) 2007 Option N.V.
; =============================================================================


[Version]
Signature="$WINDOWS NT$"
ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
Class=USB
Provider=%Option%
DriverVer=07/09/2007,4.0.0.18
CatalogFile=gt72ubus.cat

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

[DestinationDirs]
DefaultDestDir = 12

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

[Manufacturer]
%Option%=Option.Section,NT.5.1

[Option.Section.NT.5.1]
"GlobeTrotter HSxPA"             =GT72F.Install,USB\VID_0AF0&PID_6711
"GlobeTrotter HSxPA"             =GT72F.Install,USB\VID_0AF0&PID_6731
"GlobeTrotter HSxPA"             =GT72F.Install,USB\VID_0AF0&PID_6751
"GlobeTrotter HSxPA"             =GT72F.Install,USB\VID_0AF0&PID_6771
"GlobeTrotter HSxPA"      	 =GT72F.Install,USB\VID_0AF0&PID_6791
"GlobeTrotter Module HSxPA"      =GT72M.Install,USB\VID_0AF0&PID_6811
"GlobeTrotter Module HSxPA"      =GT72M.Install,USB\VID_0AF0&PID_6831
"GlobeTrotter Module HSxPA"      =GT72S.Install,USB\VID_0AF0&PID_6911
"GlobeTrotter HSxPA"             =GT72V.Install,USB\VID_0AF0&PID_6951
"GlobeTrotter HSxPA"      	 =GT72V.Install,USB\VID_0AF0&PID_6971
"GlobeTrotter HSxPA"       	 =GT72E.Install,USB\VID_0AF0&PID_7011
"GlobeTrotter HSxPA"       	 =GT72E.Install,USB\VID_0AF0&PID_7031
"GlobeTrotter HSxPA"       	 =GT72E.Install,USB\VID_0AF0&PID_7051
"GlobeTrotter HSxPA"       	 =GT72E.Install,USB\VID_0AF0&PID_7071
"GlobeTrotter Module HSxPA"	 =GT72EM.Install,USB\VID_0AF0&PID_7111
"GlobeTrotter Module HSxPA"	 =GT72EM.Install,USB\VID_0AF0&PID_7211
"GlobeTrotter HSxPA"       	 =GT72VU.Install,USB\VID_0AF0&PID_7251
"GlobeTrotter HSxPA"             =GT72V.Install,USB\VID_0AF0&PID_7271
"GlobeTrotter HSxPA"      	 =GT72V.Install,USB\VID_0AF0&PID_7311


[Option.Section]
"GlobeTrotter HSxPA"             =GT72F2K.Install,USB\VID_0AF0&PID_6711
"GlobeTrotter HSxPA"             =GT72F2K.Install,USB\VID_0AF0&PID_6731
"GlobeTrotter HSxPA"             =GT72F2K.Install,USB\VID_0AF0&PID_6751
"GlobeTrotter HSxPA"             =GT72F2K.Install,USB\VID_0AF0&PID_6771
"GlobeTrotter HSxPA"      	 =GT72F2k.Install,USB\VID_0AF0&PID_6791
"GlobeTrotter Module HSxPA"      =GT72M2K.Install,USB\VID_0AF0&PID_6811
"GlobeTrotter Module HSxPA"      =GT72M2K.Install,USB\VID_0AF0&PID_6831
"GlobeTrotter Module HSxPA"      =GT72S2K.Install,USB\VID_0AF0&PID_6911
"GlobeTrotter HSxPA"      	 =GT72V2K.Install,USB\VID_0AF0&PID_6951
"GlobeTrotter HSxPA"      	 =GT72V2K.Install,USB\VID_0AF0&PID_6971
"GlobeTrotter HSxPA"       	 =GT72E2K.Install,USB\VID_0AF0&PID_7011
"GlobeTrotter HSxPA"       	 =GT72E2K.Install,USB\VID_0AF0&PID_7031
"GlobeTrotter HSxPA"       	 =GT72E2K.Install,USB\VID_0AF0&PID_7051
"GlobeTrotter HSxPA"       	 =GT72E2K.Install,USB\VID_0AF0&PID_7071
"GlobeTrotter Module HSxPA"	 =GT72EM2K.Install,USB\VID_0AF0&PID_7111
"GlobeTrotter Module HSxPA"	 =GT72EM2K.Install,USB\VID_0AF0&PID_7211
"GlobeTrotter HSxPA"       	 =GT72VU2K.Install,USB\VID_0AF0&PID_7251
"GlobeTrotter HSxPA"             =GT72V2K.Install,USB\VID_0AF0&PID_7271
"GlobeTrotter HSxPA"      	 =GT72V2K.Install,USB\VID_0AF0&PID_7311

; -----------------------------------------------------------------------------
; Install sections for GT72V, GT72V2K
; -----------------------------------------------------------------------------

; --- WinXP -------------------------------------------------------------------

[GT72V.Install.NT]
CopyFiles=GT72UBUS.XP.CopyFiles

[GT72V.Install.NT.HW]
AddReg=GT72V.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72V.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

; --- Win2000 -----------------------------------------------------------------

[GT72V2K.Install.NT]
CopyFiles=GT72UBUS.2K.CopyFiles

[GT72V2K.Install.NT.HW]
AddReg=GT72V.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72V2K.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

;------------------------------------------------------------------------------

[GT72V.AddRegNT.HW]
HKR,,ExtraDeviceName,,"gt72ubus"
HKR,,ExtraNetDevId,,"GT72V_NET"
HKR,,ExtraSmxDevId0,,"GT72V_APP"
HKR,,ExtraSmxDevId1,,"GT72V_SC"
HKR,,ExtraSmxDevId2,,"GT72V_GPS"
HKR,,ExtraSerDevId0,,"GT72V_DBG"
HKR,,ExtraSerDevId1,,"GT72V_MDM"


; -----------------------------------------------------------------------------
; Install sections for GT72VU, GT72VU2K
; -----------------------------------------------------------------------------

; --- WinXP -------------------------------------------------------------------

[GT72VU.Install.NT]
CopyFiles=GT72UBUS.XP.CopyFiles

[GT72VU.Install.NT.HW]
AddReg=GT72VU.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72VU.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

; --- Win2000 -----------------------------------------------------------------

[GT72VU2K.Install.NT]
CopyFiles=GT72UBUS.2K.CopyFiles

[GT72VU2K.Install.NT.HW]
AddReg=GT72VU.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72VU2K.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

;------------------------------------------------------------------------------

[GT72VU.AddRegNT.HW]
HKR,,ExtraDeviceName,,"gt72ubus"
HKR,,ExtraNetDevId,,"GT72VU_NET"
HKR,,ExtraSmxDevId0,,"GT72VU_APP"
HKR,,ExtraSmxDevId1,,"GT72VU_SC"
HKR,,ExtraSmxDevId2,,"GT72VU_GPS"
HKR,,ExtraSerDevId0,,"GT72VU_DBG"
HKR,,ExtraSerDevId1,,"GT72VU_MDM"


; -----------------------------------------------------------------------------
; Install sections for GT72F, GT72F2K
; -----------------------------------------------------------------------------

; --- WinXP -------------------------------------------------------------------

[GT72F.Install.NT]
CopyFiles=GT72UBUS.XP.CopyFiles

[GT72F.Install.NT.HW]
AddReg=GT72F.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72F.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

; --- Win2000 -----------------------------------------------------------------

[GT72F2K.Install.NT]
CopyFiles=GT72UBUS.2K.CopyFiles

[GT72F2K.Install.NT.HW]
AddReg=GT72F.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72F2K.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

;------------------------------------------------------------------------------

[GT72F.AddRegNT.HW]
HKR,,ExtraDeviceName,,"gt72ubus"
HKR,,ExtraNetDevId,,"GT72F_NET"
HKR,,ExtraSmxDevId0,,"GT72F_APP"
HKR,,ExtraSmxDevId1,,"GT72F_SC"
HKR,,ExtraSmxDevId2,,"GT72F_GPS"
HKR,,ExtraSerDevId0,,"GT72F_DBG"
HKR,,ExtraSerDevId1,,"GT72F_MDM"

; -----------------------------------------------------------------------------
; Install sections for GT72M, GT72M2K
; -----------------------------------------------------------------------------

; --- WinXP -------------------------------------------------------------------

[GT72M.Install.NT]
CopyFiles=GT72UBUS.XP.CopyFiles

[GT72M.Install.NT.HW]
AddReg=GT72M.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72M.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

; --- Win2000 -----------------------------------------------------------------

[GT72M2K.Install.NT]
CopyFiles=GT72UBUS.2K.CopyFiles

[GT72M2K.Install.NT.HW]
AddReg=GT72M.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72M2K.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

;------------------------------------------------------------------------------

[GT72M.AddRegNT.HW]
HKR,,ExtraDeviceName,,"gt72ubus"
HKR,,ExtraNetDevId,,"GT72M_NET"
HKR,,ExtraSmxDevId0,,"GT72M_APP"
HKR,,ExtraSmxDevId1,,"GT72M_SC"
HKR,,ExtraSmxDevId2,,"GT72M_GPS"
HKR,,ExtraSerDevId0,,"GT72M_DBG"
HKR,,ExtraSerDevId1,,"GT72M_MDM"

; -----------------------------------------------------------------------------
; Install sections for GT72S, GT72S2K
; -----------------------------------------------------------------------------

; --- WinXP -------------------------------------------------------------------

[GT72S.Install.NT]
CopyFiles=GT72UBUS.XP.CopyFiles

[GT72S.Install.NT.HW]
AddReg=GT72S.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72S.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

; --- Win2000 -----------------------------------------------------------------

[GT72S2K.Install.NT]
CopyFiles=GT72UBUS.2K.CopyFiles

[GT72S2K.Install.NT.HW]
AddReg=GT72S.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72S2K.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

;------------------------------------------------------------------------------

[GT72S.AddRegNT.HW]
HKR,,ExtraDeviceName,,"gt72ubus"
HKR,,ExtraNetDevId,,"GT72S_NET"
HKR,,ExtraSmxDevId0,,"GT72S_APP"
HKR,,ExtraSmxDevId1,,"GT72S_SC"
HKR,,ExtraSmxDevId2,,"GT72S_GPS"
HKR,,ExtraSerDevId0,,"GT72S_DBG"
HKR,,ExtraSerDevId1,,"GT72S_MDM"

; -----------------------------------------------------------------------------
; Install sections for GT72E, GT72E2K
; -----------------------------------------------------------------------------

; --- WinXP -------------------------------------------------------------------

[GT72E.Install.NT]
CopyFiles=GT72UBUS.XP.CopyFiles

[GT72E.Install.NT.HW]
AddReg=GT72E.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72E.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

; --- Win2000 -----------------------------------------------------------------

[GT72E2K.Install.NT]
CopyFiles=GT72UBUS.2K.CopyFiles

[GT72E2K.Install.NT.HW]
AddReg=GT72E.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72E2K.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

;------------------------------------------------------------------------------

[GT72E.AddRegNT.HW]
HKR,,ExtraDeviceName,,"gt72ubus"
HKR,,ExtraNetDevId,,"GT72E_NET"
HKR,,ExtraSmxDevId0,,"GT72E_APP"
HKR,,ExtraSmxDevId1,,"GT72E_SC"
HKR,,ExtraSmxDevId2,,"GT72E_GPS"
HKR,,ExtraSerDevId0,,"GT72E_DBG"
HKR,,ExtraSerDevId1,,"GT72E_MDM"

; -----------------------------------------------------------------------------
; Install sections for GT72EM, GT72EM2K
; -----------------------------------------------------------------------------

; --- WinXP -------------------------------------------------------------------

[GT72EM.Install.NT]
CopyFiles=GT72UBUS.XP.CopyFiles

[GT72EM.Install.NT.HW]
AddReg=GT72EM.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72EM.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

; --- Win2000 -----------------------------------------------------------------

[GT72EM2K.Install.NT]
CopyFiles=GT72UBUS.2K.CopyFiles

[GT72EM2K.Install.NT.HW]
AddReg=GT72EM.AddRegNT.HW,GT72UBUS.AddRegNT.HW

[GT72EM2K.Install.NT.Services]
AddService=GT72UBUS,0x00000002,GT72UBUS.DriverService

;------------------------------------------------------------------------------

[GT72EM.AddRegNT.HW]
HKR,,ExtraDeviceName,,"gt72ubus"
HKR,,ExtraNetDevId,,"GT72EM_NET"
HKR,,ExtraSmxDevId0,,"GT72EM_APP"
HKR,,ExtraSmxDevId1,,"GT72EM_SC"
HKR,,ExtraSmxDevId2,,"GT72EM_GPS"
HKR,,ExtraSerDevId0,,"GT72EM_DBG"
HKR,,ExtraSerDevId1,,"GT72EM_MDM"

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

[GT72UBUS.AddRegNT.HW]
HKR,,ExtraRdReqCnt,1,02,08,02,02

[GT72UBUS.DriverService]
DisplayName   = "GT 72 U BUS"
ServiceType   = 1
StartType     = 3
ErrorControl  = 1
ServiceBinary = %12%\gt72ubus.sys

[GT72UBUS.XP.CopyFiles]
gt72ubus.sys,,,2

[GT72UBUS.2K.CopyFiles]
gt72ubus.sys,gt72ubus2k.sys,,2

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

[SourceDisksNames]
1=%Installation_disk%,,,

[SourceDisksFiles]
gt72ubus.sys=1
gt72ubus2k.sys=1

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

[Strings]
Option="Option"
Installation_disk="GlobeTrotter 3G+ 7.2 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: web5, load: 1.69