elu132.inf Driver File Contents (useriesdriverscd.zip)

; Installation inf for USB PC-Card Reader
;
; Copyright (c) 2005-2006 Elan Digital Systems Ltd.
;

[Version]
Signature="$Windows NT$"
Class = UsbPcCardReader
ClassGuid={A1AA288F-BD7D-4a38-BEE3-7D7CBC3674D8}
Provider=%Manufacturer%
CatalogFile=elu132.cat
DriverVer=03/26/2007,01.2007.03.26

;---------------------------------------------------------------;
; Class Install sections...
;
[ClassInstall32]
AddReg = ClassAddReg

[ClassAddReg]
HKR,,,,%UsbCardReaderClassName%
HKR,,Icon,,"-20"

;---------------------------------------------------------------;
; Hardware Install sections...
;
[Manufacturer]
%Manufacturer%=Hardware

[Hardware]
%USB\VID_0403&PID_D6EA&MI_00.DeviceDesc%=elDiag, USB\Vid_0403&Pid_d6ea&mi_00
%USB\VID_0403&PID_D6EA&MI_01.DeviceDesc%=elUsbCardBus, USB\Vid_0403&Pid_d6ea&mi_01

[ControlFlags]
ExcludeFromSelect=*

;---------------------------------------------------------------;
; For Win98 ...
;
[elUsbCardBus]
CopyFiles=elUsbCardBus.Files.sys, elUsbCardBus.Files.Dll, elUsbCardBus.Files.Exe
AddReg=elUsbCardBus.AddReg, elUsbCardBus.UnInst

;---------------------------------------------------------------;
; For Win2000 & XP...
;

[elUsbCardBus.NT]
CopyFiles=elUsbCardBus.Files.sys, elUsbCardBus.Files.Dll, elUsbCardBus.Files.Exe
AddReg=elUsbCardBus.AddReg, elUsbCardBus.UnInst

[elUsbCardBus.NT.Services]
Addservice = elUsbCardBus, %SPSVCINST_ASSOCSERVICE%, elUsbCardBus.NT.AddService

[elUsbCardBus.NT.AddService]
DisplayName    = %elUsbCardBus.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\elu132.sys
LoadOrderGroup = Base
AddReg = elUsbCardBus.NT.Parameters_Addreg

[elUsbCardBus.NT.Parameters_Addreg]
HKR, "Parameters", "BreakOnEntry", %FLG_ADDREG_TYPE_DWORD%, 0
HKR, "Parameters", "DebugFlags", %FLG_ADDREG_TYPE_DWORD%, 0
HKR, "Parameters", "MaximumTransferSize", %FLG_ADDREG_TYPE_DWORD%, 4096

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

[elUsbCardBus.UnInst]
HKLM,%WINUN%,"elUsbCardBus"
HKLM,%WINUN%\elUsbCardBus , "UninstallString",,"%11%\FTDIUNIN.exe %11%\elu132u1.ini"
HKLM,%WINUN%\elUsbCardBus , "DisplayName",,%elUsbCardBus.SvcDesc%

[elUsbCardBus.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,elu132.sys

[elUsbCardBus.Files.sys]
elu132.sys,,, 0x20

[elUsbCardBus.Files.Dll]

[elUsbCardBus.Files.Exe]

;---------------------------------------------------------------;
; For Win98 ...
;
[elDiag]
CopyFiles=elDiag.Files.sys, elDiag.Files.Dll, elDiag.Files.Exe
AddReg=elDiag.AddReg, elDiag.UnInst

;---------------------------------------------------------------;
; For Win2000 & XP...
;

[elDiag.NT]
CopyFiles=elDiag.Files.sys, elDiag.Files.Dll, elDiag.Files.Exe
AddReg=elDiag.AddReg, elDiag.UnInst

[elDiag.HW]
AddReg=elDiag.HW.AddReg

[elDiag.HW.AddReg]
HKR,,"ConfigData",0x00010001,1

[elDiag.NT.Services]
Addservice = elDiag, %SPSVCINST_ASSOCSERVICE%, elDiag.NT.AddService

[elDiag.NT.AddService]
DisplayName    = %elDiag.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\FTD2XX.sys
LoadOrderGroup = Base
AddReg = elDiag.NT.Parameters_Addreg

[elDiag.NT.Parameters_Addreg]
;HKR, "Parameters", "MaximumTransferSize", %FLG_ADDREG_TYPE_DWORD%, 4096
;HKR, "Parameters", "DebugLevel", %FLG_ADDREG_TYPE_DWORD%, 2

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

[elDiag.UnInst]
HKLM,%WINUN%,"elDiag"
HKLM,%WINUN%\elDiag, "UninstallString",,"%11%\FTDIUNIN.exe %11%\elu132u0.ini"
HKLM,%WINUN%\elDiag, "DisplayName",,%elDiag.SvcDesc%

[elDiag.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,FTD2XX.sys

[elDiag.Files.sys]
FTD2XX.sys,,, 0x20

[elDiag.Files.Dll]
FTD2XX.dll,,, 0x20

[elDiag.Files.Exe]
FTDIUNIN.exe,,, 0x20
elu132u0.ini,,, 0x20
elu132u1.ini,,, 0x20

[DestinationDirs]
DefaultDestDir   = 11
elUsbCardBus.Files.sys = 12
elUsbCardBus.Files.Dll = 11
elUsbCardBus.Files.Exe = 11
elDiag.Files.sys = 12
elDiag.Files.Dll = 11
elDiag.Files.Exe = 11

[SourceDisksNames]
1=%DriversDisk%

[SourceDisksFiles]
elu132.sys = 1
FTD2XX.sys = 1
FTDIUNIN.exe = 1
elu132u0.ini = 1
elu132u1.ini = 1
FTD2XX.dll = 1

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

[Strings]
SPSVCINST_TAGTOFRONT  = 0x00000001
SPSVCINST_ASSOCSERVICE= 0x00000002
FLG_ADDREG_TYPE_DWORD = 0x00010001
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START = 0
SERVICE_SYSTEM_START = 1
SERVICE_DEMAND_START = 3
SERVICE_ERROR_IGNORE = 0
SERVICE_ERROR_NORMAL = 1
Manufacturer="Elan Digital Systems Ltd"
USB\VID_0403&PID_D6EA&MI_00.DeviceDesc="U132 Diagnostics Port"
USB\VID_0403&PID_D6EA&MI_01.DeviceDesc="U132 USB to CardBus Adapter"
elUsbCardBus.SvcDesc="U132 Adapter Driver"
elDiag.SvcDesc="U132 Diagnostics Port Driver"
WINUN="Software\Microsoft\Windows\CurrentVersion\Uninstall"
DriversDisk="USB PC-Card Reader Drivers Disk"
UsbCardReaderClassName="USB PC-Card Readers"
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.90