mirror of https://github.com/AxioDL/boo.git
Minor tweak to HIDDeviceUdev
This commit is contained in:
parent
175893f055
commit
bf4b3f7382
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue