elanmoc: Add new PID 0x0C9D and 0x0CA3

This commit is contained in:
herman lin
2025-02-10 13:49:05 +08:00
parent 09ec6e66e3
commit e1b6d8a461
2 changed files with 4 additions and 0 deletions

View File

@@ -32,7 +32,9 @@ static const FpIdEntry id_table[] = {
{ .vid = 0x04f3, .pid = 0x0c8c, },
{ .vid = 0x04f3, .pid = 0x0c8d, },
{ .vid = 0x04f3, .pid = 0x0c99, },
{ .vid = 0x04f3, .pid = 0x0c9d, },
{ .vid = 0x04f3, .pid = 0x0c9f, },
{ .vid = 0x04f3, .pid = 0x0ca3, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
};