From 9109a04eaa113102ee2d6acdca60ca0a24eb85ec Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Thu, 18 Jan 2024 09:58:23 +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 --- hgdriver/hgdev/char_const.h | 1 + hgdriver/hgdev/scanner_manager.cpp | 3 +++ 2 files changed, 4 insertions(+) diff --git a/hgdriver/hgdev/char_const.h b/hgdriver/hgdev/char_const.h index 3541bed..b259efe 100644 --- a/hgdriver/hgdev/char_const.h +++ b/hgdriver/hgdev/char_const.h @@ -318,6 +318,7 @@ #define SCANNER_NAME_LSC_G42S "LANXUMSCAN G42S" #define SCANNER_NAME_LSC_G52S "LANXUMSCAN G52S" #define SCANNER_NAME_LSC_G62S "LANXUMSCAN G62S" +#define SCANNER_NAME_LSC_G63S "LANXUMSCAN G63S" #define SCANNER_NAME_LSC_G73S "LANXUMSCAN G73S" diff --git a/hgdriver/hgdev/scanner_manager.cpp b/hgdriver/hgdev/scanner_manager.cpp index c78e555..29dc2c4 100644 --- a/hgdriver/hgdev/scanner_manager.cpp +++ b/hgdriver/hgdev/scanner_manager.cpp @@ -47,6 +47,7 @@ g_supporting_devices[] = { , {0x31c9, PID_AND_NAME(8529, SCANNER_NAME_LSC_G52S), "G52S", "", &hg_scanner_mgr::create_scanner_g439} , {0x31c9, PID_AND_NAME(8620, SCANNER_NAME_LSC_G62S), "G62S", "", &hg_scanner_mgr::create_scanner_g100} , {0x31c9, PID_AND_NAME(8629, SCANNER_NAME_LSC_G62S), "G62S", "", &hg_scanner_mgr::create_scanner_g239} + , {0x31c9, PID_AND_NAME(8630, SCANNER_NAME_LSC_G63S), "G63S", "", &hg_scanner_mgr::create_scanner_g239} , {0x31c9, PID_AND_NAME(8730, SCANNER_NAME_LSC_G73S), "G73S", "", &hg_scanner_mgr::create_scanner_g100} , {0x31c9, PID_AND_NAME(8739, SCANNER_NAME_LSC_G73S), "G73S", "", &hg_scanner_mgr::create_scanner_g239} #endif @@ -109,6 +110,7 @@ g_supporting_devices[] = { , {0x31c9, PID_AND_NAME(8529, SCANNER_NAME_LSC_G52S), "G52S", "", &hg_scanner_mgr::create_scanner_g439} , {0x31c9, PID_AND_NAME(8620, SCANNER_NAME_LSC_G62S), "G62S", "", &hg_scanner_mgr::create_scanner_g100} , {0x31c9, PID_AND_NAME(8629, SCANNER_NAME_LSC_G62S), "G62S", "", &hg_scanner_mgr::create_scanner_g239} + , {0x31c9, PID_AND_NAME(8630, SCANNER_NAME_LSC_G63S), "G63S", "", &hg_scanner_mgr::create_scanner_g239} , {0x31c9, PID_AND_NAME(8730, SCANNER_NAME_LSC_G73S), "G73S", "", &hg_scanner_mgr::create_scanner_g100} , {0x31c9, PID_AND_NAME(8739, SCANNER_NAME_LSC_G73S), "G73S", "", &hg_scanner_mgr::create_scanner_g239} @@ -808,6 +810,7 @@ scanner_err hg_scanner_mgr::hg_scanner_open(scanner_handle* h, const char* name, g_supporting_devices[it->ind].pid == 0x9000 || g_supporting_devices[it->ind].pid == 0x8739 || g_supporting_devices[it->ind].pid == 0x8629 || + g_supporting_devices[it->ind].pid == 0x8630 || g_supporting_devices[it->ind].pid == 0x0439 || g_supporting_devices[it->ind].pid == 0x7039 || g_supporting_devices[it->ind].pid == 0x8529)