From a6b0214014314bf77cf13c54379e7abf4bb5e627 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Tue, 1 Aug 2023 10:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=97=E5=8A=9B=E8=AE=BE=E5=A4=87pid?= =?UTF-8?q?=E6=BC=8F=E5=86=99=E4=BA=864020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sane/scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sane/scanner.cpp b/sane/scanner.cpp index d48aaac..65bf664 100644 --- a/sane/scanner.cpp +++ b/sane/scanner.cpp @@ -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) {