From 22502aa2c436db083642e3447c67a497572c5e3d Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Tue, 7 Mar 2023 11:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=89=E7=8E=8B=E7=AB=8B=E6=80=9D=E8=BE=B0?= =?UTF-8?q?=E7=9A=84439=E8=AE=BE=E5=A4=87=E5=A2=9E=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E9=86=92=E6=89=8B=E5=8A=A8=E5=94=A4=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner/mainwindow.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/scanner/mainwindow.cpp b/app/scanner/mainwindow.cpp index c343db4e..b19e564a 100644 --- a/app/scanner/mainwindow.cpp +++ b/app/scanner/mainwindow.cpp @@ -662,7 +662,7 @@ void MainWindow::on_AcquireInto2() m_dialogLog->updateStatus(false, false); m_dialogLog->show(); - if ("439" == getDevPid() || "9220" == getDevPid()) + if ("439" == getDevPid() || "9220" == getDevPid() || "8529" == getDevPid() || "7039" == getDevPid()) { m_dialogLog->addLog(tr("Please wake up the device manually"), true); m_wndStatusBar->setDeviceStatusInfo(tr("Please wake up the device manually"), true); @@ -1452,7 +1452,7 @@ void MainWindow::on_continueScan() m_dialogLog->updateStatus(false, false); m_dialogLog->show(); - if ("439" == getDevPid() || "9220" == getDevPid()) + if ("439" == getDevPid() || "9220" == getDevPid() || "8529" == getDevPid() || "7039" == getDevPid()) { m_dialogLog->addLog(tr("Please wake up the device manually"), true); m_wndStatusBar->setDeviceStatusInfo(tr("Please wake up the device manually"), true); @@ -3400,7 +3400,7 @@ void MainWindow::on_act_acquire_triggered() m_dialogLog->updateStatus(false, false); m_dialogLog->show(); - if ("439" == getDevPid() || "9220" == getDevPid()) + if ("439" == getDevPid() || "9220" == getDevPid() || "8529" == getDevPid() || "7039" == getDevPid())//The 439 device can only be wakened manually when sleeping. { m_dialogLog->addLog(tr("Please wake up the device manually"), true); m_wndStatusBar->setDeviceStatusInfo(tr("Please wake up the device manually"), true); @@ -3478,7 +3478,7 @@ void MainWindow::on_act_acquireSingle_triggered() m_dialogLog->updateStatus(false, false); m_dialogLog->show(); - if ("439" == getDevPid() || "9220" == getDevPid()) + if ("439" == getDevPid() || "9220" == getDevPid() || "8529" == getDevPid() || "7039" == getDevPid()) { m_dialogLog->addLog(tr("Please wake up the device manually"), true); m_wndStatusBar->setDeviceStatusInfo(tr("Please wake up the device manually"), true); @@ -3572,7 +3572,7 @@ void MainWindow::on_act_acquireInto_triggered() m_dialogLog->updateStatus(false, false); m_dialogLog->show(); - if ("439" == getDevPid() || "9220" == getDevPid()) + if ("439" == getDevPid() || "9220" == getDevPid() || "8529" == getDevPid() || "7039" == getDevPid()) { m_dialogLog->addLog(tr("Please wake up the device manually"), true); m_wndStatusBar->setDeviceStatusInfo(tr("Please wake up the device manually"), true); @@ -3665,7 +3665,7 @@ void MainWindow::on_act_insertFromScanner_triggered() m_dialogLog->updateStatus(false, false); m_dialogLog->show(); - if ("439" == getDevPid() || "9220" == getDevPid()) + if ("439" == getDevPid() || "9220" == getDevPid() || "8529" == getDevPid() || "7039" == getDevPid()) { m_dialogLog->addLog(tr("Please wake up the device manually"), true); m_wndStatusBar->setDeviceStatusInfo(tr("Please wake up the device manually"), true);