mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 01:54:44 +00:00
DM USB: xHCI: remove the waiting 5 seconds wa for s3
This workaround will delay the UOS resuming for 5 seconds, this behavior is not right and should be replaced by dynamic style. Tracked-On: #1893 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>
This commit is contained in:
@@ -377,6 +377,4 @@ struct xhci_event_ring_seg {
|
||||
volatile uint32_t dwEvrsReserved;
|
||||
};
|
||||
|
||||
void wait_for_xhci_resume();
|
||||
|
||||
#endif /* _XHCI_H_ */
|
||||
|
||||
Reference in New Issue
Block a user