elmegusb.inf Driver File Contents (USB-Treiber-ELMEG-V100-Int.exe)

;; elmegUsb.inf

;--------- Version Section ---------------------------------------------------

[Version]
Signature="$Windows 95$"
Provider=%ProviderName%
DriverVer=06/16/2003,1.0.3.4
; DriverVer=mm/dd/yyyy,x.x.x.x

; If device fits one of the standard classes, use the name and GUID here,
; otherwise create your own device class and GUID as this example shows.

Class=%DeviceClassName%
ClassGUID={E7987250-78D6-11d4-92C6-005004681409}

;--------- SourceDiskNames and SourceDiskFiles Section -----------------------

; These sections identify source disks and files for installation.  They are
; shown here as an example, but commented out.

;[SourceDisksNames]
;1 = "Install Disk",Disk1,,

;[SourceDisksFiles]
;ElgTaLdr.sys = 1,,
;ElgTaDrv.sys = 1,,


;--------- ClassInstall/ClassInstall32 Section -------------------------------

; Not necessary if using a standard class

; 9X Style
[ClassInstall]
Addreg=Class_AddReg

; NT Style
[ClassInstall32]
Addreg=Class_AddReg

[Class_AddReg]
HKR,,,,%DeviceClassName%
HKR,,Icon,HEX,00,00

;--------- DestinationDirs Section -------------------------------------------

[DestinationDirs]
ElgTaLdr_Files_Driver = 10,System32\Drivers
ElgTaDrv_Files_Driver = 10,System32\Drivers

;--------- Manufacturer and Models Sections ----------------------------------

[Manufacturer]
%MfgName%=Mfg0

[Mfg0]
; This VID/PID is used by the elmegWIZ@RD USB-ISDN TA without Firmware
; This device is bound to the elmeg Firmware loader. The Device
; will Renumate and report as the elmegWIZ@RD USB-ISDN TA.
;
%USB\VID_07E2&PID_0100.DeviceDesc%=ElgTaLdr_DDI, USB\VID_07E2&PID_0100
%USB\VID_2018&PID_0100.DeviceDesc%=ElgTaLdr_DDI, USB\VID_2018&PID_0100

; This VID/PID is used by the elmeg C320 in BOOT Loader Mode
%USB\VID_07E2&PID_0300.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0300
%USB\VID_2018&PID_0300.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0300

; These devices are bound to the elmeg USB System driver.
;
; Wiz@rd
%USB\VID_07E2&PID_0101.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0101
%USB\VID_2018&PID_0101.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0101
; D@vos 24/44
%USB\VID_07E2&PID_0201.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0201
%USB\VID_2018&PID_0201.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0201
; D@vos net
%USB\VID_07E2&PID_0203.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0203
%USB\VID_2018&PID_0203.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0203
; CS320.
%USB\VID_07E2&PID_0301.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0301
%USB\VID_2018&PID_0301.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0301
; CS410.
%USB\VID_07E2&PID_0301&Rev_0200.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0301&Rev_0200
%USB\VID_2018&PID_0301&Rev_0200.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0301&Rev_0200
; elmeg.net
%USB\VID_07E2&PID_0401.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0401
%USB\VID_2018&PID_0401.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0401
; elmeg.net
;%USB\VID_07E2&PID_0401.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0401&Rev_0100
;%USB\VID_2018&PID_0401.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0401&Rev_0100
; elmeg.ICT boot
%USB\VID_07E2&PID_0401&Rev_0101.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0401&Rev_0101
%USB\VID_2018&PID_0401&Rev_0101.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0401&Rev_0101
; elmeg.P2001 BOOT elmeg
%USB\VID_07E2&PID_0401&Rev_9999.DeviceDesc%=ElgTaDrv_DDI, USB\VID_07E2&PID_0401&Rev_9999
%USB\VID_2018&PID_0401&Rev_9999.DeviceDesc%=ElgTaDrv_DDI, USB\VID_2018&PID_0401&Rev_9999




;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------

; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98

; Wiz@rd Firmware Loader
;
[ElgTaLdr_DDI]
CopyFiles=ElgTaLdr_Files_Driver
AddReg=ElgTaLdr_9X_AddReg

