-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect and add keyboard input workaround for early AMI UEFI v2.0 systems
* Early AMI UEFI v2.0 firmwares, such as the ones found in Dell Optiplex 390s, are unable to process USB keyboard input when the USB bus is simultaneously being used to read data at high speed. * To work around this, we need to stall the system at regular intervals, so that it gets a chance to process USB keyboard cancellation. * A 5 ms delay for each 1 MB read appears to be enough (and should only add about 5 seconds extra time for each GB of data being read).
- Loading branch information
Showing
4 changed files
with
46 additions
and
1 deletion.
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
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