summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-30 05:55:39 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-30 05:55:39 +0000
commit29129ce46350c99fcca31bb1463027c52a1636d4 (patch)
treebdfdeea9094a2878a9e884b1decea864254326b9 /MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
parent70ec469973cf4cbfb7e2e1bf2f6a28513f25480a (diff)
downloadedk2-29129ce46350c99fcca31bb1463027c52a1636d4.tar.gz
edk2-29129ce46350c99fcca31bb1463027c52a1636d4.tar.bz2
edk2-29129ce46350c99fcca31bb1463027c52a1636d4.zip
Code Scrub for USB mouse driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7151 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf')
-rw-r--r--MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf13
1 files changed, 5 insertions, 8 deletions
diff --git a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
index 5945498914..5ef67af690 100644
--- a/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
+++ b/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
@@ -1,8 +1,7 @@
#/** @file
-# Component name for module UsbMouse
+# USB Mouse Driver that manages USB mouse and produces Simple Pointer Protocol.
#
-# FIX ME!
-# Copyright (c) 2006, Intel Corporation.
+# Copyright (c) 2006 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -37,7 +36,6 @@
[Sources.common]
ComponentName.c
MouseHid.c
- MouseHid.h
UsbMouse.c
UsbMouse.h
@@ -54,11 +52,10 @@
PcdLib
UefiUsbLib
-
[Protocols]
- gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
- gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
- gEfiSimplePointerProtocolGuid # PROTOCOL ALWAYS_CONSUMED
+ gEfiUsbIoProtocolGuid # PROTOCOL TO_START
+ gEfiDevicePathProtocolGuid # PROTOCOL TO_START
+ gEfiSimplePointerProtocolGuid # PROTOCOL BY_START
[FixedPcd]
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError