]> git.baikalelectronics.ru Git - kernel.git/commit
speakup: Fix spurious space pronunciation on spelling letters
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 21 Mar 2017 23:55:31 +0000 (00:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Mar 2017 13:00:58 +0000 (14:00 +0100)
commit11c855fba95d8109e3d9a4c042bd0568c9dda4a1
tree594628e14482f3ad755ecf726cb6aebb4a956fcb
parent71666a84d1b1e32bf58b787f394c1dbcc8d1b86c
speakup: Fix spurious space pronunciation on spelling letters

This gathers emitting the caps start string, space, spelled letter
string, space, and caps stop string, into one printf, to avoid
sending to the synth a space character alone, which the synth would
then pronounce.

Similarly, emit space along control-letter and letter spelling.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Tested-by: Zahari Yurukov <zahari.yurukov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/main.c