;/*++
;
;Module Name:
;
; JABLOSI.INF
;
; Copyright 2008, Silicon Laboratories
;
;Abstract:
; Installation inf for Silicon Laboratories CP210X device using KDMF Version 1.5
;
;--*/
[Version]
Signature="$WINDOWS NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
DriverVer=04/10/2008,5.2.2.0
CatalogFile=jablosi.cat
; ================= Device section =====================
; -----------------------------------------------------------------------------
; Class Installer
; -----------------------------------------------------------------------------
;[ClassInstall32.NT]
;AddReg=PortsClass.NT.AddReg
;
;[PortsClass.NT.AddReg]
;HKR,,,,%PortsClassName%
;HKR,,Icon,,"-23"
;HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller"
;
; ------------------------------------------------------------------------------
[Manufacturer]
%MfgName%=SiLabs, NTamd64 ; Works for W2K and later
; For Win2K and later
[SiLabs]
%USB\VID_16D6&PID_0001.DeviceDesc%=silabser.Dev, USB\VID_16D6&PID_0001
; For x64
[SiLabs.NTamd64]
%USB\VID_16D6&PID_0001.DeviceDesc%=silabser.Dev, USB\VID_16D6&PID_0001
[silabser.Dev.NT]
Include=msports.inf
AddReg=silabser.AddReg,silabser.NT.AddReg
CopyFiles=silabser.Files.Ext
[silabser.Dev.NT.Services]
Include=msports.inf
Addservice = silabenm,,silabenm.AddService
Addservice = silabser,0x00000002,silabser.AddService
[silabser.AddService]
DisplayName = %silabser.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\silabser.sys
AddReg = silabser.AddReg.Service
LoadOrderGroup = Extended Base
[silabenm.AddService]
DisplayName = %silabenm.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\silabenm.sys
LoadOrderGroup = PNP Filter
; common registry entries
[silabser.AddReg]
HKR,,NTMPDriver,,silabser.sys
HKR,,RateLimitPurgeMS, 0x10001, 0x64, 0x00, 0x00, 0x00
HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200 initial baud rate
HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
; only for NT...
[silabser.NT.AddReg]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[silabser.AddReg.Service]
HKR, Parameters\Wdf, VerboseOn, 0x00010001, 1
HKR, Parameters\Wdf, VerifierOn, 0x00010001, 1
HKR, Parameters\Wdf, DbgBreakOnError, 0x00010001, 1
;------------------------------------------------
; Serenum for serial mice (assumes it is already installed)
[silabser.Dev.NT.HW]
AddReg=silabser.Dev.NT.HW.AddReg
[silabser.Dev.NT.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"silabenm"
;------------------------------------------------
[silabser.Files.Ext]
silabser.sys
silabenm.sys
[SourceDisksNames.x86]
1=%Disk_Description%,"silabser.sys",,\x86
[SourceDisksNames.amd64]
1=%Disk_Description%,"silabser.sys",,\x64
[SourceDisksFiles]
silabser.sys = 1
silabenm.sys = 1
[DestinationDirs]
Silabser.Files.Ext = 12
;-------------- WDF Coinstaller installation
[DestinationDirs]
CoInstaller_CopyFiles = 11
[silabser.Dev.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles
[CoInstaller_CopyFiles]
WdfCoinstaller01005.dll
[SourceDisksFiles]
WdfCoinstaller01005.dll=1 ; make sure the number matches with SourceDisksNames
[CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000, "WdfCoinstaller01005.dll,WdfCoInstaller"
[silabser.Dev.NT.Wdf]
KmdfService = silabser, silabser_wdfsect
[silabser_wdfsect]
KmdfLibraryVersion = 1.5
;---------------------------------------------------------------;
[Strings]
Provider="Jablotron Ltd."
MfgName="Jablotron Ltd."
Disk_Description="Jablotron Ltd. JABLOTRON serial interface Installation Disk"
USB\VID_16D6&PID_0001.DeviceDesc="JABLOTRON serial interface"
silabser.SvcDesc="JABLOTRON serial interface Driver"
silabenm.SvcDesc="JABLOTRON serial interface Serial Port Enumerator Driver"
PortsClassName = "Ports (COM & LPT)"
Download Driver Pack
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.