mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 05:27:58 +00:00
Minor tweak to HIDDeviceUdev
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user