]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbKbDxe / UsbKbDxe.uni
CommitLineData
3f528797
JJ
1// /** @file\r
2// USB Keyboard Driver that manages USB keyboard and produces Simple Text Input(Ex) Protocol.\r
3//\r
4// USB Keyboard Driver consumes USB I/O Protocol and Device Path Protocol, and produces\r
5// Simple Text Input Protocol and Simple Text Input Ex Protocol on USB keyboard devices.\r
6// It initializes the keyboard layout according to info retrieved from HII database.\r
7// If HII cannot provide the info, this module uses its carried default one if PCD allows.\r
8// It manages the USB keyboard device via Asynchronous Interrupt Transfer of USB I/O Protocol,\r
9// and parses the data according to USB HID documents.\r
10// This module refers to following specifications:\r
11// 1. Universal Serial Bus HID Firmware Specification, ver 1.11\r
12// 2. Universal Serial Bus HID Usage Tables, ver 1.12\r
13// 3. UEFI Specification, v2.1\r
14//\r
d1102dba 15// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
3f528797 16//\r
9d510e61 17// SPDX-License-Identifier: BSD-2-Clause-Patent\r
3f528797
JJ
18//\r
19// **/\r
20\r
21\r
22#string STR_MODULE_ABSTRACT #language en-US "Manages USB keyboard and produces Simple Text Input(Ex) Protocol"\r
23\r
24#string STR_MODULE_DESCRIPTION #language en-US "USB Keyboard Driver consumes USB I/O Protocol and Device Path Protocol, and produces Simple Text Input Protocol and Simple Text Input Ex Protocol on USB keyboard devices. It initializes the keyboard layout according to information retrieved from the HII database. If HII cannot provide the information, this module uses its carried default one if PCD allows. It manages the USB keyboard device via Asynchronous Interrupt Transfer of USB I/O Protocol, and parses the data according to USB HID documents.<BR><BR>\n"\r
25 "This module refers to following specifications:<BR>\n"\r
26 "1. Universal Serial Bus HID Firmware Specification, ver 1.11<BR>\n"\r
27 "2. Universal Serial Bus HID Usage Tables, ver 1.12<BR>\n"\r
28 "3. UEFI Specification, v2.1<BR>"\r
29\r