smscdfu.inf Driver File Contents (evb2224pkg.zip)

;
;======================================================================
;
;	File:  SMSCDFU.Inf
;	Copyright 1998 Standard Microsystems Corporation.
;
;	V1.2 5/16/2000 D.R.
;		INF file to install SMSCDFU.Sys driver on NT
;
;======================================================================

[version]
Signature="$CHICAGO$"
Class=USB
ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
Provider=%Provider%
DriverVer=05/16/2000, 1.2.0.2000


[ClassInstall]

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
;DefaultDestDir                  = 11                  ; LDID_SYS
SMSCDFU.W95.CopyFiles		= 10,System32\Drivers
SMSCDFU.NT.CopyFiles		= 12                  ; system32\drivers
PropPages.CopyFiles             = 11                  ; system

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

[SourceDisksFiles]
; filename = diskid[, [subdir] [, size]]
SMSCDFU.sys= 1
SMSCDFU.sys= 12
DRVLIB.DLL= 12

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

;-----------------------------------------------------------------------------
; The devices
;-----------------------------------------------------------------------------
[SMSC]
%Smsc.DFU.Desc% = SMSCDFU.Install, USB\VID_0424&PID_223A

;-----------------------------------------------------------------------------
; 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
;-----------------------------------------------------------------------------
[SMSC.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
;-----------------------------------------------------------------------------
[SMSCDFU.Install]
CopyFiles       = SMSCDFU.W95.CopyFiles, SMSC.CopyFiles, PropPages.CopyFiles
AddReg          = SMSCDFU.AddReg, SMSCDFU.W95.AddReg

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

;-----------------------------------------------------------------------------
;       How to start the WDM driver on NT
;-----------------------------------------------------------------------------
[SMSCDFU.Install.NT.Services]
AddService      = smscdfu, 2, SMSCDFU.AddService

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

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


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

;-----------------------------------------------------------------------------
;       WDM registry entries (NT only)
;-----------------------------------------------------------------------------
[SMSCDFU.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.
;-----------------------------------------------------------------------------
[SMSCDFU.W95.CopyFiles]
SMSCDFU.sys					; data pump driver
DRVLIB.DLL

;-----------------------------------------------------------------------------
;       The WDM copy list for NT -- different because things go in
;       different places.
;-----------------------------------------------------------------------------
[SMSCDFU.NT.CopyFiles]
SMSCDFU.sys					; data pump driver
DRVLIB.DLL

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

;BEGIN ENG - US English Strings
Provider = "Standard Microsystems Corporation"
Smsc = "Standard Microsystems Corporation"
DiskString = ""
Smsc.DFU.Desc = "SMSC DFU Driver"
SMSC.Service.Desc = "SMSC DFU Driver"
UpperDescription = "SMSC DFU Driver"
;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: web1, load: 0.64