umpusbXP.inf Driver File Contents (Driver_Cable_DKU-5.zip)

; Installation file for usbvsp ports
; Copyright (C) 2002 by Atmel Corporation
; All rights reserved

[Version]
signature="$WINDOWS NT$"
Class = MultiportSerial
ClassGuid = {50906cb8-ba12-11d1-bf5d-0000f805f530}
Provider=%TIInc%
CatalogFile=UMPUSBXP.cat
;* LayoutFile=LAYOUT.INF
DriverVer   = 08/16/2004,1.2.10.97

[Manufacturer]
%TI.Mfg%=TI.Section

[ControlFlags]
ExcludeFromSelect = *

[SourceDisksNames]
1 = %DiskName%

[SourceDisksFiles]
umpf3410.i51=1
umpf5052.i51=1
umpusbxp.sys=1

[DestinationDirs]
DefaultDestDir=11               ; LDID_SYS
;

UMPUSB.CopyFiles.NT          = 10, system32\drivers
TI5052.CopyFiles.NT          = 10, system32\drivers
;TI5152.CopyFiles.NT          = 10, system32\drivers
TI3410.CopyFiles.NT          = 10, system32\drivers


;----------------------------------------------------------------------------------
;----------------------------------------------------------------------------------
;   5052
;----------------------------------------------------------------------------------
;----------------------------------------------------------------------------------
[TI5052.Boot.NT]
CopyFiles=UMPUSB.CopyFiles.NT,TI5052.CopyFiles.NT
AddReg=TI5052.AddReg.NT

[TI5052.Dev.NT]
CopyFiles=UMPUSB.CopyFiles.NT,TI5052.CopyFiles.NT
AddReg=TI5052.AddReg.NT

[TI5052.Boot.NT.HW]
AddReg=TI5252.Generic.Addreg.NT.HW, TI5052.AddReg.NT.HW

[TI5052.Dev.NT.HW]
AddReg=TI5252.Generic.Addreg.NT.HW, TI5052.Dev.AddReg.NT.HW

[TI5052.AddReg.NT]
;HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider"

[TI5252.Generic.Addreg.NT.HW]
HKR,,NumComPorts,%REG_DWORD%,2
HKR,,NumLptPorts,%REG_DWORD%,0

[TI5052.AddReg.NT.HW]
HKR,,ImageFile,,"\SystemRoot\System32\drivers\umpf5052.i51"
HKR,,TIDeviceType,,"TILDR5052"

[TI5052.Dev.AddReg.NT.HW]
HKR,,ImageFile,,"\SystemRoot\System32\drivers\umpf5052.i51"
HKR,,TIDeviceType,,"TIUSB5052"
; ****  Release 1.2.10.96: These lines set the Virtual COM Port HW ID  *****
; ****    Vendor replace Texas Instruments VID with your own VID       *****
;HKR,,Port1DeviceHWID,,"VID_0451_com"    ; set to "VID_0451_com" for common port names
;HKR,,Port2DeviceHWID,,"VID_0451_com"
HKR,,Port1DeviceHWID,,"VID_0451_port1"   ; set to "VID_0451_port1" for different port names
HKR,,Port2DeviceHWID,,"VID_0451_port2"
; ****
; This defines the name shown by the Found New HW wizard for the COM port child device:
HKR,,ComPortChildDeviceText,,"NOK Series USB Cable" 

[TI5052.CopyFiles.NT]
umpf5052.i51


;----------------------------------------------------------------------------------
;----------------------------------------------------------------------------------
;   3410 -- Unitary driver. Bootloader and driver are same instance.
;----------------------------------------------------------------------------------
;----------------------------------------------------------------------------------
[TI3410.Uni.NT]
CopyFiles=UMPUSB.CopyFiles.NT,TI3410.CopyFiles.NT
DelFiles=UMPUSB.DelFiles
AddReg=TI3410.AddReg.NT

[TI3410.Uni.NT.HW]
AddReg=TI3410.AddReg.NT.HW

