elanmoc: add PID 0x0c7d

Signed-off-by: hermanlin <herman.lin@emc.com.tw>
This commit is contained in:
hermanlin
2021-10-12 14:02:48 +08:00
parent 7efb860381
commit 5d0a3eab5c
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
G_DEFINE_TYPE (FpiDeviceElanmoc, fpi_device_elanmoc, FP_TYPE_DEVICE)
static const FpIdEntry id_table[] = {
{ .vid = 0x04f3, .pid = 0x0c7d, },
{ .vid = 0x04f3, .pid = 0x0c7e, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
};