]> git.baikalelectronics.ru Git - kernel.git/commit
speakup: Generate speakupmap.h automatically
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Jun 2022 17:22:44 +0000 (19:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2022 13:15:55 +0000 (15:15 +0200)
commitee5f5b427e497472d832a94a9ea35cf33423b13f
treedb44efee699af16bdc1431334b4a96bb2d183bb0
parentb1f988448cef6e581894caedc89306a12928bdb6
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/20220612172244.il3siyq7ueqnvah5@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]