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:
gikidy 2009-06-11 06:25:30 +00:00
parent f754f721bf
commit 4607d9e5e1
1 changed files with 1 additions and 1 deletions

View File

@ -911,7 +911,7 @@ InitUSBKeyboard (
gBS->CreateEvent (
EVT_TIMER | EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
TPL_CALLBACK,
USBKeyboardRepeatHandler,
UsbKeyboardDevice,
&UsbKeyboardDevice->RepeatTimer