ushwbfdrv.inf Driver File Contents (CV_WBF_Setup_2690H_32bit_ZPE.exe)

;/*++
;
;Copyright (c) Broadcom Corporation.  All rights reserved.
;
;Module Name:
;
;    USHWBFDRV.INF
;
;Abstract:
;    Installation inf for ControlVault WBDI Driver
;
;--*/


[Version]
Signature="$WINDOWS NT$"
Class=Biometric
ClassGuid={53D29EF7-377C-4D14-864B-EB3A85769359}
Provider=%BRCM%
DriverVer=04/20/2012,6.1.7600.16385
CatalogFile=wbfcvusbdrv.cat


; ================= Class section =====================

[ClassInstall32]
AddReg=BiometricClass_RegistryAdd

[BiometricClass_RegistryAdd]
HKR,,ClassDesc,,%ClassName% 
HKR,,Icon,,"-201"
HKR,,IconPath,0x00010000,"%SYSTEMROOT%\system32\SysClass.dll,-201"

; ================= Device section =====================

[Manufacturer]
%MfgName%=Broadcom,NTx86

; For XP and later
[Broadcom.NTx86]
%USB\VID_0A5C&PID_5801.DeviceDesc%=Biometric_Install, USB\VID_0A5C&PID_5801&REV_0101&MI_03
%USB\VID_0A5C&PID_5802.DeviceDesc%=Biometric_Install, USB\VID_0A5C&PID_5802&REV_0101&MI_03

[Biometric_Install.NT]
CopyFiles=wbfcvusbdrv.Files.Ext,UMDriverCopy,WinBioEngineAdapterCopy,WinBioSensorAdapterCopy,WinBioStorageAdapterCopy
AddProperty=Device_Properties

[Biometric_Install.NT.hw]
AddReg=Biometric_Device_AddReg
AddReg=DriverPlugInAddReg, DatabaseAddReg
AddReg=UshcvUsb_AddReg

[Device_Properties]
DeviceIcon,,,,"%SYSTEMROOT%\system32\SysClass.dll,-201" ; This is where a device specific icon can be specified.

