]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.uni
MdeModulePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseAbsolutePointerDxe / UsbMouseAbsolutePointerDxe.uni
CommitLineData
3f528797
JJ
1// /** @file\r
2// USB Mouse Driver that manages USB mouse and produces Absolute Pointer Protocol.\r
3//\r
4// USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces\r
5// Absolute Pointer Protocol on USB mouse devices.\r
6// It manages the USB mouse device via Asynchronous Interrupt Transfer of USB I/O Protocol,\r
7// and parses the data according to USB HID Specification.\r
8// This module refers to following specifications:\r
9// 1. Universal Serial Bus HID Firmware Specification, ver 1.11\r
10// 2. UEFI Specification, v2.1\r
11//\r
12// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
13//\r
14// This program and the accompanying materials\r
15// are licensed and made available under the terms and conditions of the BSD License\r
16// which accompanies this distribution. The full text of the license may be found at\r
17// http://opensource.org/licenses/bsd-license.php\r
18// \r
19// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21//\r
22// **/\r
23\r
24\r
25#string STR_MODULE_ABSTRACT #language en-US "Manages USB mouse and produces Absolute Pointer Protocol"\r
26\r
27#string STR_MODULE_DESCRIPTION #language en-US "USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces Absolute Pointer Protocol on USB mouse devices. It manages the USB mouse device via Asynchronous Interrupt Transfer of USB I/O Protocol, and parses the data according to USB HID Specification.<BR><BR>\n"\r
28 "This module refers to following specifications:<BR>\n"\r
29 "1. Universal Serial Bus HID Firmware Specification, ver 1.11<BR>\n"\r
30 "2. UEFI Specification, v2.1<BR>"\r
31\r