[PATCH 00/15] speakup updates

Samuel Thibault posted 15 patches 1 week ago
drivers/accessibility/speakup/fakekey.c       |  4 +-
drivers/accessibility/speakup/genmap.c        |  3 +-
drivers/accessibility/speakup/i18n.c          |  2 +-
drivers/accessibility/speakup/keyhelp.c       | 27 ++++---
drivers/accessibility/speakup/kobjects.c      | 14 ++--
drivers/accessibility/speakup/main.c          | 75 ++++++++++---------
drivers/accessibility/speakup/selection.c     |  2 +-
drivers/accessibility/speakup/speakup.h       | 10 +--
drivers/accessibility/speakup/speakup_acnt.h  |  3 +
drivers/accessibility/speakup/speakup_decpc.c |  2 +-
drivers/accessibility/speakup/speakup_dtlk.h  |  5 +-
drivers/accessibility/speakup/speakup_soft.c  |  5 +-
drivers/accessibility/speakup/spk_types.h     |  2 +-
drivers/accessibility/speakup/synth.c         |  4 +-
drivers/accessibility/speakup/utils.h         |  2 +-
15 files changed, 87 insertions(+), 73 deletions(-)
[PATCH 00/15] speakup updates
Posted by Samuel Thibault 1 week ago
Hello,

This includes various patches that have piled up.

Samuel

Bastien Nocera (3):
  speakup: Fix spelling of "re-enable"
  speakup: Fix incorrect "index" plural
  speakup: Fix typo in a speakup message

Bo Liu (1):
  Accessibility: speakup_soft: Fix double word in comments

Christophe JAILLET (1):
  accessibility: speakup: Fix incorrect string length computation in
    report_char_chartab_status()

Francisco Maestre (1):
  speakup: speakup_soft: fix comment style and repeated word

Haoxiang Li (1):
  accessibility: speakup: unregister tty ldisc on later init failures

Jagadeesh Yalapalli (1):
  speakup: Standardize character attribute types to u16

Li zeming (2):
  accessibility/speakup/speakup_acnt: Add header file macro definition
  accessibility/speakup/speakup_dtlk: Add header file macro definition

Pavel Zhigulin (1):
  speakup: keyhelp: guard letter_offsets possible out-of-range indexing

Xichao Zhao (1):
  accessibility: Use str_plural() to simplify the code

Xu Panda (1):
  speakup/utils: use "!P" instead of "P == 0"

bajing (1):
  speakup: genmap: remove redundant post-increment

liujing (1):
  speakup: Fix the wrong format specifier

 drivers/accessibility/speakup/fakekey.c       |  4 +-
 drivers/accessibility/speakup/genmap.c        |  3 +-
 drivers/accessibility/speakup/i18n.c          |  2 +-
 drivers/accessibility/speakup/keyhelp.c       | 27 ++++---
 drivers/accessibility/speakup/kobjects.c      | 14 ++--
 drivers/accessibility/speakup/main.c          | 75 ++++++++++---------
 drivers/accessibility/speakup/selection.c     |  2 +-
 drivers/accessibility/speakup/speakup.h       | 10 +--
 drivers/accessibility/speakup/speakup_acnt.h  |  3 +
 drivers/accessibility/speakup/speakup_decpc.c |  2 +-
 drivers/accessibility/speakup/speakup_dtlk.h  |  5 +-
 drivers/accessibility/speakup/speakup_soft.c  |  5 +-
 drivers/accessibility/speakup/spk_types.h     |  2 +-
 drivers/accessibility/speakup/synth.c         |  4 +-
 drivers/accessibility/speakup/utils.h         |  2 +-
 15 files changed, 87 insertions(+), 73 deletions(-)

-- 
2.47.3
Re: [PATCH 00/15] speakup updates
Posted by Jonathan Corbet 6 days, 15 hours ago
Samuel Thibault <samuel.thibault@ens-lyon.org> writes:

> Hello,
>
> This includes various patches that have piled up.

So I hate to be obnoxious but ... is there any chance of getting
Documentation/admin-guide/spkguide.txt moved to a GPL-compatible
license?

Thanks,

jon
Re: [PATCH 00/15] speakup updates
Posted by Samuel Thibault 6 days, 15 hours ago
Hello,

Jonathan Corbet, le lun. 01 juin 2026 08:52:46 -0600, a ecrit:
> Samuel Thibault <samuel.thibault@ens-lyon.org> writes:
> > This includes various patches that have piled up.
> 
> So I hate to be obnoxious but ... is there any chance of getting
> Documentation/admin-guide/spkguide.txt moved to a GPL-compatible
> license?

That will probably be very hard. The author was quite old and I have not
been able to contact him. He might not be here any more and I do not
know who would now have authorship.

With regards,
Samuel