comment changed
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20842 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -176,9 +176,9 @@ ps2_setup_active_multiplexing(bool *enabled)
|
|||||||
no_support:
|
no_support:
|
||||||
TRACE("ps2: active multiplexing not supported\n");
|
TRACE("ps2: active multiplexing not supported\n");
|
||||||
*enabled = false;
|
*enabled = false;
|
||||||
// some controllers get upset by the d3 command and will continue data
|
// Some controllers get upset by the d3 command and will continue data loopback,
|
||||||
// loopback, thus send a harmless command (enable keybaord interface)
|
// thus we need to send a harmless command (enable keyboard interface) next
|
||||||
// see bug report #1175
|
// This fixes bug report #1175
|
||||||
res = ps2_command(0xae, NULL, 0, NULL, 0);
|
res = ps2_command(0xae, NULL, 0, NULL, 0);
|
||||||
if (res != B_OK) {
|
if (res != B_OK) {
|
||||||
INFO("ps2: active multiplexing d3 workaround failed, status 0x%08lx\n", res);
|
INFO("ps2: active multiplexing d3 workaround failed, status 0x%08lx\n", res);
|
||||||
|
|||||||
Reference in New Issue
Block a user