mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OpenUsbKbDxe: Fix typos
This commit is contained in:
parent
1f9d6b578a
commit
ac4e705bf5
@ -637,7 +637,7 @@ USBKeyboardDriverBindingStop (
|
||||
data for the key that was pressed.
|
||||
|
||||
@retval EFI_SUCCESS The keystroke information was returned.
|
||||
@retval EFI_NOT_READY There was no keystroke data availiable.
|
||||
@retval EFI_NOT_READY There was no keystroke data available.
|
||||
@retval EFI_DEVICE_ERROR The keystroke information was not returned due to
|
||||
hardware errors.
|
||||
@retval EFI_INVALID_PARAMETER KeyData is NULL.
|
||||
@ -738,7 +738,7 @@ USBKeyboardReset (
|
||||
information for the key that was pressed.
|
||||
|
||||
@retval EFI_SUCCESS The keystroke information was returned.
|
||||
@retval EFI_NOT_READY There was no keystroke data availiable.
|
||||
@retval EFI_NOT_READY There was no keystroke data available.
|
||||
@retval EFI_DEVICE_ERROR The keystroke information was not returned due to
|
||||
hardware errors.
|
||||
|
||||
@ -815,9 +815,9 @@ USBKeyboardWaitForKey (
|
||||
// Enter critical section
|
||||
//
|
||||
OldTpl = gBS->RaiseTPL (TPL_NOTIFY);
|
||||
|
||||
|
||||
//
|
||||
// WaitforKey doesn't suppor the partial key.
|
||||
// WaitforKey doesn't support the partial key.
|
||||
// Considering if the partial keystroke is enabled, there maybe a partial
|
||||
// keystroke in the queue, so here skip the partial keystroke and get the
|
||||
// next key from the queue
|
||||
@ -950,7 +950,7 @@ KbdFreeNotifyList (
|
||||
@param InputData A pointer to keystroke data for the key that was pressed.
|
||||
|
||||
@retval TRUE Key pressed matches a registered key.
|
||||
@retval FLASE Key pressed does not matches a registered key.
|
||||
@retval FALSE Key pressed does not matches a registered key.
|
||||
|
||||
**/
|
||||
BOOLEAN
|
||||
@ -1269,6 +1269,7 @@ USBKeyboardUnregisterKeyNotify (
|
||||
|
||||
/**
|
||||
Process key notify.
|
||||
|
||||
@param Event Indicates the event that invoke this function.
|
||||
@param Context Indicates the calling context.
|
||||
**/
|
||||
|
||||
@ -617,6 +617,7 @@ USBKeyboardExitBootServices (
|
||||
|
||||
/**
|
||||
Process key notify.
|
||||
|
||||
@param Event Indicates the event that invoke this function.
|
||||
@param Context Indicates the calling context.
|
||||
**/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user