X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fkeyboard.c;h=afcfc257f516f6ac01bf8ae2b0fb01272a3dedd5;hb=736bdf20ee47fff0e95a62dda22d627da556425f;hp=8f25c0cbed312319ce8edcf7c69008070d0e2343;hpb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;p=palacios.git diff --git a/palacios/src/devices/keyboard.c b/palacios/src/devices/keyboard.c index 8f25c0c..afcfc25 100644 --- a/palacios/src/devices/keyboard.c +++ b/palacios/src/devices/keyboard.c @@ -1066,7 +1066,7 @@ static int keyboard_write_output(ushort_t port, case 0xff: // reset PushToOutputQueue(dev, 0xfa, OVERWRITE, COMMAND, KEYBOARD); // ack state->state = RESET; - PrintDebug("keyboard: reset complete and acked\n", data); + PrintDebug("keyboard: reset complete and acked\n"); break; case 0xf5: // disable scanning case 0xf4: // enable scanning @@ -1074,7 +1074,7 @@ static int keyboard_write_output(ushort_t port, PushToOutputQueue(dev, 0xfa, OVERWRITE, COMMAND, KEYBOARD); // should do something here... PAD state->state = NORMAL; - PrintDebug("keyboard: %s scanning done and acked\n",data==0xf5 ? "disable" : "enable", data); + PrintDebug("keyboard: %s scanning done and acked\n",data==0xf5 ? "disable" : "enable"); break; case 0xfe: // resend case 0xfd: // set key type make