2015-12-15 05:52:33 +01:00
// /** @file
// Ps2 Keyboard Driver.
//
// Ps2 Keyboard Driver for UEFI. The keyboard type implemented follows IBM
// compatible PS2 protocol using Scan Code Set 1.
//
2018-06-27 15:06:35 +02:00
// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
2015-12-15 05:52:33 +01:00
//
2019-04-04 01:03:59 +02:00
// SPDX-License-Identifier: BSD-2-Clause-Patent
2015-12-15 05:52:33 +01:00
//
// **/
#string STR_MODULE_ABSTRACT #language en-US "Ps2 Keyboard Driver"
#string STR_MODULE_DESCRIPTION #language en-US "Ps2 Keyboard Driver for UEFI. The keyboard type implemented follows IBM compatible PS2 protocol using Scan Code Set 1."