tcusb.inf Driver File Contents (util_fingerprint_v5.6.0_Build3221.zip)

; Copyright (c) 2003,2006 UPEK, Inc.
; Manufacturer: UPEK, Inc.

[Version]
Signature="$Windows NT$"
Class=Biometric
ClassGUID={53D29EF7-377C-4D14-864B-EB3A85769359}
Provider=%Mfg%
DriverVer=09/21/2006,1.9.2.0071
CatalogFile=tcusb.cat

[SourceDisksNames]
1=%DiskName%,,,

[SourceDisksFiles]
tcusb.sys = 1

[Manufacturer]
%Mfg%=Models, NTx86.5.1, NTamd64

[Models]
; empty section to avoid installation on NT4, w2k and w9x

[Models.NTx86.5.1]
; XP and above at x86
%USB\VID_0483&PID_2015.DeviceDesc%          = TcUsb.Dev,USB\VID_0483&PID_2015
%USB\VID_0483&PID_2015&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_0483&PID_2015&MI_00
%USB\VID_0483&PID_2016.DeviceDesc%          = TcUsb.Dev,USB\VID_0483&PID_2016
%USB\VID_0483&PID_2016&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_0483&PID_2016&MI_00
%USB\VID_147E&PID_2015.DeviceDesc%          = TcUsb.Dev,USB\VID_147E&PID_2015
%USB\VID_147E&PID_2015&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_147E&PID_2015&MI_00
%USB\VID_147E&PID_2016.DeviceDesc%          = TcUsb.Dev,USB\VID_147E&PID_2016
%USB\VID_147E&PID_2016&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_147E&PID_2016&MI_00
%USB\VID_147E&PID_1000.DeviceDesc%          = TcUsb.Dev,USB\VID_147E&PID_1000
%USB\VID_147E&PID_1000&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_147E&PID_1000&MI_00

[Models.NTamd64]
; x64 systems
%USB\VID_0483&PID_2015.DeviceDesc%          = TcUsb.Dev,USB\VID_0483&PID_2015
%USB\VID_0483&PID_2015&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_0483&PID_2015&MI_00
%USB\VID_0483&PID_2016.DeviceDesc%          = TcUsb.Dev,USB\VID_0483&PID_2016
%USB\VID_0483&PID_2016&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_0483&PID_2016&MI_00
%USB\VID_147E&PID_2015.DeviceDesc%          = TcUsb.Dev,USB\VID_147E&PID_2015
%USB\VID_147E&PID_2015&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_147E&PID_2015&MI_00
%USB\VID_147E&PID_2016.DeviceDesc%          = TcUsb.Dev,USB\VID_147E&PID_2016
%USB\VID_147E&PID_2016&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_147E&PID_2016&MI_00
%USB\VID_147E&PID_1000.DeviceDesc%          = TcUsb.Dev,USB\VID_147E&PID_1000
%USB\VID_147E&PID_1000&MI_00.DeviceDesc%    = TcUsb.Dev,USB\VID_147E&PID_1000&MI_00

; biometry class installation is necessary despite of chkinf warning
[ClassInstall32]
AddReg=biometry_class_addreg

[biometry_class_addreg]
HKR,,,,Biometric
HKR,,Icon,,"-24"

[DestinationDirs]
TcUsb.Files.Ext = 10,System32\Drivers

[TcUsb.Dev.NTx86]
CopyFiles=TcUsb.Files.Ext
AddReg=TcUsb.AddReg

[TcUsb.Dev.NTamd64]
CopyFiles=TcUsb.Files.Ext
AddReg=TcUsb.AddReg

[TcUsb.Dev.NTx86.Services]
AddService = TcUsb, 0x00000002, TcUsb.AddService

[TcUsb.Dev.NTamd64.Services]
AddService = TcUsb, 0x00000002, TcUsb.AddService

[TcUsb.AddService]
DisplayName    = %TcUsb.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\tcusb.sys
LoadOrderGroup = Base
AddReg         = TcUsb.Driver.AddReg

[TcUsb.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,tcusb.sys

[TcUsb.Driver.AddReg]
HKR,"Parameters","SelectiveSuspendEnable",0x10001,1
HKR,"Parameters","SystemWakeupDisable",0x10001,1

[TcUsb.Files.Ext]
tcusb.sys

; strings
[Strings]
Mfg="UPEK"
DiskName="TC USB Driver Installation media"
USB\VID_0483&PID_2015&MI_00.DeviceDesc    = "TouchChip Fingerprint Reader"
USB\VID_0483&PID_2015.DeviceDesc          = "TouchChip Fingerprint Reader"
USB\VID_0483&PID_2016&MI_00.DeviceDesc    = "TouchChip Fingerprint Coprocessor"
USB\VID_0483&PID_2016.DeviceDesc          = "TouchChip Fingerprint Coprocessor"
USB\VID_147E&PID_2015&MI_00.DeviceDesc    = "TouchChip Fingerprint Reader"
USB\VID_147E&PID_2015.DeviceDesc          = "TouchChip Fingerprint Reader"
USB\VID_147E&PID_2016&MI_00.DeviceDesc    = "TouchChip Fingerprint Coprocessor"
USB\VID_147E&PID_2016.DeviceDesc          = "TouchChip Fingerprint Coprocessor"
USB\VID_147E&PID_1000&MI_00.DeviceDesc    = "TouchStrip Fingerprint Sensor"
USB\VID_147E&PID_1000.DeviceDesc          = "TouchStrip Fingerprint Sensor"
TcUsb.SvcDesc                             = "TC USB Kernel Driver"
Download Driver Pack

How To Update Drivers Manually

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.

server: web5, load: 0.87