* Fixed broken build with TRACE_PS2 defined as reported by Pieter.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36706 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c92efcc0eb
commit
51576f91e8
@ -234,8 +234,8 @@ read_keyboard_packet(raw_key_info *packet, bool isDebugger)
|
|||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACE("ps2: read_keyboard_packet: scancode: %x, keydown: %s\n",
|
TRACE("ps2: read_keyboard_packet: keycode: %" B_PRIx32 ", keydown: %s\n",
|
||||||
packet->scancode, packet->is_keydown ? "true" : "false");
|
packet->keycode, packet->is_keydown ? "true" : "false");
|
||||||
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user