]> 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)
commit3389a92921f5cdd0c2f3f8da4733f524bb974a54
tree77a51d46d828f6f91702755b24bb2f436f6fd354
parent541dcb263af15050520e2b43bdbbcc91c00d1e32
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]