]> git.baikalelectronics.ru Git - kernel.git/commit
speakup: Generate speakupmap.h automatically
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 15 May 2022 23:03:58 +0000 (01:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 16:58:11 +0000 (18:58 +0200)
commita4e152073704946645da57912aab9d5e877ad7c1
tree77a51d46d828f6f91702755b24bb2f436f6fd354
parentf1563d576b86fefe64a10e843cb7255cfb6c007d
speakup: Generate speakupmap.h automatically

speakupmap.h was not actually intended to be source code, speakupmap.map
is.

This resurrects the makemapdata.c and genmap.c tools to generate
speakupmap.h automatically from the input and speakup headers, and the
speakupmap.map keyboard mapping source file.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Link: https://lore.kernel.org/r/20220515230358.ikwt2kspiwvv5cf4@begin
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/accessibility/speakup/.gitignore [new file with mode: 0644]
drivers/accessibility/speakup/Makefile
drivers/accessibility/speakup/genmap.c [new file with mode: 0644]
drivers/accessibility/speakup/makemapdata.c [new file with mode: 0644]
drivers/accessibility/speakup/speakupmap.h [deleted file]
drivers/accessibility/speakup/utils.h [new file with mode: 0644]