📄 slabw2k.inf
字号:
;*****************************************************************************
;
; Name: slabw2k.inf
;
; Function:
; Install the USB to UART Bridge Controller (WDM) on Win2000
;
; Copyright (c) 1997-2004 MCCI
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
; 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
; Moore Computer Consultants, Inc.
;
;*****************************************************************************
[Version]
signature="$WINDOWS NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
DriverVer=03/16/2004, 4.20.0.2700
CatalogFile=slabser.cat
[ControlFlags]
ExcludeFromSelect = *
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"slabser.sys",,
[SourceDisksFiles]
; filename = diskid[,[ subdir][, size]]
slabser.sys = 1
slabcmnt.sys = 1
;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ; system32\drivers
CopyFiles = 12 ; system32\drivers
CopyFiles.Win2K = 12 ;
;-----------------------------------------------------------------------------
; Table of Contents
;-----------------------------------------------------------------------------
[Manufacturer]
%SLAB%=SLAB
;-----------------------------------------------------------------------------
; Device-by-device entries
;-----------------------------------------------------------------------------
[SLAB]
%SLAB.Comm.Desc% = SLAB.Install, USB\VID_10C4&PID_EA60&MI_00&OS_NT
;-----------------------------------------------------------------------------
; Installation instructions
;-----------------------------------------------------------------------------
[SLAB.Install.nt]
AddReg = SLAB.AddReg,SLAB.NT.AddReg
CopyFiles = CopyFiles, CopyFiles.Win2K
;-----------------------------------------------------------------------------
; Registry
;-----------------------------------------------------------------------------
; common registry entries
[SLAB.AddReg]
HKR,,NTMPDriver,,slabser.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...
[SLAB.NT.AddReg]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
;-----------------------------------------------------------------------------
; Copy lists
;-----------------------------------------------------------------------------
[CopyFiles]
[CopyFiles.Win2K]
slabser.sys
slabcm.sys,slabcmnt.sys
slabcmnt.sys
;-----------------------------------------------------------------------------
; NT Services installation
;-----------------------------------------------------------------------------
[SLAB.Install.NT.Services]
AddService = slabser, 0x00000002, SLAB.Install.AddService
[SLAB.Install.AddService]
DisplayName = %SLAB.Service.Name%
Description = %SLAB.Service.Desc%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\slabser.sys
;-----------------------------------------------------------------------------
; STRINGS
;-----------------------------------------------------------------------------
[Strings]
;<<localize the following>>
;BEGIN ENG - US English Strings
Provider = "Silicon Laboratories"
SLAB = "Silicon Laboratories"
DiskString = "USB to UART Bridge Controller Drivers"
SLAB.Comm.Desc = "USB to UART Bridge Controller"
SLAB.Service.Name = "USB to UART Bridge Controller Drivers"
SLAB.Service.Desc = "USB to UART Bridge Controller Drivers"
CustomerDataPath = "USB to UART Bridge Controller"
DriverSet = "USB to UART Bridge Controller Driver Set"
UninstallFile = "SLABUninstall.exe"
McciOptions = "Uninstallable"
;END ENG - US English Strings
;-----------------------------------------------------------------------------
; The following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
;*** end of file ***
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -