USB ID
06cb:00b7
Reported in
HP ProBook 450 G6, HP ZBook 17 G6
Source
devices/06cb:00b7/README.md

Validity/Synaptics VCSFW 0xd51 (USB 06cb:00b7)

Status: WIP (unmerged upstream MR) - registered from python-validity data, untested (the MR author has no hardware).

Device ID(s): 06cb:00b7

A Synaptics/Validity VCSFW sensor: TLS-paired, match-on-chip, with enroll, matching and template storage all happening on the sensor. libfprint has no driver for these today, so they do not work under current fprintd at all.

Hardware

HP ProBook 450 G6, HP ZBook 17 G6, and other HP G6-series models.

Upstream merge request

This continues @lewohart's !579, which has been inactive since April 2026; !579's driver is preserved inside it as a single commit with authorship intact. !626 is the branch to build.

What it does

Implements the full FpDevice surface (open/close, enroll, verify, identify, list, delete, clear-storage) and handles the on-chip TLS session, host pairing, calibration and the flash template database in-driver. Each device loads a per-device data package at runtime; see the MR description for details.

The MR author reports daily-driver use, including PAM screen unlock.

Because this ID is registered from python-validity's device data rather than tested, a report either way is especially useful here.

How to use it

The code lives in the merge request, not in this repo:

git clone https://gitlab.freedesktop.org/libfprint/libfprint.git
cd libfprint
git fetch origin merge-requests/626/head:mr-626
git checkout mr-626

Then build and install per docs/BUILD.md.

Pairing caveat

These sensors store host pairing data on-chip, so pairing with Linux can invalidate a Windows Hello pairing. Dual-booters should expect to re-enroll on one side.

Tested on

License

Part of libfprint (LGPL-2.1).