X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fkeyboard.c;h=afcfc257f516f6ac01bf8ae2b0fb01272a3dedd5;hb=19b0b4544674b4f9bc727da5242d625f18821a48;hp=8f25c0cbed312319ce8edcf7c69008070d0e2343;hpb=a6865d183eedbdf3e5510e4be89dcb5ce51b5953;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