From eeae1f03cc65a012c223465422ad94a4e2c18396 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 15 Feb 2026 18:13:30 +0900 Subject: [PATCH] README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 34ad811..0d31ec2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# Add support for 04e8:7301 Samsung Electronics Fingerprint Device + +_Found on Samsung NoteBook 9 series_ + +This reader is basically USB-to-SPI bridged FPC1020 devices, so added some bridge setup and quirks. + +Original driver has some kind of calibrarion and post-processing for image, so it can have poor performance on raw images. + +Doesn't recognise well on libfprint's algorithm, but modern algorithms it worked fine when tested.