Serial Synth Workaround

Rob captinlogic at gmail.com
Sun Sep 11 23:26:10 EDT 2016


I understood that you had to comment out this statement in drivers/staging/speakup/serialio.c:
  if (err) {
   pr_warn("Unable to allocate port at %x, errno %i",
    ser->port, err);
   return NULL;
}
Was that wrong? Because I got a bunch of errors from make.
I tried commenting out just the
   return NULL;
part and still got errors. It is plainly obvious that I am no coder. Lol. What needs commenting out, exactly?


More information about the Speakup mailing list