Skip to content

Commit

Permalink
USB driver version 1.0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-teknic authored Jun 5, 2020
1 parent 11d7331 commit de258e0
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions TeknicClearCore.inf
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 added teknicclearcore.cat
Binary file not shown.

0 comments on commit de258e0

Please sign in to comment.