屏蔽了获取有纸无纸

This commit is contained in:
13038267101 2022-11-25 13:01:36 +08:00
parent b75a4028f7
commit 04ffa574c6
1 changed files with 1 additions and 1 deletions

View File

@ -1288,7 +1288,7 @@ void hg_scanner_239::thread_handle_usb_read(void)
if (status_ == SCANNER_ERR_DEVICE_STOPPED)
{
SANE_Bool b = false;
//status_ = ret = get_scanner_paperon(&b);
status_ = ret = get_scanner_paperon(&b);
}
VLOG_MINI_2(LOG_LEVEL_DEBUG_INFO, "USB thread exit with code: %s, status = %s\n", hg_scanner_err_name(ret), hg_scanner_err_name(status_));
}