[Biometric_Install.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles

[Biometric_Install.NT.Services]
AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall  
AddService=wbfcvusbdrv, 0x000001f8, wbfcvusbdrv.AddService ;flag 0x2 sets this as the service for the device

[Biometric_Install.NT.Wdf]
KmdfService=wbfcvusbdrv, wbfcvusbdrv_wdfsect
UmdfService="ushwbfdrv", ushwbfdrv_Install
UmdfServiceOrder=ushwbfdrv

[UshcvUsb_AddReg]
HKR,,"LowerFilters",0x00010008,"wbfcvusbdrv" ; FLG_ADDREG_TYPE_MULTI_SZ | FLG_ADDREG_APPEND

[ushwbfdrv_Install]
UmdfLibraryVersion=1.9.0
DriverCLSID = "{AF7C2C41-FA1C-42d2-9DF3-C9770BE469AE}"
ServiceBinary = "%12%\UMDF\ushwbfdrv.dll"

[Biometric_Device_AddReg]
HKR,,"DeviceCharacteristics",0x10001,0x0100     ; Use same security checks on relative opens
HKR,,"Security",,"D:P(A;;GA;;;BA)(A;;GA;;;SY)"  ; Allow generic-all access to Built-in administrators and Local system
HKR,,"Exclusive",0x10001,1

[DriverPlugInAddReg]
; Default Broadcom Advanced Configuration
HKR,WinBio\Configurations,DefaultConfiguration,,"0"
HKR,WinBio\Configurations,IgnoreGlobalConfigurations,0x00010001,1
HKR,WinBio\Configurations\0,SensorMode,0x10001,2                                ; Basic - 1, Advanced - 2
HKR,WinBio\Configurations\0,SystemSensor,0x10001,1                              ; UAC/Winlogon - 1
HKR,WinBio\Configurations\0,SensorAdapterBinary,,"BrcmSensorAdapter.dLL"      	; Broadcom sensor adapter.
HKR,WinBio\Configurations\0,EngineAdapterBinary,,"BrcmEngineAdapter.dll"        ; Broadcom engine adapter
HKR,WinBio\Configurations\0,StorageAdapterBinary,,"BrcmStorageAdapter.dLL"    	; Broadcom storage adapter
HKR,WinBio\Configurations\0,DatabaseId,,"EFBD8DB5-53E4-4794-B9AD-8AFD1745B9CA"  ; Unique database GUID
; Lite Configuration
HKR,WinBio\Configurations,LiteConfiguration,,"1"
HKR,WinBio\Configurations\1,SensorMode,0x10001,1                                ; Basic - 1, Advanced - 2
HKR,WinBio\Configurations\1,SystemSensor,0x10001,1                              ; UAC/Winlogon - 1
HKR,WinBio\Configurations\1,SensorAdapterBinary,,"winbiosensoradapter.dLL"      ; Windows built-in WBDI sensor adapter.
HKR,WinBio\Configurations\1,EngineAdapterBinary,,"VendorEngineAdapter.dll"      ; Vendor engine
HKR,WinBio\Configurations\1,StorageAdapterBinary,,"winbiostorageadapter.dLL"    ; Windows built-in storage adapter
HKR,WinBio\Configurations\1,DatabaseId,,"C6F041E9-B2BE-4826-9B02-F50BFDB9F13E"  ; Unique database GUID
; Basic Configuration
HKR,WinBio\Configurations,BasicConfiguration,,"2"
HKR,WinBio\Configurations,IgnoreGlobalConfigurations,0x00010001,1
HKR,WinBio\Configurations\2,SensorMode,0x10001,1                                ; Basic - 1, Advanced - 2
HKR,WinBio\Configurations\2,SystemSensor,0x10001,1                              ; UAC/Winlogon - 1
HKR,WinBio\Configurations\2,SensorAdapterBinary,,"BrcmSensorAdapter.DLL"      	; Broadcom sensor adapter.
HKR,WinBio\Configurations\2,EngineAdapterBinary,,"VendorEngineAdapter.dll"      ; Vendor engine
HKR,WinBio\Configurations\2,StorageAdapterBinary,,"winbiostorageadapter.DLL"    ; Windows built-in storage adapter
HKR,WinBio\Configurations\2,DatabaseId,,"82BAC77D-9419-4d79-BC2E-17BB5172139E"  ; Unique database GUID

[DatabaseAddReg]
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{EFBD8DB5-53E4-4794-B9AD-8AFD1745B9CA},BiometricType,0x00010001,0x00000008
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{EFBD8DB5-53E4-4794-B9AD-8AFD1745B9CA},Attributes,0x00010001,0x00000001
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{EFBD8DB5-53E4-4794-B9AD-8AFD1745B9CA},Format,,"00000000-0000-0000-0000-000000000000"
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{EFBD8DB5-53E4-4794-B9AD-8AFD1745B9CA},InitialSize,0x00010001,0x00000020
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{EFBD8DB5-53E4-4794-B9AD-8AFD1745B9CA},AutoCreate,0x00010001,0x00000001
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{EFBD8DB5-53E4-4794-B9AD-8AFD1745B9CA},AutoName,0x00010001,0x00000001
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{EFBD8DB5-53E4-4794-B9AD-8AFD1745B9CA},FilePath,,""
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{EFBD8DB5-53E4-4794-B9AD-8AFD1745B9CA},ConnectionString,,""
;
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{C6F041E9-B2BE-4826-9B02-F50BFDB9F13E},BiometricType,0x00010001,0x00000008
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{C6F041E9-B2BE-4826-9B02-F50BFDB9F13E},Attributes,0x00010001,0x00000001
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{C6F041E9-B2BE-4826-9B02-F50BFDB9F13E},Format,,"00000000-0000-0000-0000-000000000000"
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{C6F041E9-B2BE-4826-9B02-F50BFDB9F13E},InitialSize,0x00010001,0x00000020
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{C6F041E9-B2BE-4826-9B02-F50BFDB9F13E},AutoCreate,0x00010001,0x00000001
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{C6F041E9-B2BE-4826-9B02-F50BFDB9F13E},AutoName,0x00010001,0x00000001
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{C6F041E9-B2BE-4826-9B02-F50BFDB9F13E},FilePath,,""
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{C6F041E9-B2BE-4826-9B02-F50BFDB9F13E},ConnectionString,,""
;
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{82BAC77D-9419-4d79-BC2E-17BB5172139E},BiometricType,0x00010001,0x00000008
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{82BAC77D-9419-4d79-BC2E-17BB5172139E},Attributes,0x00010001,0x00000001
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{82BAC77D-9419-4d79-BC2E-17BB5172139E},Format,,"00000000-0000-0000-0000-000000000000"
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{82BAC77D-9419-4d79-BC2E-17BB5172139E},InitialSize,0x00010001,0x00000020
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{82BAC77D-9419-4d79-BC2E-17BB5172139E},AutoCreate,0x00010001,0x00000001
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{82BAC77D-9419-4d79-BC2E-17BB5172139E},AutoName,0x00010001,0x00000001
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{82BAC77D-9419-4d79-BC2E-17BB5172139E},FilePath,,""
HKLM,System\CurrentControlSet\Services\WbioSrvc\Databases\{82BAC77D-9419-4d79-BC2E-17BB5172139E},ConnectionString,,""

[wbfcvusbdrv_wdfsect]
KmdfLibraryVersion=1.9

[WUDFRD_ServiceInstall]
DisplayName = %WudfRdDisplayName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\WUDFRd.sys
LoadOrderGroup = Base

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

[wbfcvusbdrv.AddReg]
HKR, Parameters\Wdf, VerboseOn,       0x00010001, 1
HKR, Parameters\Wdf, VerifierOn,      0x00010001, 1
HKR, Parameters\Wdf, DbgBreakOnError, 0x00010001, 1

[wbfcvusbdrv.Files.Ext]
wbfcvusbdrv.sys

[UMDriverCopy]
ushwbfdrv.dll

[WinBioEngineAdapterCopy]
BrcmEngineAdapter.dll

[WinBioSensorAdapterCopy]
BrcmSensorAdapter.dll

[WinBioStorageAdapterCopy]
BrcmStorageAdapter.dll

[SourceDisksNames]
1=%Disk_Description%,,,

[SourceDisksFiles]
wbfcvusbdrv.sys = 1
ushwbfdrv.dll=1
WudfUpdate_01009.dll=1
WdfCoInstaller01009.dll=1
BrcmEngineAdapter.dll=1
BrcmSensorAdapter.dll=1
BrcmStorageAdapter.dll=1
BrcmWBFCoInst.dll=1

[DestinationDirs]
UMDriverCopy=12,UMDF ; copy to drivers\umdf
DefaultDestDir = 12

;-------------- WDF Coinstaller installation

[DestinationDirs]
CoInstaller_CopyFiles = 11
WinBioEngineAdapterCopy=11,WinBioPlugins 	; copy to \Windows\System32\WinBioPlugins
WinBioSensorAdapterCopy=11,WinBioPlugins 	; copy to \Windows\System32\WinBioPlugins
WinBioStorageAdapterCopy=11,WinBioPlugins 	; copy to \Windows\System32\WinBioPlugins

[CoInstaller_CopyFiles]
WudfUpdate_01009.dll
WdfCoInstaller01009.dll
BrcmWBFCoInst.dll

[CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000,"BrcmWBFCoInst.dll,BrcmWBFCoInstaller","WudfUpdate_01009.dll","WdfCoInstaller01009.dll,WdfCoInstaller"

;---------------------------------------------------------------;

[Strings]
BRCM="Broadcom Corporation"
MfgName="Broadcom Corporation"
Disk_Description="Biometric_Install Installation Disk"
wbfcvusbdrv.SvcDesc="WBF Control Vault"
ClassName="Biometric Devices"
USB\VID_0A5C&PID_5801.DeviceDesc="Control Vault w/ Fingerprint Swipe Sensor"
USB\VID_0A5C&PID_5802.DeviceDesc="Control Vault w/ Fingerprint Touch Sensor"
WudfRdDisplayName="Windows Driver Foundation - User-mode Driver Framework Reflector"
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: web4, load: 0.90