mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-05 04:35:57 +00:00
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]);
|
HIDReportType::Input, readBuf[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
device->m_devImp->transferCycle();
|
if (device->m_runningTransferLoop)
|
||||||
|
device->m_devImp->transferCycle();
|
||||||
}
|
}
|
||||||
device->m_devImp->finalCycle();
|
device->m_devImp->finalCycle();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user