@@ -29,6 +29,7 @@ static const FpIdEntry whitelist_id_table[] = {
2929 * You can generate this list from the wiki page using e.g.:
3030 * gio cat https://gitlab.freedesktop.org/libfprint/wiki/-/wikis/Unsupported-Devices.md | sed -n 's!|.*\([0-9a-fA-F]\{4\}\):\([0-9a-fA-F]\{4\}\).*|.*! { .vid = 0x\1, .pid = 0x\2 },!p'
3131 */
32+ { .vid = 0x04e8 , .pid = 0x730b },
3233 { .vid = 0x04f3 , .pid = 0x036b },
3334 { .vid = 0x04f3 , .pid = 0x0c00 },
3435 { .vid = 0x04f3 , .pid = 0x0c4c },
@@ -51,6 +52,7 @@ static const FpIdEntry whitelist_id_table[] = {
5152 { .vid = 0x06cb , .pid = 0x00d8 },
5253 { .vid = 0x06cb , .pid = 0x00da },
5354 { .vid = 0x06cb , .pid = 0x00dc },
55+ { .vid = 0x06cb , .pid = 0x00e4 },
5456 { .vid = 0x06cb , .pid = 0x00e7 },
5557 { .vid = 0x06cb , .pid = 0x00e9 },
5658 { .vid = 0x06cb , .pid = 0x00fd },
@@ -66,6 +68,7 @@ static const FpIdEntry whitelist_id_table[] = {
6668 { .vid = 0x0bda , .pid = 0x5812 },
6769 { .vid = 0x10a5 , .pid = 0x0007 },
6870 { .vid = 0x10a5 , .pid = 0x9200 },
71+ { .vid = 0x10a5 , .pid = 0x9800 },
6972 { .vid = 0x1188 , .pid = 0x9545 },
7073 { .vid = 0x138a , .pid = 0x0007 },
7174 { .vid = 0x138a , .pid = 0x003a },
@@ -87,6 +90,7 @@ static const FpIdEntry whitelist_id_table[] = {
8790 { .vid = 0x27c6 , .pid = 0x5042 },
8891 { .vid = 0x27c6 , .pid = 0x5110 },
8992 { .vid = 0x27c6 , .pid = 0x5117 },
93+ { .vid = 0x27c6 , .pid = 0x5125 },
9094 { .vid = 0x27c6 , .pid = 0x5201 },
9195 { .vid = 0x27c6 , .pid = 0x521d },
9296 { .vid = 0x27c6 , .pid = 0x5301 },
@@ -98,6 +102,7 @@ static const FpIdEntry whitelist_id_table[] = {
98102 { .vid = 0x27c6 , .pid = 0x538c },
99103 { .vid = 0x27c6 , .pid = 0x538d },
100104 { .vid = 0x27c6 , .pid = 0x5395 },
105+ { .vid = 0x27c6 , .pid = 0x5503 },
101106 { .vid = 0x27c6 , .pid = 0x5584 },
102107 { .vid = 0x27c6 , .pid = 0x55a2 },
103108 { .vid = 0x27c6 , .pid = 0x55a4 },
0 commit comments