iafilatov / libfprint

libfrpint driver for a family of Elantech fingerprint sensors
https://cgit.freedesktop.org/libfprint/libfprint/
GNU Lesser General Public License v2.1
146 stars 20 forks source link

SPI device not detected #41

Open jacklu333333 opened 2 years ago

jacklu333333 commented 2 years ago

Hi, I am using Asus Flip S UX370UAF with ArchLinux. When I tried to list available devices, there were none. However with cmd cat /sys/bus/acpi/devices/*/path | grep "\.SPI\|\.FPNT"

I have output

\_SB_.PCI0.SPI0
\_SB_.PCI0.SPI1.FPNT
\_SB_.PCI0.SPI0.SPBA
\_SB_.PCI0.SPI1

Is there any way I can modify the code to get it to work?

Thanks in advance. Jack Lu