[ElgTaLdr_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,ElgTaLdr.sys
HKR, "Parameters", "BreakOnEntry", 0x00010001, 0

; elmeg USB Driver
;
[ElgTaDrv_DDI]
CopyFiles=ElgTaDrv_Files_Driver
AddReg=ElgTaDrv_9X_AddReg

[ElgTaDrv_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,ElgTaDrv.sys
HKR, "Parameters", "BreakOnEntry", 0x00010001, 0

; --------- Windows NT -----------------

; Wiz@rd Firmware Loader
;
[ElgTaLdr_DDI.NT]
CopyFiles=ElgTaLdr_Files_Driver
AddReg=ElgTaLdr_NT_AddReg

[ElgTaLdr_DDI.NT.Services]
Addservice = ElgTaLdr, 0x00000002, ElgTaLdr_AddService

[ElgTaLdr_AddService]
DisplayName    = %SvcDescLDR%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\ElgTaLdr.sys

[ElgTaLdr_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\ElgTaLdr\Parameters",\
	"BreakOnEntry", 0x00010001, 0
;
; elmeg USB Driver
;
[ElgTaDrv_DDI.NT]
CopyFiles=ElgTaDrv_Files_Driver
AddReg=ElgTaDrv_NT_AddReg

[ElgTaDrv_DDI.NT.Services]
Addservice = ElgTaDrv, 0x00000002, ElgTaDrv_AddService

[ElgTaDrv_AddService]
DisplayName    = %SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\ElgTaDrv.sys

[ElgTaDrv_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\ElgTaDrv\Parameters",\
	"BreakOnEntry", 0x00010001, 0


; --------- Files (common) -------------
[ElgTaLdr_Files_Driver]
ElgTaLdr.sys

[ElgTaDrv_Files_Driver]
ElgTaDrv.sys

;--------- Strings Section ---------------------------------------------------

[Strings]
ProviderName="elmeg Kommunikationstechnik"
MfgName="elmeg"
;
USB\VID_07E2&PID_0100.DeviceDesc="elmeg WIZ@RD BootUp"
USB\VID_2018&PID_0100.DeviceDesc="elmeg WIZ@RD BootUp"
USB\VID_07E2&PID_0300.DeviceDesc="elmeg CS320 BootUp"
USB\VID_2018&PID_0300.DeviceDesc="elmeg CS320 BootUp"
USB\VID_07E2&PID_0401&Rev_9999.DeviceDesc="elmeg Firmware Update Device"
USB\VID_2018&PID_0401&Rev_9999.DeviceDesc="elmeg Firmware Update Device"

;
USB\VID_07E2&PID_0101.DeviceDesc="elmeg WIZ@RD"
USB\VID_2018&PID_0101.DeviceDesc="elmeg WIZ@RD"
USB\VID_07E2&PID_0201.DeviceDesc="elmeg D@VOS"
USB\VID_2018&PID_0201.DeviceDesc="elmeg D@VOS"
USB\VID_07E2&PID_0203.DeviceDesc="elmeg D@VOS.net"
USB\VID_2018&PID_0203.DeviceDesc="elmeg D@VOS.net"
USB\VID_07E2&PID_0301.DeviceDesc="elmeg CS320"
USB\VID_2018&PID_0301.DeviceDesc="elmeg CS320"
USB\VID_07E2&PID_0301&Rev_0200.DeviceDesc="elmeg CS410"
USB\VID_2018&PID_0301&Rev_0200.DeviceDesc="elmeg CS410"
USB\VID_07E2&PID_0401.DeviceDesc="elmeg.net"
USB\VID_2018&PID_0401.DeviceDesc="elmeg.net"
USB\VID_07E2&PID_0401&Rev_0101.DeviceDesc="elmeg ICT"
USB\VID_2018&PID_0401&Rev_0101.DeviceDesc="elmeg ICT"
;
DeviceClassName="elmeg USB"
SVCDESCLDR="elmeg USB Device Loader"
SvcDesc="elmeg USB Device Driver"
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: ftp, load: 1.07