This repository has been archived by the owner on May 1, 2024. It is now read-only.
forked from tianocore/edk2
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XhciDxe: Workaround for USB Net driver
Typically, there are two cases that the BMC device returns NAK when receiving a BULK IN request - Case 1: BMC has no data for the Bulk In request - Case 2: BMC is preparing the data for returning to the Host So, I'm adding a workaround for reducing the number of retries for checking Bulk In response from BMC device in the case 1 so that the Host will return Timeout right after receiving a series of 50 sequential NAK responses. Signed-off-by: Nhi Pham <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters