goodixmoc: add two new Goodix PID support.

Add two new Goodix PID 0x63AC and 0x639C, to support two more Goodix fingerprint devices on Linux platform.
This commit is contained in:
fengqiangguo 2020-12-16 20:35:53 +08:00 committed by Benjamin Berg
parent ee928db5b2
commit e6712fbcca

View file

@ -1424,6 +1424,8 @@ static const FpIdEntry id_table[] = {
{ .vid = 0x27c6, .pid = 0x5840, },
{ .vid = 0x27c6, .pid = 0x6496, },
{ .vid = 0x27c6, .pid = 0x60A2, },
{ .vid = 0x27c6, .pid = 0x63AC, },
{ .vid = 0x27c6, .pid = 0x639C, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
};