增加沧田303设备

This commit is contained in:
13038267101 2022-10-21 16:33:03 +08:00
parent 778bb5a028
commit 60356f1d40
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ g_supporting_devices[] = {
, {0x3072, PID_AND_NAME(402, SCANNER_NAME_HG_G400), "G400", "",&hg_scanner_mgr::create_scanner_g402}
, {0x3072, PID_AND_NAME(439, SCANNER_NAME_HG_G400), "G400", "",&hg_scanner_mgr::create_scanner_g239}
, {0x064B, PID_AND_NAME(7823,SCANNER_NAME_HG_G200), "G200", "",&hg_scanner_mgr::create_scanner_empty}
, {0x3072, PID_AND_NAME(303 ,SCANNER_NAME_HG_G300), "G300", "",&hg_scanner_mgr::create_scanner_g300}
#endif
};
static std::string g_vendor = COMPANY_NAME;