You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
INI
45 lines
1.1 KiB
INI
[Version]
|
|
Signature="$Windows NT$"
|
|
Class=Ports
|
|
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
|
Provider=%LINUX%
|
|
DriverVer=08/17/2004,0.0.2.0
|
|
; Copyright (C) 2004 Al Borchers (alborchers@steinerpoint.com)
|
|
; released under GNU General Public License
|
|
|
|
[Manufacturer]
|
|
%LINUX%=GSerialDeviceList
|
|
|
|
[GSerialDeviceList]
|
|
%GSERIAL%=GSerialInstall, USB\VID_FFFF&PID_0005
|
|
|
|
[DestinationDirs]
|
|
DefaultDestDir=10,System32\Drivers
|
|
|
|
[GSerialInstall]
|
|
CopyFiles=GSerialCopyFiles
|
|
AddReg=GSerialAddReg
|
|
|
|
[GSerialCopyFiles]
|
|
usbser.sys
|
|
|
|
[GSerialAddReg]
|
|
HKR,,DevLoader,,*ntkern
|
|
HKR,,NTMPDriver,,usbser.sys
|
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
|
|
|
[GSerialInstall.Services]
|
|
AddService = usbser,0x0002,GSerialService
|
|
|
|
[GSerialService]
|
|
DisplayName = %GSERIAL_DISPLAY_NAME%
|
|
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
|
StartType = 3 ; SERVICE_DEMAND_START
|
|
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
|
|
ServiceBinary = %10%\System32\Drivers\usbser.sys
|
|
LoadOrderGroup = Base
|
|
|
|
[Strings]
|
|
LINUX = "Linux"
|
|
GSERIAL = "USB CDC serial port emulation"
|
|
GSERIAL_DISPLAY_NAME = "USB CDC serial port emulation" |