staging/speakup: Move out of staging
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 29 Jul 2020 00:35:31 +0000 (02:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Jul 2020 12:02:41 +0000 (14:02 +0200)
commit2067fd92d75b6d9085a43caf050bca5d88c491b8
tree9c15bdf3efa0fc8e4dc57966d0f0cfce4a32de54
parent408a68c5f64fe2f7921449d655ffef5038144f06
staging/speakup: Move out of staging

The nasty TODO items are done.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Link: https://lore.kernel.org/r/20200729003531.907370-1-samuel.thibault@ens-lyon.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
93 files changed:
Documentation/ABI/stable/sysfs-driver-speakup [new file with mode: 0644]
Documentation/admin-guide/spkguide.txt [new file with mode: 0644]
MAINTAINERS
drivers/accessibility/Kconfig
drivers/accessibility/Makefile
drivers/accessibility/speakup/DefaultKeyAssignments [new file with mode: 0644]
drivers/accessibility/speakup/Kconfig [new file with mode: 0644]
drivers/accessibility/speakup/Makefile [new file with mode: 0644]
drivers/accessibility/speakup/TODO [new file with mode: 0644]
drivers/accessibility/speakup/buffers.c [new file with mode: 0644]
drivers/accessibility/speakup/devsynth.c [new file with mode: 0644]
drivers/accessibility/speakup/fakekey.c [new file with mode: 0644]
drivers/accessibility/speakup/i18n.c [new file with mode: 0644]
drivers/accessibility/speakup/i18n.h [new file with mode: 0644]
drivers/accessibility/speakup/keyhelp.c [new file with mode: 0644]
drivers/accessibility/speakup/kobjects.c [new file with mode: 0644]
drivers/accessibility/speakup/main.c [new file with mode: 0644]
drivers/accessibility/speakup/selection.c [new file with mode: 0644]
drivers/accessibility/speakup/serialio.c [new file with mode: 0644]
drivers/accessibility/speakup/serialio.h [new file with mode: 0644]
drivers/accessibility/speakup/speakup.h [new file with mode: 0644]
drivers/accessibility/speakup/speakup_acnt.h [new file with mode: 0644]
drivers/accessibility/speakup/speakup_acntpc.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_acntsa.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_apollo.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_audptr.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_bns.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_decext.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_decpc.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_dectlk.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_dtlk.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_dtlk.h [new file with mode: 0644]
drivers/accessibility/speakup/speakup_dummy.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_keypc.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_ltlk.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_soft.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_spkout.c [new file with mode: 0644]
drivers/accessibility/speakup/speakup_txprt.c [new file with mode: 0644]
drivers/accessibility/speakup/speakupmap.h [new file with mode: 0644]
drivers/accessibility/speakup/speakupmap.map [new file with mode: 0644]
drivers/accessibility/speakup/spk_priv.h [new file with mode: 0644]
drivers/accessibility/speakup/spk_priv_keyinfo.h [new file with mode: 0644]
drivers/accessibility/speakup/spk_ttyio.c [new file with mode: 0644]
drivers/accessibility/speakup/spk_types.h [new file with mode: 0644]
drivers/accessibility/speakup/synth.c [new file with mode: 0644]
drivers/accessibility/speakup/thread.c [new file with mode: 0644]
drivers/accessibility/speakup/varhandlers.c [new file with mode: 0644]
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/speakup/DefaultKeyAssignments [deleted file]
drivers/staging/speakup/Kconfig [deleted file]
drivers/staging/speakup/Makefile [deleted file]
drivers/staging/speakup/TODO [deleted file]
drivers/staging/speakup/buffers.c [deleted file]
drivers/staging/speakup/devsynth.c [deleted file]
drivers/staging/speakup/fakekey.c [deleted file]
drivers/staging/speakup/i18n.c [deleted file]
drivers/staging/speakup/i18n.h [deleted file]
drivers/staging/speakup/keyhelp.c [deleted file]
drivers/staging/speakup/kobjects.c [deleted file]
drivers/staging/speakup/main.c [deleted file]
drivers/staging/speakup/selection.c [deleted file]
drivers/staging/speakup/serialio.c [deleted file]
drivers/staging/speakup/serialio.h [deleted file]
drivers/staging/speakup/speakup.h [deleted file]
drivers/staging/speakup/speakup_acnt.h [deleted file]
drivers/staging/speakup/speakup_acntpc.c [deleted file]
drivers/staging/speakup/speakup_acntsa.c [deleted file]
drivers/staging/speakup/speakup_apollo.c [deleted file]
drivers/staging/speakup/speakup_audptr.c [deleted file]
drivers/staging/speakup/speakup_bns.c [deleted file]
drivers/staging/speakup/speakup_decext.c [deleted file]
drivers/staging/speakup/speakup_decpc.c [deleted file]
drivers/staging/speakup/speakup_dectlk.c [deleted file]
drivers/staging/speakup/speakup_dtlk.c [deleted file]
drivers/staging/speakup/speakup_dtlk.h [deleted file]
drivers/staging/speakup/speakup_dummy.c [deleted file]
drivers/staging/speakup/speakup_keypc.c [deleted file]
drivers/staging/speakup/speakup_ltlk.c [deleted file]
drivers/staging/speakup/speakup_soft.c [deleted file]
drivers/staging/speakup/speakup_spkout.c [deleted file]
drivers/staging/speakup/speakup_txprt.c [deleted file]
drivers/staging/speakup/speakupmap.h [deleted file]
drivers/staging/speakup/speakupmap.map [deleted file]
drivers/staging/speakup/spk_priv.h [deleted file]
drivers/staging/speakup/spk_priv_keyinfo.h [deleted file]
drivers/staging/speakup/spk_ttyio.c [deleted file]
drivers/staging/speakup/spk_types.h [deleted file]
drivers/staging/speakup/spkguide.txt [deleted file]
drivers/staging/speakup/synth.c [deleted file]
drivers/staging/speakup/sysfs-driver-speakup [deleted file]
drivers/staging/speakup/thread.c [deleted file]
drivers/staging/speakup/varhandlers.c [deleted file]