dPersona.inf Driver File Contents (UaU2001.zip)

;=====================================================================
; dPersona.inf  setup file for fingerprint scanner
; Copyright (c) 1997-2000 DigitalPersona, inc
;=====================================================================

;=====================================================================
; Version and Class information
;=====================================================================
[Version]
Signature="$WINDOWS NT$"
Class=Biometric
ClassGUID={f6ffcbcb-3218-4f5c-bc3e-5cec207bf0d8}
Provider=%Mfg%
DriverVer=08/01/2000,5.00.2150.1
catalogfile=dpersona.cat

;=====================================================================
; Install new device class
;=====================================================================
[ClassInstall32]
Addreg=BiometricClassReg

[ClassInstall]
Addreg=BiometricClassReg

[BiometricClassReg]
HKR,,,0,%BiometricClassName%
HKR,,Icon,,-21

;=====================================================================
; List of directories
;=====================================================================
[DestinationDirs]
Files.Sys=11                    	; system dir
Files.SysDrv=12						; device driver location
Files.Windows=10                    ; windows dir
Files.inf=17						; INF dir

;=====================================================================
; Manufactuer info
;=====================================================================
[Manufacturer]
%Mfg%=Models

;=====================================================================
; List of device model supported
;=====================================================================
[Models]
%USB\VID_05BA&PID_0001.DeviceDesc%=Model.UareU,USB\VID_05BA&PID_0001
%USB\VID_05BA&PID_0002.DeviceDesc%=Model.UareUportable,USB\VID_05BA&PID_0002
%USB\VID_05BA&PID_0003.DeviceDesc%=Model.SteamRoller,USB\VID_05BA&PID_0003
%USB\VID_05BA&PID_0004.DeviceDesc%=Model.Sputnik,USB\VID_05BA&PID_0004
%USB\VID_05BA&PID_0005.DeviceDesc%=Model.SputnikSlim,USB\VID_05BA&PID_0005

;=====================================================================
; Install componant for U.are.U
;=====================================================================
[Model.UareU]
SubClass			= Fingerprint
DeviceType			= 1						
Capabilities		= 4						
DeviceData			= DeviceData.UareU
AddReg				= AddReg.Service,AddReg.UareU
CopyFiles			= Files.Sys,Files.SysDrv,Files.inf,Files.Windows
DelFiles			= 
UninstallSection	= Uninstall.UareU

;=====================================================================
; Install componant for U.are.U portable
;=====================================================================
[Model.UareUportable]
SubClass			= Fingerprint
DeviceType			= 1						
Capabilities		= 4						
DeviceData			= DeviceData.UareUportable
AddReg				= AddReg.Service, AddReg.UareUportable
CopyFiles			= Files.Sys,Files.SysDrv,Files.inf,Files.Windows
DelFiles			= 
UninstallSection	= Uninstall.UareUportable

;=====================================================================
; Install componant for SteamRoller
;=====================================================================
[Model.SteamRoller]
SubClass			= Fingerprint
DeviceType			= 1						
Capabilities		= 4						
DeviceData			= DeviceData.SteamRoller
AddReg				= AddReg.Service, AddReg.SteamRoller
CopyFiles			= Files.Sys,Files.SysDrv,Files.inf,Files.Windows
DelFiles			= 
UninstallSection	= Uninstall.SteamRoller

;=====================================================================
; Install componant for Sputnik
;=====================================================================
[Model.Sputnik]
SubClass			= Fingerprint
DeviceType			= 1						
Capabilities		= 4						
DeviceData			= DeviceData.Sputnik
AddReg				= AddReg.Service, AddReg.Sputnik
CopyFiles			= Files.Sys,Files.SysDrv,Files.inf,Files.Windows
DelFiles			= 
UninstallSection	= Uninstall.Sputnik

;=====================================================================
; Install componant for SputnikSlim
;=====================================================================
[Model.SputnikSlim]
SubClass			= Fingerprint
DeviceType			= 1						
Capabilities		= 4						
DeviceData			= DeviceData.SputnikSlim
AddReg				= AddReg.Service, AddReg.SputnikSlim
CopyFiles			= Files.Sys,Files.SysDrv,Files.inf,Files.Windows
DelFiles			= 
UninstallSection	= Uninstall.SputnikSlim

