OpenCore
1.0.4
OpenCore Bootloader
|
#include "EfiKey.h"
#include "AppleKey.h"
#include <Library/DevicePathLib.h>
#include <Library/UefiBootServicesTableLib.h>
Go to the source code of this file.
Macros | |
#define | ASSERT_USB_KB_DEV_VALID(UsbKbDev) |
Functions | |
STATIC VOID | UsbKbSetAppleKeyMapDb (IN USB_KB_DEV *UsbKeyboardDevice, IN APPLE_KEY_MAP_DATABASE_PROTOCOL *KeyMapDb) |
STATIC VOID EFIAPI | UsbKbAppleKeyMapDbInstallNotify (IN EFI_EVENT Event, IN VOID *Context) |
VOID | UsbKbLocateAppleKeyMapDb (IN USB_KB_DEV *UsbKeyboardDevice) |
VOID | UsbKbFreeAppleKeyMapDb (IN USB_KB_DEV *UsbKeyboardDevice) |
Produces Keyboard Info Protocol.
Copyright (c) 2016 - 2018, Download-Fritz. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file AppleKey.c.
#define ASSERT_USB_KB_DEV_VALID | ( | UsbKbDev | ) |
Definition at line 21 of file AppleKey.c.
STATIC VOID EFIAPI UsbKbAppleKeyMapDbInstallNotify | ( | IN EFI_EVENT | Event, |
IN VOID * | Context ) |
Protocol installation notify for Apple KeyMap Database.
[in] | Event | Indicates the event that invoke this function. |
[in] | Context | Indicates the calling context. |
Definition at line 59 of file AppleKey.c.
VOID UsbKbFreeAppleKeyMapDb | ( | IN USB_KB_DEV * | UsbKeyboardDevice | ) |
Definition at line 124 of file AppleKey.c.
VOID UsbKbLocateAppleKeyMapDb | ( | IN USB_KB_DEV * | UsbKeyboardDevice | ) |
Definition at line 88 of file AppleKey.c.
STATIC VOID UsbKbSetAppleKeyMapDb | ( | IN USB_KB_DEV * | UsbKeyboardDevice, |
IN APPLE_KEY_MAP_DATABASE_PROTOCOL * | KeyMapDb ) |
Definition at line 29 of file AppleKey.c.