You are not logged in.

#1 2024-07-22 19:52:04

Ayu2805
Member
Registered: 2023-07-23
Posts: 52

[HOLD]Is there no fingerprint support for 06cb:0102 Synaptics, Inc.

I have a laptop Acer Aspire 7 (A715-76G) and it seems to have a fingerprint device with ID "06cb:0102". I can neither find it's support in fprintd nor anywhere else and official website only shows "Windows 11" for driver support hmm

It's not even listed on unsupported devices

Last edited by Ayu2805 (2024-07-25 19:03:12)

Offline

#2 2024-07-23 11:53:59

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,962

Re: [HOLD]Is there no fingerprint support for 06cb:0102 Synaptics, Inc.

the 06cb corresponds to a synaptics device , but 0102 is not listed on https://usb-ids.gowdy.us/read/UD/06cb .

https://linux-hardware.org/?id=usb:06cb-0102 shows no reports of systems where it functions under linux .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2024-07-23 12:33:00

loqs
Member
Registered: 2014-03-06
Posts: 18,869

Re: [HOLD]Is there no fingerprint support for 06cb:0102 Synaptics, Inc.

Have you tried adding the device ID to libfprint? You could use the addition of 06cd:0104 as a template.

Offline

#4 2024-07-23 12:34:06

Ayu2805
Member
Registered: 2023-07-23
Posts: 52

Re: [HOLD]Is there no fingerprint support for 06cb:0102 Synaptics, Inc.

Lone_Wolf wrote:

the 06cb corresponds to a synaptics device , but 0102 is not listed on https://usb-ids.gowdy.us/read/UD/06cb .

https://linux-hardware.org/?id=usb:06cb-0102 shows no reports of systems where it functions under linux .

It seems the the device is a very new one. Neither the laptop have much driver updates.

Offline

#5 2024-07-23 12:51:40

loqs
Member
Registered: 2014-03-06
Posts: 18,869

Re: [HOLD]Is there no fingerprint support for 06cb:0102 Synaptics, Inc.

diff --git a/data/autosuspend.hwdb b/data/autosuspend.hwdb
index 74ac65b..c19b2ba 100644
--- a/data/autosuspend.hwdb
+++ b/data/autosuspend.hwdb
@@ -228,6 +228,7 @@ usb:v06CBp00FC*
 usb:v06CBp00C2*
 usb:v06CBp0100*
 usb:v06CBp00F0*
+usb:v06CBp0102*
 usb:v06CBp0103*
 usb:v06CBp0123*
 usb:v06CBp0124*
diff --git a/libfprint/drivers/synaptics/synaptics.c b/libfprint/drivers/synaptics/synaptics.c
index 138e734..3542241 100644
--- a/libfprint/drivers/synaptics/synaptics.c
+++ b/libfprint/drivers/synaptics/synaptics.c
@@ -38,6 +38,7 @@ static const FpIdEntry id_table[] = {
   { .vid = SYNAPTICS_VENDOR_ID,  .pid = 0x00C2,  },
   { .vid = SYNAPTICS_VENDOR_ID,  .pid = 0x0100,  },
   { .vid = SYNAPTICS_VENDOR_ID,  .pid = 0x00F0,  },
+  { .vid = SYNAPTICS_VENDOR_ID,  .pid = 0x0102,  },
   { .vid = SYNAPTICS_VENDOR_ID,  .pid = 0x0103,  },
   { .vid = SYNAPTICS_VENDOR_ID,  .pid = 0x0123,  },
   { .vid = SYNAPTICS_VENDOR_ID,  .pid = 0x0124,  },

libfprint 1.94.7 with the patch above applied:
libfprint-1.94.7-3.1-x86_64.pkg.tar.zst.

Offline

#6 2024-07-23 15:18:22

Ayu2805
Member
Registered: 2023-07-23
Posts: 52

Re: [HOLD]Is there no fingerprint support for 06cb:0102 Synaptics, Inc.

loqs wrote:

libfprint 1.94.7 with the patch above applied:
libfprint-1.94.7-3.1-x86_64.pkg.tar.zst.

I have tried that, it ain't working. It just says "Ignoring device due to initialization error: unsupported firmware version"

Also, fwupd isn't even showing the device/firmware.

Offline

#7 2024-07-23 16:16:50

loqs
Member
Registered: 2014-03-06
Posts: 18,869

Re: [HOLD]Is there no fingerprint support for 06cb:0102 Synaptics, Inc.

I would suggest contacting the libfprint project.

Offline

#8 2024-07-25 19:02:55

Ayu2805
Member
Registered: 2023-07-23
Posts: 52

Re: [HOLD]Is there no fingerprint support for 06cb:0102 Synaptics, Inc.

loqs wrote:

I would suggest contacting the libfprint project.

I will mark the topic as [HOLD] for now then.

Offline

Board footer

Powered by FluxBB