;=====================================================================
; Services to run for model
;=====================================================================
[Model.UareU.Services]
AddService = UsbdpFP, 0x00000002, Usbdpfp.AddService, Usbdpfp_EventLog_Inst

[Model.UareUportable.Services]
AddService = UsbdpFP, 0x00000002, Usbdpfp.AddService, Usbdpfp_EventLog_Inst

[Model.SteamRoller.Services]
AddService = UsbdpFP, 0x00000002, Usbdpfp.AddService, Usbdpfp_EventLog_Inst

[Model.Sputnik.Services]
AddService = UsbdpFP, 0x00000002, Usbdpfp.AddService, Usbdpfp_EventLog_Inst

[Model.SputnikSlim.Services]
AddService = UsbdpFP, 0x00000002, Usbdpfp.AddService, Usbdpfp_EventLog_Inst

;=====================================================================
; Add event logger support
;=====================================================================
[Usbdpfp_EventLog_Inst]
AddReg = Usbdpfp_EventLog_AddReg

[Usbdpfp_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\Usbdpfp.sys"
HKR,,TypesSupported,0x00010001,7
HKR,Parameters,EventLogLevel,0x00010001,1

;=====================================================================
; for model U.are.U
;=====================================================================
[DeviceData.UareU]

;=====================================================================
; for model U.are.Uportable
;=====================================================================
[DeviceData.UareUportable]

;=====================================================================
; for model SteamRoller
;=====================================================================
[DeviceData.SteamRoller]

;=====================================================================
; for model Sputnik
;=====================================================================
[DeviceData.Sputnik]

;=====================================================================
; for model SputnikSlim
;=====================================================================
[DeviceData.SputnikSlim]

;=====================================================================
; Add the following entries in the registry
;=====================================================================
[AddReg.Service]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,UsbdpFP.sys


[AddReg.UareU]
HKLM,"Software\DigitalPersona\Driver","D05BA000101",0x00000000,"dpD00101.dll"
HKLM,"Software\DigitalPersona\Driver","I05BA000101",0x00000000,"dpI00101.dll"


[AddReg.UareUportable]
HKLM,"Software\DigitalPersona\Driver","D05BA000201",0x00000000,"dpD00201.dll"
HKLM,"Software\DigitalPersona\Driver","I05BA000201",0x00000000,"dpI00201.dll"

HKLM, "Software\DigitalPersona\driver\05BA00020105", "Default I/O values",         0x00000001, 00,00,00,40,40,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,2F,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,08,18,28,31,20,A6,88,A8,98,3C,04,26
HKLM, "Software\DigitalPersona\driver\05BA00020105", "I/O mask for default value", 0x00000001, 00,00,00,40,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,FF,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF
HKLM, "Software\DigitalPersona\driver\05BA00020105", "Base I/O address",           0x00010001,  0x08

HKLM,"Software\DigitalPersona\Driver","D05BA000202",0x00000000,"dpD00202.dll"
HKLM,"Software\DigitalPersona\Driver","I05BA000202",0x00000000,"dpI00202.dll"


[AddReg.SteamRoller]
HKLM,"Software\DigitalPersona\Driver","D05BA000301",0x00000000,"dpD00301.dll"
HKLM,"Software\DigitalPersona\Driver","I05BA000301",0x00000000,"dpI00301.dll"


[AddReg.Sputnik]
HKLM,"Software\DigitalPersona\Driver","D05BA000401",0x00000000,"dpD00401.dll"
HKLM,"Software\DigitalPersona\Driver","I05BA000401",0x00000000,"dpI00401.dll"

[AddReg.SputnikSlim]
HKLM,"Software\DigitalPersona\Driver","D05BA000501",0x00000000,"dpD00501.dll"
HKLM,"Software\DigitalPersona\Driver","I05BA000501",0x00000000,"dpI00501.dll"

;=====================================================================
; Remove registry entries for
;=====================================================================
[DelReg.Service]
HKLM,"System\CurrentControlSet\Services\UsbdpFP"
HKR,,UsbdpFP
HKR,UsbdpFP
DelService = UsbdpFP

[DelReg.UareU]
HKLM,"Software\DigitalPersona\Driver","D05BA000101"
HKLM,"Software\DigitalPersona\Driver","I05BA000101"

[DelReg.UareUportable]
HKLM,"Software\DigitalPersona\Driver","D05BA000201"
HKLM,"Software\DigitalPersona\Driver","I05BA000201"

HKLM,"Software\DigitalPersona\Driver","D05BA000202"
HKLM,"Software\DigitalPersona\Driver","I05BA000202"

[DelReg.SteamRoller]
HKLM,"Software\DigitalPersona\Driver","D05BA000301"
HKLM,"Software\DigitalPersona\Driver","I05BA000301"

[DelReg.Sputnik]
HKLM,"Software\DigitalPersona\Driver","D05BA000401"
HKLM,"Software\DigitalPersona\Driver","I05BA000401"

[DelReg.SputnikSlim]
HKLM,"Software\DigitalPersona\Driver","D05BA000501"
HKLM,"Software\DigitalPersona\Driver","I05BA000501"

;=====================================================================
; Files placed in the system directory
;=====================================================================
[Files.Sys]

;=====================================================================
; Files placed in the windows directory
;=====================================================================
[Files.Windows]

;=====================================================================
; Files placed in the system32 directory
;=====================================================================
[Files.SysDrv]
UsbdpFP.sys			; Fingerprint Kernel Driver

;=====================================================================
; Files placed in the system32 directory
;=====================================================================
[Files.inf]
;dpersona.inf		

;=====================================================================
; Uninstall section for model U.are.U
;=====================================================================
[Uninstall.UareU]
DelFiles=Files.SysDrv,Files.inf
DelReg=DelReg.UareU,DelReg.Service

;=====================================================================
; Uninstall section for model U.are.U portable
;=====================================================================
[Uninstall.UareUportable]
DelFiles=Files.SysDrv,Files.inf
DelReg=DelReg.UareUportable,DelReg.Service

;=====================================================================
; Uninstall section for model SteamRoller
;=====================================================================
[Uninstall.SteamRoller]
DelFiles=Files.SysDrv,Files.inf
DelReg=DelReg.SteamRoller,DelReg.Service

;=====================================================================
; Uninstall section for model Sputnik
;=====================================================================
[Uninstall.Sputnik]
DelFiles=Files.SysDrv,Files.inf
DelReg=DelReg.Sputnik,DelReg.Service

;=====================================================================
; Uninstall section for model SputnikSlim
;=====================================================================
[Uninstall.SputnikSlim]
DelFiles=Files.SysDrv,Files.inf
DelReg=DelReg.SputnikSlim,DelReg.Service

;=====================================================================
; Service description
;=====================================================================
[Usbdpfp.AddService]
DisplayName    = %Usbdpfp.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\UsbdpFP.sys
LoadOrderGroup = Base

;=====================================================================
; Strings description
;=====================================================================
[Strings]
Mfg="DigitalPersona, Inc."
USB\VID_05BA&PID_0001.DeviceDesc="U.are.U fingerprint device by DigitalPersona, Inc"
USB\VID_05BA&PID_0002.DeviceDesc="U.are.U 2000 fingerprint device by DigitalPersona, Inc"
USB\VID_05BA&PID_0003.DeviceDesc="SteamRoller fingerprint device by DigitalPersona, Inc"
USB\VID_05BA&PID_0004.DeviceDesc="Sputnik fingerprint device by DigitalPersona, Inc"
USB\VID_05BA&PID_0005.DeviceDesc="SputnikSlim fingerprint device by DigitalPersona, Inc"
Usbdpfp.SvcDesc= "USB fingerprint scanner driver"
BiometricClassName="Biometric"

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: web3, load: 2.31