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)
commit6a5c94d92699b7f12f5dae32fa889d196bda3a80
treedb44efee699af16bdc1431334b4a96bb2d183bb0
parent5d40b918fdf144e9f7a1f032be1af808ce5902c1
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]