Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


fixed debug print syntax errors
[palacios.git] / palacios / src / devices / keyboard.c
index 8f25c0c..afcfc25 100644 (file)
@@ -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