SUSTUCAP.inf Driver File Contents (UTS7126MRPDCB02-Drivers.zip)

; Windows USB Setup File for Windows2000/XP
; Copyright(C) Susteen, Inc.

[Version]
Signature="$WINDOWS NT$"
Class=Ports
ClassGUID={4d36e978-e325-11ce-bfc1-08002be10318}
Provider=%ProviderName%
DriverVer=11/26/2007,2.0.16.0
;CatalogFile=sustucap.cat

[ControlFlags]
ExcludeFromSelect=*

[SourceDisksNames]
1 = %DiskId1%,,,""

[SourceDisksFiles]
sustucap.sys=1
;sustucau.exe=1
;sustucau.ini=1

[DestinationDirs]
DefaultDestDir=10,system32\drivers
Files_Sys=10,system32\drivers
Files_Exe=10			;windir\

;----------------------------------------------------------
[Manufacturer]
%Mfg%=Models

[Models]

;### US #################################################
;;Composite USB Device
;SANYO
%DeviceDesc% = PortMode2, USB\VID_0474&PID_071F&MI_01	;SANYO SCP-9000
;Kyocera
%DeviceDesc% = PortMode2, USB\VID_0C88&PID_0839&MI_01	;KX5
%DeviceDesc% = PortMode2, USB\VID_0C88&PID_1FC7&MI_01	;K323
%DeviceDesc% = PortMode2, USB\VID_0C88&PID_1FCD&MI_01	;K132

;;CDC-MDM+port
;SAMSUNG
%DeviceDesc% = PortMode2, SUSPORT\VID_04E8&PID_6601&PORT	;SAMSUNG SCH-A850
%DeviceDesc% = PortMode2, SUSPORT\VID_04E8&PID_6640&PORT	;SAMSUNG SCH-A970
;AUDIOVOX
%DeviceDesc% = PortMode2, SUSPORT\VID_106c&PID_2101&PORT	;AUDIOVOX PM-8920
%DeviceDesc% = PortMode2, SUSPORT\VID_0D08&PID_0300&PORT	;UTStarcom CDM-120
%DeviceDesc% = PortMode2, SUSPORT\VID_1084&PID_0010&PORT	;Pantech PC-1000L(Brazil)
%DeviceDesc% = PortMode2, SUSPORT\VID_0421&PID_04F4&PORT	;Nokia 6215i
%DeviceDesc% = PortMode2, SUSPORT\VID_0421&PID_04F5&PORT	;Nokia 6315i
;LG
%DeviceDesc% = PortMode2, SUSPORT\VID_1004&PID_6000&PORT	;LG VX-7000
;%DeviceDesc% = PortMode2, SUSPORT\VID_1004&PID_6018&PORT	;LG KG800(Europe)
%DeviceDesc% = PortMode2, SUSPORT\VID_1004&PID_6016&PORT	;LG 240(Canada)
;Motorola
%DeviceDesc% = PortMode2, SUSPORT\VID_22B8&PID_2A64&PORT	;Motorola KRZR K1m
%DeviceDesc% = PortMode2, SUSPORT\VID_22B8&PID_2B24&PORT	;Motorola V9m
%DeviceDesc% = PortMode2, SUSPORT\VID_22B8&PID_2AC4&PORT	;Motorola V3a
%DeviceDesc% = PortMode2, SUSPORT\VID_22B8&PID_2B44&PORT	;Motorola W385
;Sanyo
%DeviceDesc% = PortMode2, SUSPORT\VID_0474&PID_0744&PORT	;Sanyo SCP-3200
%DeviceDesc% = PortMode2, SUSPORT\VID_0474&PID_0743&PORT	;Sanyo SCP-7050
%DeviceDesc% = PortMode2, SUSPORT\VID_0474&PID_0745&PORT	;Sanyo SCP-6650
%DeviceDesc% = PortMode2, SUSPORT\VID_0474&PID_0748&PORT	;Sanyo SCP-8500
%DeviceDesc% = PortMode2, SUSPORT\VID_0474&PID_074B&PORT	;Sanyo SCP-2500
;Casio
%DeviceDesc% = PortMode2, SUSPORT\VID_07CF&PID_70A0&PORT	;G'zOne Type-V
%DeviceDesc% = PortMode2, SUSPORT\VID_1967&PID_4001&PORT	;G'zOne Type-S

;### UK #################################################
;looks like FOMA
%OBEX.DeviceDesc% = PortObex1, SUSTUCA\Vid_0731&0111&OBEX	;foma obex
%AT.DeviceDesc% =   PortAtc1,  SUSTUCA\Vid_0731&0121&AT		;foma atc

;WMC?
%OBEX.DeviceDesc% = PortObex4, SUSTUCA\Vid_0731&0410&OBEX	;usb-wmc obex
%AT.DeviceDesc% =   PortAtc4,  SUSTUCA\Vid_0731&0420&AT		;usb-wmc at

