summaryrefslogtreecommitdiffstats
path: root/drivers/accessibility/speakup/synth.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* speakup: Fix wait_for_xmitr for ttyio caseSamuel Thibault2020-08-181-1/+1
| | | | | | | | | | | | | This was missed while introducing the tty-based serial access. The only remaining use of wait_for_xmitr with tty-based access is in spk_synth_is_alive_restart to check whether the synth can be restarted. With tty-based this is up to the tty layer to cope with the buffering etc. so we can just say yes. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Link: https://lore.kernel.org/r/20200804160637.x3iycau5izywbgzl@function Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging/speakup: Move out of stagingSamuel Thibault2020-07-291-0/+490
The nasty TODO items are done. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Link: https://lore.kernel.org/r/20200729003531.907370-1-samuel.thibault@ens-lyon.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>