From 4801589bd48a7bb04a6b450f068faabb0f3d0820 Mon Sep 17 00:00:00 2001 From: VisorCraft LLC Date: Tue, 26 May 2026 09:50:01 -0500 Subject: [PATCH] =?UTF-8?q?README:=20document=2006cb:0088=20(Kensington=20?= =?UTF-8?q?VeriMark)=20=E2=80=94=20driver=20available?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds 06cb:0088 to the project intro and the device status table. A fully working FLOSS libfprint driver for this device lives at https://github.com/visorcraft/Kensington_VeriMark_06cb-0088 and covers enroll, verify, and PAM/login integration. Closes #46. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 545ef9b..78fec8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Validity90 -This project aims on reverse engineering protocol of Validity 138a:0090, 138a:0094, 138a:0097, 06cb:0081, 06cb:009a fingerprint readers, creating specification and FLOSS libfprint driver. +This project aims on reverse engineering protocol of Validity 138a:0090, 138a:0094, 138a:0097, 06cb:0081, 06cb:0088, 06cb:009a fingerprint readers, creating specification and FLOSS libfprint driver. ## Discussions @@ -29,6 +29,7 @@ Lenovo forums: [https://forums.lenovo.com/t5/Linux-Discussion/Validity-Fingerpri | 138a:0097 | Scan, Internal DB check works in prototype | | 138a:0094 | Doesn't work yet, but looks promising. I will try to work on it after 90/97 | | 06cb:0081 | So far looks identical to 138a:0094 | +| 06cb:0088 | Fully working FLOSS libfprint driver available (enroll, verify, PAM/login integration) — Kensington VeriMark. Pre-Prometheus chip; protocol differs from 009a (no fwext partition, different pre-TLS pairing). Driver auto-pairs on first plug-in, no Windows extraction required. See [Kensington_VeriMark_06cb-0088](https://github.com/visorcraft/Kensington_VeriMark_06cb-0088). | | 06cb:009a | Init works, leds work, scan doesn't work yet | | 138a:0091 | Different protocol, out of scope for this project. Check out [Validity91](https://github.com/hmaarrfk/Validity91) which aims to reverse engineer it.|