UmpComXP.inf Driver File Contents (huawei_V_Wireless.zip)

;******************************************************************************
;*   COPYRIGHT (C) 2002 TEXAS INSTRUMENTS INCORPORATED.
;*   ALL RIGHTS RESERVED. ONLY USE WITH TEXAS INSTRUMENTS SILICON.
;******************************************************************************
;*
;*   FILE:           UmpComXP.INF
;*   SUBSYSTEM:      UMP Devices
;*
;*   ABSTRACT:       Texas Instruments Driver Installation file for
;*                   a UMP Serial Port
;*
;* REVISION HISTORY:
;*
;*   STR #   INIT   DATE            SHORT TITLE
;*  [.....]  PJG  08/20/02  Initial revision of win200/XP....................
;*  [.....]  PJG  10/21/02  Fix Parity and GetCommStatus on reads............
;*  [.....]  DWB  10/30/02  Fix Timeout timing/Win2K UNINSTALL hang..........
;*  [.....]  DWB  17 JUL 03 Create EVM eeprom pid to differentiate GPIO/UART.
;*  [.....]   BK  24 NOV 03 Engr Bld 1.2.10.84 for 2k/XP enum, DUN, etc......
;*  [.....]   BK  23 DEC 03 Engr Bld 1.2.10.86 (SetMSRLines tags in INF/registry
;*                           control floating MSR w/a in driver.
;*  [.....]   BK  05 JAN 04 Engr Bld 1.2.10.87 Fix COM port assignment
;*  [.....]   BK  14 JAN 04 Engr Bld 1.2.10.88 Fix DUN surprise disconnect
;*  [xxxxx]  JCR  11 FEB 04 Engr Bld 1.2.10.90 Fix race condition on surprise removal
;*  [xxxxx]  JCR  19 FEB 04 Engr Bld 1.2.10.91 Fix the wait for threads......
;*  [xxxxx]   BK  12 JUN 04 Engr Bld 1.2.10.95 INF can set custom port display names
;*  [xxxxx]  nnn  dd mmm yy .................................................
;*
;******************************************************************************
;*
[version]
Signature="$CHICAGO$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
CatalogFile = "UMPCOMXP.cat"
DriverVer   = 07/15/2004,1.2.10.96

[ControlFlags]
; ****  Release 1.2.10.96: These lines replace line with "umpport\com" *****
; ****    Vendor replace Texas Instruments VID with your own VID       *****
ExcludeFromSelect = umpport\VID_0451_com
ExcludeFromSelect = umpport\VID_0451_port1
ExcludeFromSelect = umpport\VID_0451_port2
; ****

; -----------------------------------------------------------------------------
; Table of Contents:  manufacturer, then devices.
; -----------------------------------------------------------------------------
[Manufacturer]
%TIUMP%=TIUMP

; -----------------------------------------------------------------------------
; The devices
; -----------------------------------------------------------------------------
[TIUMP]
; ****  Release 1.2.10.96: These lines replace line with "umpport\com" *****
; ****    Vendor replace Texas Instruments VID with your own VID       *****
; single port on 3410:
%TIUMP.Com.Desc% = TIUMPSER.Install, umpport\VID_0451_com
; the two ports on a 5x52:
%TIUMP.Port1.Desc% = TIUMPSER.Install, umpport\VID_0451_port1
%TIUMP.Port2.Desc% = TIUMPSER.Install, umpport\VID_0451_port2
; ****

; -----------------------------------------------------------------------------
; Specify target paths...
; -----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir                  = 11 ; LDID_SYS
TIUMPSER.NT.CopyFiles                   = 12 ; system32\drivers

; -----------------------------------------------------------------------------
; Specify the install disks.  A bit unwieldy during development.
; -----------------------------------------------------------------------------
[SourceDisksNames]
1=%DiskString%,"TIUMPUSB",,

[SourceDisksFiles]
umpusbxp.sys = 1

; -----------------------------------------------------------------------------
; Class Installer
; -----------------------------------------------------------------------------
[ClassInstall32.NT]
AddReg=PortsClass.NT.AddReg

[PortsClass.NT.AddReg]
HKR,,,,%PortsClassName%
HKR,,Icon,,"-23"
HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller"

; -----------------------------------------------------------------------------
;       TIUMPSER.SYS Device installation
; -----------------------------------------------------------------------------

; -----------------------------------------------------------------------------
;       How to install the WDM driver on NT
; -----------------------------------------------------------------------------
[TIUMPSER.Install.NT]
Include=msports.inf
Needs=SerialEnumerator.NT
;CopyFiles                       = TIUMPSER.NT.CopyFiles
AddReg                          = TIUMPSER.NT.AddReg
; addreg and copy files for serenum.sys

; -----------------------------------------------------------------------------
;       How to start the WDM driver on NT
; -----------------------------------------------------------------------------
[TIUMPSER.Install.NT.Services]
Include=msports.inf
Needs=SerialEnumerator.NT.Services
AddService              = umpusbxp, 0x00000002, TIUMPSER.AddService
; install the serenum service itself

[TIUMPSER.AddService]
DisplayName             = %TIUMP.Com.ServiceDesc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\umpusbxp.sys
LoadOrderGroup          = Extended Base

; -----------------------------------------------------------------------------
;       WDM registry entries (NT only)
; -----------------------------------------------------------------------------
[TIUMPSER.NT.AddReg]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

; -----------------------------------------------------------------------------
;       The WDM copy list for NT -- different because things go in
;       different places.
; -----------------------------------------------------------------------------
[TIUMPSER.NT.CopyFiles]
;umpusbxp.sys

; -----------------------------------------------------------------------------
;   The Hardware list for NT.  This comes from msports.inf for ComPorts.
; -----------------------------------------------------------------------------
[TIUMPSER.Install.NT.HW]
AddReg = TIUMPSER.NT.HW.AddReg

[TIUMPSER.NT.HW.AddReg]
HKR,,"UpperFilters", 0x00010000, "serenum"

; -----------------------------------------------------------------------------
; Localizable Strings
; -----------------------------------------------------------------------------
[strings]

;BEGIN ENG - US English Strings
Provider                        = "Texas Instruments"
TIUMP                           = "Texas Instruments"
DiskString                      = ""
PortsClassName          = "TIUMP USB Serial Port"
TIUMP.Com.ServiceDesc   = "UMP Serial Port Driver"
; ****  Release 1.2.10.96: One of these names displays in the Device Manager list *****
TIUMP.Com.Desc          = "TIUMP USB Serial Port"
TIUMP.Port1.Desc          = "USB - 1st Serial Port"
TIUMP.Port2.Desc          = "USB - 2nd Serial Port"
; ****
TIUMP.Service.Desc      = "UMP USB Serial Port"
UpperDescription        = "UMP USB Serial Port"

;END ENG - US English Strings
;*** end of file ***
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: 0.92