speakup: Notify synthesizers of the punctuation level change
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 23 Aug 2022 22:25:03 +0000 (00:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 14:59:44 +0000 (16:59 +0200)
commit3f132e02d289f9fa208970928a8a8d2d7b1b2b1d
tree0baae171b9ef1c5aa86fbaa5cf56d1b7381c2db6
parent73392920f0e4bb8b04e9debf90cfe75a15fda9e7
speakup: Notify synthesizers of the punctuation level change

Even if speakup does the filtering itself, it does not filter out A_PUNC
characters (because these are needed e.g. for prosody), so we have to tell
synthesizers whether they should filter them out or not.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Link: https://lore.kernel.org/r/20220823222515.412752202@ens-lyon.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/accessibility/speakup/speakup_soft.c
drivers/accessibility/speakup/spk_types.h
drivers/accessibility/speakup/varhandlers.c