mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-10 05:57:41 +00:00
Minor tweak to HIDDeviceUdev
This commit is contained in:
@@ -243,6 +243,7 @@ class HIDDeviceUdev final : public IHIDDevice
|
|||||||
HIDReportType::Input, readBuf[0]);
|
HIDReportType::Input, readBuf[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (device->m_runningTransferLoop)
|
||||||
device->m_devImp->transferCycle();
|
device->m_devImp->transferCycle();
|
||||||
}
|
}
|
||||||
device->m_devImp->finalCycle();
|
device->m_devImp->finalCycle();
|
||||||
|
|||||||
Reference in New Issue
Block a user