%DeviceDesc% = PortMode8FE,  SUSTUCA\Vid_0731&08FE&PORT		;Nokia vendor port

;usb-CDC?
;%OBEX.DeviceDesc% = PortObex4, SUSPORT\VID_0421&PID_041F&OBEX	;Nokia 6235i,6236i
;%AT.DeviceDesc% = PortAtc4, SUSPORT\VID_0421&PID_041F&AT		;Nokia 6235i,6236i


;---------------------------------------------------------------------
[PortMode.NT]
CopyFiles=Files_Sys, Files_Exe
AddReg = Port.NT.AddReg, UsbUninst.AddReg

[PortMode.NT.Services]
Addservice = SUSTUCAP, 0x00000002, Port_AddService

;--------------------------------------------------------------------- bulk*2 au type port
[PortMode2.NT]
CopyFiles=Files_Sys, Files_Exe
AddReg = Port.NT.AddReg, UsbUninst.AddReg, PortMode2_AddReg

[PortMode2.NT.Services]
Addservice = SUSTUCAP, 0x00000002, Port_AddService

[PortMode2_AddReg]
HKR, "Parameters", "FunctionDeviceType",   0x00010001, 0x00000212

;--------------------------------------------------------------------- usb-wmc obex
[PortObex4.NT]
CopyFiles=Files_Sys, Files_Exe
AddReg = Port.NT.AddReg, UsbUninst.AddReg, PortObex4_AddReg

[PortObex4.NT.Services]
Addservice = SUSTUCAP, 0x00000002, Port_AddService

[PortObex4_AddReg]
HKR, "Parameters", "FunctionDeviceType",   0x00010001, 0x00000410

;--------------------------------------------------------------------- usb-wmc at
[PortAtc4.NT]
CopyFiles=Files_Sys, Files_Exe
AddReg = Port.NT.AddReg, UsbUninst.AddReg, PortAtc4_AddReg

[PortAtc4.NT.Services]
Addservice = SUSTUCAP, 0x00000002, Port_AddService

[PortAtc4_AddReg]
HKR, "Parameters", "FunctionDeviceType",   0x00010001, 0x00000420


;--------------------------------------------------------------------- usb-MCPC obex
[PortObex1.NT]
CopyFiles=Files_Sys, Files_Exe
AddReg = Port.NT.AddReg, UsbUninst.AddReg, PortObex1_AddReg

[PortObex1.NT.Services]
Addservice = SUSTUCAP, 0x00000002, Port_AddService

[PortObex1_AddReg]
HKR, "Parameters", "FunctionDeviceType",   0x00010001, 0x00000111

;--------------------------------------------------------------------- usb-MCPC at
[PortAtc1.NT]
CopyFiles=Files_Sys, Files_Exe
AddReg = Port.NT.AddReg, UsbUninst.AddReg, PortAtc1_AddReg

[PortAtc1.NT.Services]
Addservice = SUSTUCAP, 0x00000002, Port_AddService

[PortAtc1_AddReg]
HKR, "Parameters", "FunctionDeviceType",   0x00010001, 0x00000121

;--------------------------------------------------------------------- nokia vendor port(like usb-wmc obex)
[PortMode8FE.NT]
CopyFiles=Files_Sys, Files_Exe
AddReg = Port.NT.AddReg, UsbUninst.AddReg, PortMode8FE_AddReg

[PortMode8FE.NT.Services]
Addservice = SUSTUCAP, 0x00000002, Port_AddService

[PortMode8FE_AddReg]
HKR, "Parameters", "FunctionDeviceType",   0x00010001, 0x000008FE


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

[Port_AddService]
DisplayName    = %Port.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\sustucap.sys

[Port.NT.AddReg]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
HKR, "Parameters", "MaxReqSize",    0x00010001, 64

[Files_Sys]
sustucap.sys

[Files_Exe]
;sustucau.exe
;sustucau.ini

[UsbUninst.AddReg]
;HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\SUSTEEN USB CABLE DRIVER", "UninstallString",,"%10%\sustucau.exe"
;HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\SUSTEEN USB CABLE DRIVER", "DisplayName",,%UninstName%

[Strings]
ProviderName    ="Susteen, Inc."
Mfg             ="Susteen, Inc."
Port.SvcDesc    ="Susteen USB Cable Port Driver"
DeviceDesc      ="Susteen USB Cable Port"
OBEX.DeviceDesc ="Susteen USB Cable OBEX Port"
AT.DeviceDesc   ="Susteen USB Cable Command Port"
UninstName      ="Susteen USB Cable"
DiskId1         ="Susteen USB Cable Driver Disk NT"

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: web1, load: 0.94