depau / Elan-Fingerprint-0c4c-PoC

PoC for communicating with an ELAN 04f3:0c4c fingerprint reader - See link for libfprint driver info
https://gitlab.freedesktop.org/libfprint/libfprint/-/issues/406
28 stars 6 forks source link

Support 04f3:0c77 Elan Microelectronics Corp. ELAN:ARM-M4 #2

Open LuccoJ opened 1 year ago

LuccoJ commented 1 year ago

I would like to report that my fingerprint scanner 04f3:0c77 (which is found in the Asus Expertbook B7 Flip) works with your proof of concept code, as long as I set ID_PRODUCT = 0x0c77.

It is quite finicky, and I don't know if it's working at it best, but it could certainly enroll two different fingers and later verify them as the correct finger, though often after a couple of tries.

depau commented 1 year ago

Hi, I haven't really been working on the driver lately. If you're able to test and apply fixes to the code over there in libfprint feel free to join the conversation.

brys0 commented 4 months ago

Hello, I am working on a proof of concept that does support the 04f3:0c80. And may also support the 0c77 variant. I will release the proof of concept to my github soon.