得力设备pid漏写了4020

This commit is contained in:
yangjiaxuan 2023-08-01 10:40:37 +08:00
parent d9cccc438d
commit a6b0214014
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ bool scanner::is_belong_serial(int vid, int pid, SCANNERID serial)
{
if (GET_SCANNER_PID(serial) == 0x401C)
{
return pid == 0x401C || pid == 0x401D || pid == 0x401E || pid == 0x401F|| pid == 0x4021 || pid == 0x4022;
return pid == 0x401C || pid == 0x401D || pid == 0x401E || pid == 0x401F || pid == 0x4020 || pid == 0x4021 || pid == 0x4022;
}
else if (GET_SCANNER_PID(serial) == 0x4015)
{