1 // /** @file 2 // Ps2 Keyboard driver. 3 // 4 // Ps2 Keyboard driver by using Legacy Bios protocol service and IsaIo protocol 5 // service. This dirver uses legacy INT16 to get the key stroke status. 6 // 7 // Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> 8 // 9 // This program and the accompanying materials 10 // are licensed and made available under the terms and conditions 11 // of the BSD License which accompanies this distribution. The 12 // full text of the license may be found at 13 // http://opensource.org/licenses/bsd-license.php 14 // 15 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 16 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 17 // 18 // **/ 19 20 21 #string STR_MODULE_ABSTRACT #language en-US "Ps2 Keyboard Driver" 22 23 #string STR_MODULE_DESCRIPTION #language en-US "Ps2 Keyboard driver by using Legacy Bios protocol service and IsaIo protocol service. This driver uses legacy INT16 to get the key stroke status." 24 25