mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
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 (
|
gBS->CreateEvent (
|
||||||
EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
EVT_TIMER | EVT_NOTIFY_SIGNAL,
|
||||||
TPL_NOTIFY,
|
TPL_CALLBACK,
|
||||||
USBKeyboardRepeatHandler,
|
USBKeyboardRepeatHandler,
|
||||||
UsbKeyboardDevice,
|
UsbKeyboardDevice,
|
||||||
&UsbKeyboardDevice->RepeatTimer
|
&UsbKeyboardDevice->RepeatTimer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user