]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseDxe / UsbMouseDxe.uni
1 // /** @file
2 // USB Mouse Driver that manages USB mouse and produces Simple Pointer Protocol.
3 //
4 // USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces
5 // Simple Pointer Protocol on USB mouse devices.
6 // It manages the USB mouse device via Asynchronous Interrupt Transfer of USB I/O Protocol,
7 // and parses the data according to USB HID Specification.
8 // This module refers to following specifications:
9 // 1. Universal Serial Bus HID Firmware Specification, ver 1.11
10 // 2. UEFI Specification, v2.1
11 //
12 // Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
13 //
14 // SPDX-License-Identifier: BSD-2-Clause-Patent
15 //
16 // **/
17
18
19 #string STR_MODULE_ABSTRACT #language en-US "Manages USB mouse and produces Simple Pointer Protocol"
20
21 #string STR_MODULE_DESCRIPTION #language en-US "USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces Simple 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"
22 "This module refers to following specifications:<BR>\n"
23 "1. Universal Serial Bus HID Firmware Specification, ver 1.11<BR>\n"
24 "2. UEFI Specification, v2.1<BR>"
25