X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FIsa%2FPs2MouseDxe%2FPs2Mouse.c;h=53ce99e6ab0e37c29ca908f915b5c29393260e6a;hp=e50018059749c9bf518c3f89f2a9be97a1e8ca75;hb=bcd70414877e56f3bffff0bf11b07a30ef51a68f;hpb=e1a09a0eaa2de7bb9cd41c98e2f5fa383fb7a401 diff --git a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c index e500180597..53ce99e6ab 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c +++ b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c @@ -35,7 +35,7 @@ PS2MouseDriverSupported ( IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) -/*++ +/** Routine Description: @@ -45,7 +45,7 @@ Arguments: Returns: ---*/ +**/ // GC_TODO: This - add argument and description to function comment // GC_TODO: Controller - add argument and description to function comment // GC_TODO: RemainingDevicePath - add argument and description to function comment @@ -115,7 +115,7 @@ PS2MouseDriverStart ( IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) -/*++ +/** Routine Description: Start protocol interfaces for the mouse device handles. @@ -129,7 +129,7 @@ Returns: EFI_SUCCESS - This driver is added to DeviceHandle. other - Errors occurred. ---*/ +**/ { EFI_STATUS Status; EFI_STATUS EmptyStatus; @@ -390,7 +390,7 @@ PS2MouseDriverStop ( IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) -/*++ +/** Routine Description: @@ -398,7 +398,7 @@ PS2MouseDriverStop ( Returns: ---*/ +**/ // GC_TODO: This - add argument and description to function comment // GC_TODO: Controller - add argument and description to function comment // GC_TODO: NumberOfChildren - add argument and description to function comment @@ -489,7 +489,7 @@ MouseReset ( IN EFI_SIMPLE_POINTER_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) -/*++ +/** Routine Description: @@ -505,7 +505,7 @@ Returns: EFI_SUCCESS - The command byte is written successfully. EFI_DEVICE_ERROR - Errors occurred during reseting keyboard. ---*/ +**/ { EFI_STATUS Status; PS2_MOUSE_DEV *MouseDev; @@ -609,7 +609,7 @@ BOOLEAN CheckMouseConnect ( IN PS2_MOUSE_DEV *MouseDev ) -/*++ +/** Routine Description: @@ -624,7 +624,7 @@ Returns: TRUE - Keyboard in System. FALSE - Keyboard not in System. ---*/ +**/ { EFI_STATUS Status; @@ -642,7 +642,7 @@ MouseGetState ( IN EFI_SIMPLE_POINTER_PROTOCOL *This, IN OUT EFI_SIMPLE_POINTER_STATE *State ) -/*++ +/** Routine Description: @@ -659,7 +659,7 @@ Returns: EFI_NOT_READY - GC_TODO: Add description for return value EFI_SUCCESS - GC_TODO: Add description for return value ---*/ +**/ { PS2_MOUSE_DEV *MouseDev; EFI_TPL OldTpl; @@ -695,7 +695,7 @@ MouseWaitForInput ( IN EFI_EVENT Event, IN VOID *Context ) -/*++ +/** Routine Description: @@ -706,7 +706,7 @@ Arguments: Returns: ---*/ +**/ // GC_TODO: Event - add argument and description to function comment // GC_TODO: Context - add argument and description to function comment { @@ -730,7 +730,7 @@ PollMouse ( IN EFI_EVENT Event, IN VOID *Context ) -/*++ +/** Routine Description: @@ -746,7 +746,7 @@ Returns: None ---*/ +**/ { PS2_MOUSE_DEV *MouseDev;