USB ID
06cb:00cb
Reported in
HP Pavilion x360 14-dh
Source
devices/06cb:00cb/README.md

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

Status: WIP (unmerged upstream MR) - hardware-validated by the MR author.

Device ID(s): 06cb:00cb

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 Pavilion x360 14-dh.

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.

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).