comment changed

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20842 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2007-04-26 18:43:37 +00:00
parent 5d6551d69f
commit e3c5e99110
1 changed files with 3 additions and 3 deletions

View File

@ -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);