mirror of https://github.com/AxioDL/boo.git
Minor tweak to HIDDeviceUdev
This commit is contained in:
parent
175893f055
commit
bf4b3f7382
|
@ -243,7 +243,8 @@ class HIDDeviceUdev final : public IHIDDevice
|
|||
HIDReportType::Input, readBuf[0]);
|
||||
}
|
||||
}
|
||||
device->m_devImp->transferCycle();
|
||||
if (device->m_runningTransferLoop)
|
||||
device->m_devImp->transferCycle();
|
||||
}
|
||||
device->m_devImp->finalCycle();
|
||||
|
||||
|
|
Loading…
Reference in New Issue