From e3c5e99110ece9afcbb731bf515974fd96f03d5b Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Thu, 26 Apr 2007 18:43:37 +0000 Subject: [PATCH] comment changed git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20842 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/bus_managers/ps2/ps2_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/add-ons/kernel/bus_managers/ps2/ps2_common.c b/src/add-ons/kernel/bus_managers/ps2/ps2_common.c index 5e349d3f7c..32f0cb4937 100644 --- a/src/add-ons/kernel/bus_managers/ps2/ps2_common.c +++ b/src/add-ons/kernel/bus_managers/ps2/ps2_common.c @@ -176,9 +176,9 @@ ps2_setup_active_multiplexing(bool *enabled) no_support: TRACE("ps2: active multiplexing not supported\n"); *enabled = false; - // some controllers get upset by the d3 command and will continue data - // loopback, thus send a harmless command (enable keybaord interface) - // see bug report #1175 + // Some controllers get upset by the d3 command and will continue data loopback, + // thus we need to send a harmless command (enable keyboard interface) next + // This fixes bug report #1175 res = ps2_command(0xae, NULL, 0, NULL, 0); if (res != B_OK) { INFO("ps2: active multiplexing d3 workaround failed, status 0x%08lx\n", res);