[TI3410.Dev.NT]
CopyFiles=UMPUSB.CopyFiles.NT,TI3410.CopyFiles.NT
DelFiles=UMPUSB.DelFiles
AddReg=TI3410.AddReg.NT

[TI3410.Dev.NT.HW]
AddReg=TI3410.AddReg.NT.HW

[TI3410.AddReg.NT]
;HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider"

[TI3410.AddReg.NT.HW]
HKR,,ImageFile,,"\SystemRoot\System32\drivers\umpf3410.i51"
HKR,,SetMSRLinesZero,%REG_BINARY%,0x00  ; 0x80=DCD 0x40=RI 0x20=DSR 0x10=CTS
HKR,,SetMSRLinesOne, %REG_BINARY%,0x00  ; 0x80=DCD 0x40=RI 0x20=DSR 0x10=CTS 
HKR,,NumComPorts,%REG_DWORD%,1
HKR,,NumLptPorts,%REG_DWORD%,0
HKR,,TIDeviceType,,"TIUSB3410"
; ****  Release 1.2.10.96: Theis line sets the Virtual COM Port HW ID  *****
; ****    Vendor replace Texas Instruments VID with your own VID       *****
HKR,,Port1DeviceHWID,,"VID_0451_com"
; ****
; This defines the name shown by the Found New HW wizard for the COM port child device:
HKR,,ComPortChildDeviceText,,"NOK Series USB Cable" 

[TI3410.CopyFiles.NT]
umpf3410.i51

[TI3410.Uni.Services]
AddService = umpusbxp, 0x00000002, StandardUMPUSB.AddService

[TI3410.Dev.Services]
AddService = umpusbxp, 0x00000002, StandardUMPUSB.AddService

[TI3410.Uni.NT.Services]
AddService = umpusbxp, 0x00000002, StandardUMPUSB.AddService

[TI3410.Dev.NT.Services]
AddService = umpusbxp, 0x00000002, StandardUMPUSB.AddService

[TI5052.Boot.NT.Services]
AddService = umpusbxp, 0x00000002, StandardUMPUSB.AddService

[TI5052.Dev.NT.Services]
AddService = umpusbxp, 0x00000002, StandardUMPUSB.AddService

[StandardUMPUSB.AddService]
DisplayName    = %StandardUMPUSB.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\umpusbxp.sys
LoadOrderGroup = Base

; =================== Sections ==================================
; NOTE: All 5152 chipset IDs are now aliased to 5052.
[TI.Section]
%PID_3410.DeviceDesc%=TI3410.Uni,USB\VID_0451&PID_3410
%PID_341A.DeviceDesc%=TI3410.Uni,USB\VID_0451&PID_341A

%PID_5052.DeviceDesc%=TI5052.Boot,USB\VID_0451&PID_5052
%PID_5052.DeviceDesc%=TI5052.Boot,USB\VID_0451&PID_505A
%PID_505F.DeviceDesc%=TI5052.Dev,USB\VID_0451&PID_505F

%PID_5052.DeviceDesc%=TI5052.Boot,USB\VID_0451&PID_5152
%PID_505F.DeviceDesc%=TI5052.Dev,USB\VID_0451&PID_515F

; =================== Global ==================================
[UMPUSB.CopyFiles.NT]
umpusbxp.sys,,,0x00000004

[UMPUSB.DelFiles]

; =================== Strings ==================================


[Strings]
TIInc="Nokia Corporation"
USBClassName="Nokia DKU-5"
StandardUMPUSB.SvcDesc="USB "

TI.Mfg="Nokia DKU-5"

DiskName="DKU-5 Installation Disk"

PID_3410.DeviceDesc="Nokia Connectivity Adapter Cable DKU-5"
PID_341A.DeviceDesc="Nokia Connectivity Adapter Cable DKU-5"


REG_BINARY =0x00000001
REG_DWORD  =0x00010001
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: 1.26