From 79fac066e46bf8cfbcfd927719c9aef4ea34f10d Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Sat, 21 Oct 2023 09:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E306?= 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 b2d5711..9095c6a 100644 --- a/sane/scanner.cpp +++ b/sane/scanner.cpp @@ -609,7 +609,7 @@ bool scanner::is_belong_serial(int vid, int pid, SCANNERID serial) } else if (GET_SCANNER_PID(serial) == 0x300) { - return pid == 0x300 || pid == 0x302 || pid == 0x339; + return pid == 0x300 || pid == 0x302 || pid == 0x339 || pid == 0x306; } else if (GET_SCANNER_PID(serial) == 0x400) {