* Which files to Patch in Kernel
@ Rob
` John G Heim
0 siblings, 1 reply; 2+ messages in thread
From: Rob @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I am working on writing a hint for enabling accessibility in LFS (
http://www.linuxfromscratch.org/
) As I recall it, something has to be commented out in serialio.c or serialio.h--I can't remember which one--in order to get hardware synths to work. Can someone please remind me which line has to be commented or changed?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Which files to Patch in Kernel
Which files to Patch in Kernel 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.
Yes, the file is drivers/staging/speakup/serialio.c. You are looking for
the return statement after a line that issues a warning that says
"Unable to allocate port". When I build a patch, I change that warning
to say that it's continuing in spite of the error and I completely
remove the return statement. But the easiest thing to do is to just
comment out the return statement.
On 08/27/2016 11:07 PM, Rob wrote:
> I am working on writing a hint for enabling accessibility in LFS (
> http://www.linuxfromscratch.org/
> ) As I recall it, something has to be commented out in serialio.c or serialio.h--I can't remember which one--in order to get hardware synths to work. Can someone please remind me which line has to be commented or changed?
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
--
--
John G. Heim; jheim@math.wisc.edu; sip://jheim@sip.linphone.org
^ 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 --
Which files to Patch in Kernel 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).