mirror of https://github.com/acidanthera/audk.git
The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke, should use CallBack instead.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8527 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f754f721bf
commit
4607d9e5e1
|
@ -911,7 +911,7 @@ InitUSBKeyboard (
|
|||
|
||||
gBS->CreateEvent (
|
||||
EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
||||
TPL_NOTIFY,
|
||||
TPL_CALLBACK,
|
||||
USBKeyboardRepeatHandler,
|
||||
UsbKeyboardDevice,
|
||||
&UsbKeyboardDevice->RepeatTimer
|
||||
|
|
Loading…
Reference in New Issue