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:
@@ -911,7 +911,7 @@ InitUSBKeyboard (
|
|||||||
|
|
||||||
gBS->CreateEvent (
|
gBS->CreateEvent (
|
||||||
EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
||||||
TPL_NOTIFY,
|
TPL_CALLBACK,
|
||||||
USBKeyboardRepeatHandler,
|
USBKeyboardRepeatHandler,
|
||||||
UsbKeyboardDevice,
|
UsbKeyboardDevice,
|
||||||
&UsbKeyboardDevice->RepeatTimer
|
&UsbKeyboardDevice->RepeatTimer
|
||||||
|
Reference in New Issue
Block a user