]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove disabling keyboard/auxiliary interface in Driver Binding Protocol.Stop() of...
authorli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 May 2011 01:06:36 +0000 (01:06 +0000)
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 May 2011 01:06:36 +0000 (01:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11611 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointer.c
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c

index 362533f930d2da7c52a719141e42d5e9e72e65e5..657c65b851e1b7bc01a7d973e624983f8e47ed88 100644 (file)
@@ -501,10 +501,6 @@ KbdControllerDriverStop (
     gBS->CloseEvent (ConsoleIn->TimerEvent);\r
     ConsoleIn->TimerEvent = NULL;\r
   }\r
-  //\r
-  // Disable the keyboard interface\r
-  //\r
-  Status = DisableKeyboard (ConsoleIn);\r
 \r
   //\r
   // Since there will be no timer handler for keyboard input any more,\r
index 8fc56fc64b54c9117690141cf7d9f927332acd0d..c5a7e3713b785fd357f148a3f7ac6d05cfb9c230 100644 (file)
@@ -2,7 +2,7 @@
   A faked PS/2 Absolute Pointer driver. Routines that interacts with callers,\r
   conforming to EFI driver model\r
   \r
-Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -444,10 +444,6 @@ PS2MouseAbsolutePointerDriverStop (
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r
-  //\r
-  // Disable mouse on keyboard controller\r
-  //\r
-  KbcDisableAux (MouseAbsolutePointerDev->IsaIo);\r
 \r
   //\r
   // Cancel mouse data polling timer, close timer event\r
index d50a7587fdc8edb6b358f05078de8a52f3b59e6a..3e6e2f593720220fa43667e191756b2411b73140 100644 (file)
@@ -2,7 +2,7 @@
   PS/2 Mouse driver. Routines that interacts with callers,\r
   conforming to EFI driver model.\r
   \r
-Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -458,10 +458,6 @@ PS2MouseDriverStop (
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r
-  //\r
-  // Disable mouse on keyboard controller\r
-  //\r
-  KbcDisableAux (MouseDev->IsaIo);\r
 \r
   //\r
   // Cancel mouse data polling timer, close timer event\r