Discussion:
Which files to Patch in Kernel
Rob
2016-08-28 04:07:26 UTC
Permalink
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?
John G Heim
2016-08-29 13:21:02 UTC
Permalink
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.
Post by Rob
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
http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
--
--
John G. Heim; ***@math.wisc.edu; sip://***@sip.linphone.org
Loading...