-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
; Windows 2000, XP, Vista, 7 and 8 (x32 and x64) setup file for Atmel CDC Devices | ||
; Copyright (c) 2000-2013 ATMEL, Inc. | ||
|
||
[Version] | ||
Signature = "$Windows NT$" | ||
Class = Ports | ||
ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318} | ||
|
||
Provider = %Manufacturer% | ||
LayoutFile = layout.inf | ||
CatalogFile = teknicclearcore.cat | ||
DriverVer = 01/09/2020,1.0.0.7 | ||
|
||
;---------------------------------------------------------- | ||
; Targets | ||
;---------------------------------------------------------- | ||
[Manufacturer] | ||
%Manufacturer%=DeviceList, NTAMD64, NTIA64, NT | ||
|
||
[DeviceList] | ||
%TEK_CORE% = DriverInstall, USB\VID_2890&PID_8022 | ||
%TEK_BOOT% = DriverInstall, USB\VID_2890&PID_0022&MI_00 | ||
|
||
[DeviceList.NTAMD64] | ||
%TEK_CORE% = DriverInstall, USB\VID_2890&PID_8022 | ||
%TEK_BOOT% = DriverInstall, USB\VID_2890&PID_0022&MI_00 | ||
|
||
[DeviceList.NTIA64] | ||
%TEK_CORE% = DriverInstall, USB\VID_2890&PID_8022 | ||
%TEK_BOOT% = DriverInstall, USB\VID_2890&PID_0022&MI_00 | ||
|
||
[DeviceList.NT] | ||
%TEK_CORE% = DriverInstall, USB\VID_2890&PID_8022 | ||
%TEK_BOOT% = DriverInstall, USB\VID_2890&PID_0022&MI_00 | ||
|
||
;---------------------------------------------------------- | ||
; Windows 2000, XP, Vista, Windows 7, Windows 8 - 32bit | ||
;---------------------------------------------------------- | ||
[Reader_Install.NTx86] | ||
|
||
|
||
[DestinationDirs] | ||
DefaultDestDir=12 | ||
DriverInstall.NT.Copy=12 | ||
|
||
[DriverInstall.NT] | ||
include=mdmcpq.inf | ||
CopyFiles=DriverInstall.NT.Copy | ||
AddReg=DriverInstall.NT.AddReg | ||
|
||
[DriverInstall.NT.Copy] | ||
usbser.sys | ||
|
||
[DriverInstall.NT.AddReg] | ||
HKR,,DevLoader,,*ntkern | ||
HKR,,NTMPDriver,,usbser.sys | ||
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" | ||
|
||
[DriverInstall.NT.Services] | ||
AddService = usbser, 0x00000002, DriverService.NT | ||
|
||
[DriverService.NT] | ||
DisplayName = %Serial.SvcDesc% | ||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER | ||
StartType = 3 ; SERVICE_DEMAND_START | ||
ErrorControl = 1 ; SERVICE_ERROR_NORMAL | ||
ServiceBinary = %12%\usbser.sys | ||
LoadOrderGroup = Base | ||
|
||
;---------------------------------------------------------- | ||
; Windows XP, Vista, Windows 7, Windows 8 - 64bit | ||
;---------------------------------------------------------- | ||
|
||
[DriverInstall.NTamd64] | ||
include=mdmcpq.inf | ||
CopyFiles=DriverCopyFiles.NTamd64 | ||
AddReg=DriverInstall.NTamd64.AddReg | ||
|
||
[DriverCopyFiles.NTamd64] | ||
usbser.sys,,,0x20 | ||
|
||
[DriverInstall.NTamd64.AddReg] | ||
HKR,,DevLoader,,*ntkern | ||
HKR,,NTMPDriver,,usbser.sys | ||
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" | ||
|
||
[DriverInstall.NTamd64.Services] | ||
AddService=usbser, 0x00000002, DriverService.NTamd64 | ||
|
||
[DriverService.NTamd64] | ||
DisplayName=%Serial.SvcDesc% | ||
ServiceType=1 | ||
StartType=3 | ||
ErrorControl=1 | ||
ServiceBinary=%12%\usbser.sys | ||
|
||
;---------------------------------------------------------- | ||
; String | ||
;---------------------------------------------------------- | ||
|
||
[Strings] | ||
Manufacturer = "Teknic, Inc." | ||
MFGFILENAME="TeknicClearCore" | ||
ManufacturerName="Teknic, Inc." | ||
INSTDISK="Teknic ClearCore USB Installer" | ||
DESCRIPTION="Teknic ClearCore Module" | ||
ServiceName="ClearCore USB Serial Emulation Driver" | ||
TEK_CORE="Teknic ClearCore" | ||
TEK_BOOT="Teknic ClearCore UF2 Bootloader" | ||
|
||
Serial.SvcDesc = "USB Serial emulation driver" | ||
|
Binary file not shown.