elanmoc: Add new PID 0xCB2

This commit is contained in:
Ken
2026-03-20 11:23:09 +08:00
parent 66b1ada0d6
commit ee422fc3c5
2 changed files with 2 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ usb:v04F3p0CA3*
usb:v04F3p0CA7*
usb:v04F3p0CA8*
usb:v04F3p0CB0*
usb:v04F3p0CB2*
ID_AUTOSUSPEND=1
ID_PERSIST=0

View File

@@ -39,6 +39,7 @@ static const FpIdEntry id_table[] = {
{ .vid = 0x04f3, .pid = 0x0ca7, },
{ .vid = 0x04f3, .pid = 0x0ca8, },
{ .vid = 0x04f3, .pid = 0x0cb0, },
{ .vid = 0x04f3, .pid = 0x0cb2, },
{ .vid = 0, .pid = 0, .driver_data = 0 }, /* terminating entry */
};