diff options
Diffstat (limited to 'int15ps2.h')
-rw-r--r-- | int15ps2.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -227,9 +227,7 @@ static bool ps2m_detect_wheel(void) if (device_id != PS2M_DEVICE_ID_PLAIN) { // TODO: Likely we have to accept more device IDs here - dlog_print("Unknown initial mouse device_id="); - dlog_printx(device_id); - dlog_endline(); + dprintf("Unknown initial mouse device_id=0x%x\n", device_id); return false; } |