tdmdbus.inf Driver File Contents (CMO_3G_Driver.zip)

;*****************************************************************************
;
; tdmdbus.inf   -- Install the NexperiaTM TD-SCDMA Composite Device drivers
;
; Copyright (c) 1997-2008 by MCCI Corporation 
;
; MCCI is a registered trademark of MCCI Corporation.
;
; NOTICE: This software is licensed, not sold.  Any modification of this
; inf file to change the reference to an operating system or to change the
; reference to a device is not permitted unless authorized in writing by
; MCCI Corporation.
;
;*****************************************************************************

[version]
signature="$WINDOWS NT$"
Class=USB
ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
Provider=%Provider%
DriverVer=12/12/2008,4.50.5.0
CatalogFile=tdmdbus.cat

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir                  = 11                    ; LDID_SYS
nxpWdm.W95.CopyFiles       = 11                    ; LDID_SYS
nxpWdm.NT.CopyFiles        = 12                    ; system32\drivers
PropPages.CopyFiles             = 11                    ; system

;-----------------------------------------------------------------------------
; Specify the install disks.  A bit unwieldy during development.
;-----------------------------------------------------------------------------
[SourceDisksNames.x86]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"tdmdbus.sys",,\i386


[SourceDisksNames.amd64]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"tdmdbus.sys",,\amd64



[SourceDisksFiles]
; filename = diskid[, [subdir] [, size]]
tdmdbus.sys = 1
tdmdwh95.sys = 1
tdmdwhnt.sys = 1

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

;-----------------------------------------------------------------------------
; The devices
;-----------------------------------------------------------------------------
[NXP]
%nxp.CdcBus.Desc% = nxpWdm.Install, USB\VID_04CC&PID_226E
%nxp.CdcBus.Desc% = nxpWdm.Install, USB\VID_04cc&PID_226F


[NXP.NTamd64]
%nxp.CdcBus.Desc% = nxpWdm.Install, USB\VID_04CC&PID_226E
%nxp.CdcBus.Desc% = nxpWdm.Install, USB\VID_04cc&PID_226F


;-----------------------------------------------------------------------------
; How to install them:  On W9x, the [section] name is used directly.
; On NT, the system first tries [section.NT], then [section].
;-----------------------------------------------------------------------------

;-----------------------------------------------------------------------------
; Diagnostics Files CopyFiles List Section
;-----------------------------------------------------------------------------
[nxp.CopyFiles]

;-----------------------------------------------------------------------------
; XXX when we have a property page DLL, add it to the following section.
;-----------------------------------------------------------------------------
[PropPages.CopyFiles]

;-----------------------------------------------------------------------------
;       How to install the WDM driver on W95/W98
;-----------------------------------------------------------------------------
[nxpWdm.Install]
CopyFiles       = nxpWdm.W95.CopyFiles, nxp.CopyFiles, PropPages.CopyFiles
AddReg          = nxpWdm.AddReg, nxpWdm.W95.AddReg

;-----------------------------------------------------------------------------
;       How to install the WDM driver on NT
;-----------------------------------------------------------------------------
[nxpWdm.Install.NT]
CopyFiles       = nxpWdm.NT.CopyFiles
AddReg          = nxpWdm.AddReg, nxpWdm.NT.AddReg

;-----------------------------------------------------------------------------
;       How to start the WDM driver on NT
;-----------------------------------------------------------------------------
[nxpWdm.Install.NT.Services]
AddService      = tdmdbus, 2, nxpWdm.AddService, nxpWdm.Install.EventLog

[nxpWdm.AddService]
DisplayName             = %nxp.Service.Desc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\tdmdbus.sys
LoadOrderGroup          = Base

;-----------------------------------------------------------------------------
;       Setup event logging, if driver supports it
;-----------------------------------------------------------------------------

[nxpWdm.Install.EventLog]
Addreg = nxpWdm.EventLog.AddReg

[nxpWdm.EventLog.AddReg]
HKR,,EventMessageFile, 0x20000, "%%SystemRoot%%\System32\drivers\tdmdbus.sys"
HKR,,TypesSupported, 0x10001, 7


;-----------------------------------------------------------------------------
;       WDM registry entries (all platforms)
;-----------------------------------------------------------------------------
[nxpWdm.AddReg]

; set the default scenario
HKR,,IdDescriptorHashPolicy, 0x10001, 01,00,00,00
HKR,Scenarios,Scenario,0x10001, 00,00,00,00
HKR,Scenarios\Scenario_0, Description_0409,, "No Device Start Command"
HKR,Scenarios\Scenario_1, Description_0409,, "Device Start Command"
HKR,Scenarios\Scenario_1\Guids, GUID_MCCISCENARIO_PRESTON_DEVICESTARTCOMMAND,,  "{F1EFDA38-9550-4aad-B9E6-4B25E81F16AA}"
HKR,Scenarios\Scenario_1,DeviceStartCommand,1,40,01,00,00,00,00,04,00,11,22,33,44

HKR,,MultipleInstancePolicy,0x10001,0xff,0xff,0xff,0xff


;-----------------------------------------------------------------------------
;       WDM registry entries (W95/98) (including how to start the driver)
;-----------------------------------------------------------------------------
[nxpWdm.W95.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,tdmdbus.sys

;-----------------------------------------------------------------------------
;       WDM registry entries (NT only)
;-----------------------------------------------------------------------------
[nxpWdm.NT.AddReg]

;-----------------------------------------------------------------------------
;       The WDM copy list for Win95 -- different because things go in
;       different places.  Also, we probably need to rename drivers 
;       during the install.
;-----------------------------------------------------------------------------
[nxpWdm.W95.CopyFiles]
tdmdbus.sys
tdmdwh.sys,tdmdwh95.sys
tdmdwh95.sys
tdmdwhnt.sys

;-----------------------------------------------------------------------------
;       The WDM copy list for NT -- different because things go in
;       different places.
;-----------------------------------------------------------------------------
[nxpWdm.NT.CopyFiles]
tdmdbus.sys
tdmdwh.sys,tdmdwhnt.sys
tdmdwhnt.sys


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]

;BEGIN ENG - US English Strings
Provider = "NXP Semiconductors"
nxp = "NXP Semiconductors"
DiskString = "NexperiaTM TD-SCDMA Composite Device Installation disk"

nxp.CdcBus.Desc = "NexperiaTM TD-SCDMA Composite Device"
nxp.Service.Desc = "NexperiaTM TD-SCDMA Composite Device driver (WDM)"

CustomerDataPath = "NexperiaTM TD-SCDMA"
DriverSet = "NexperiaTM TD-SCDMA Software"
UninstallFile = "TDMDUninstall.exe"
McciOptions = "Uninstallable"


;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------

;*** 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: web3, load: 0.85