* Serial Synth Workaround
@ Rob
` John G. Heim
0 siblings, 1 reply; 2+ messages in thread
From: Rob @ UTC (permalink / raw)
To: speakup
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?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Serial Synth Workaround
Serial Synth Workaround Rob
@ ` John G. Heim
0 siblings, 0 replies; 2+ messages in thread
From: John G. Heim @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I usually just remove the "return null" line. You could comment it out.
If you leave the warning in, you can look for that in the syslog if your
kernel still doesn't work. In fact, I usually change the wording of that
line a little so I can easily find it in the syslogs.
On 09/11/2016 10:26 PM, Rob wrote:
> 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?
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Serial Synth Workaround Rob
` John G. Heim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).