2015-12-15 05:52:33 +01:00
// /** @file
// PS2 Mouse driver providing absolute (touch pad) pointer support.
//
// This driver simulates a touch pad absolute pointing device using a standard
// PS2 mouse as the input hardware.
//
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 Mouse driver providing absolute (touch pad) pointer support"
#string STR_MODULE_DESCRIPTION #language en-US "This driver simulates a touch pad absolute pointing device using a standard PS2 mouse as the input hardware."