From 2df4340f7a70fcea5e3e38eaee4c09656b0c2464 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Thu, 18 Jan 2024 09:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=8B=E6=80=9D=E8=BE=B0=E6=96=B0=E5=A2=9EG6?= =?UTF-8?q?3S=E5=9E=8B=E5=8F=B7=EF=BC=8Cpid=E4=B8=BA0x8630?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sane/scanner.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sane/scanner.cpp b/sane/scanner.cpp index 1e0d54d..a41c969 100644 --- a/sane/scanner.cpp +++ b/sane/scanner.cpp @@ -707,6 +707,10 @@ bool scanner::is_belong_serial(int vid, int pid, SCANNERID serial) { return pid == 0x8730 || pid == 0x8739; } + else if (GET_SCANNER_PID(serial) == 0x8630) + { + return pid == 0x8630; + } } #endif