We are using PB 5.0 to develop embedded applications for custom X86
hardware.
In CE development mode we connect a PS2 mouse and keyboard while in product
mode neither is connected and we receive input from other devices.
When no PS2 mouse or keyboard is connected, the error below appears in
serial output during boot and and the boot time is increased by the 5 second
timeout associated with the error. Although the error output is not a
significant issue, the extra 5 seconds in boot time is.
I image that I could replace the driver with a NOP stub keybaord driver but
then we would not have a PS2 mouse/keyboard in development mode. Is there
any other solution for this short of replacing the driver?
ERROR: D:\WINCE500\PUBLIC\COMMON\OAK\Drivers\KEYBD\PS2_8042\.\ps2port.cpp
line 253: Ps2Port::OutputBufPollRead: too long waiting for output buffer
full.