mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 01:54:44 +00:00
In the process of implementation for USB isochronous transfer, the timeout (100ms) is not enough for Plantronics USB headset. So pass longer timeout (300ms) to function libusb_control_transfer will make USB headset of Plantronics work. This change only results a longer execution time in ENUMERATION process for few devices like Plantronics USB headset which need more time to do its internal operations. For most USB devices, time less than 100ms are enough to complete the execution of libusb_control_transfer. So basically it will not affect the whole system performance. In the long term, a better solution (eg: async control transfer) will be introduced to replace current implementation. Change-Id: I380e0cc337ec5741b1e4ce989abacce826b7dde4 Tracked-On: Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Reviewed-by: Liang Yang <liang3.yang@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
25 KiB
25 KiB