X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FBus%2FUsb%2FUsbMouseDxe%2Fusbmouse.c;h=4d9aed937d1155edf70eb86030a94d540de07910;hb=d01c093a582c001ae3817706b3d664e9ea3d00ba;hp=01c37c19a6703538d9dc9e4f1281ad7ed6cf608b;hpb=c52fa98ca98ceaab75e8ddf9ebcfbcbd323bab13;p=mirror_edk2.git diff --git a/MdeModulePkg/Bus/Usb/UsbMouseDxe/usbmouse.c b/MdeModulePkg/Bus/Usb/UsbMouseDxe/usbmouse.c index 01c37c19a6..4d9aed937d 100644 --- a/MdeModulePkg/Bus/Usb/UsbMouseDxe/usbmouse.c +++ b/MdeModulePkg/Bus/Usb/UsbMouseDxe/usbmouse.c @@ -24,19 +24,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include -// -// Driver Consumed Protocol Prototypes -// -//@MT:#include EFI_PROTOCOL_DEFINITION (DriverBinding) -//@MT:#include EFI_PROTOCOL_DEFINITION (UsbIo) - -// -// Driver Produced Protocol Prototypes -// -//@MT:#include EFI_PROTOCOL_DEFINITION (SimplePointer) - -//@MT:#include "UsbDxeLib.h" -//@MT:#include "hid.h" #include "usbmouse.h" #include "mousehid.h" @@ -77,7 +64,7 @@ USBMouseDriverBindingStop ( ); EFI_GUID gEfiUsbMouseDriverGuid = { - 0x290156b5, 0x6a05, 0x4ac0, 0xb8, 0x0, 0x51, 0x27, 0x55, 0xad, 0x14, 0x29 + 0x290156b5, 0x6a05, 0x4ac0, {0xb8, 0x0, 0x51, 0x27, 0x55, 0xad, 0x14, 0x29} }; EFI_DRIVER_BINDING_PROTOCOL gUsbMouseDriverBinding = { @@ -147,8 +134,6 @@ UsbMouseReset ( // // Driver start here // -//@MT: EFI_DRIVER_ENTRY_POINT (USBMouseDriverBindingEntryPoint) - EFI_STATUS EFIAPI USBMouseDriverBindingEntryPoint (