]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: add speakup to the staging directory
authorWilliam Hubbs <w.d.hubbs@gmail.com>
Thu, 7 Oct 2010 18:20:02 +0000 (13:20 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 02:22:31 +0000 (19:22 -0700)
commitc6e3fd22cd538365bfeb82997d5b89562e077d42
tree5eaa170c9003abc7b24ab340ccabe889cba47992
parente59fe083f683ca2ca56abefad290d110808a6fb5
Staging: add speakup to the staging directory

Speakup is a kernel based screen review package for the linux operating
system.  It allows blind users to interact with applications on the
linux console by means of synthetic speech.

The authors and maintainers of this code include the following:

Kirk Reiser, Andy Berdan, John Covici, Brian and
David Borowski, Christopher Brannon, Samuel Thibault and William Hubbs.

Signed-off-by: William Hubbs <w.d.hubbs@gmail.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
44 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/speakup/DefaultKeyAssignments [new file with mode: 0644]
drivers/staging/speakup/Kconfig [new file with mode: 0644]
drivers/staging/speakup/Makefile [new file with mode: 0644]
drivers/staging/speakup/TODO [new file with mode: 0644]
drivers/staging/speakup/buffers.c [new file with mode: 0644]
drivers/staging/speakup/devsynth.c [new file with mode: 0644]
drivers/staging/speakup/fakekey.c [new file with mode: 0644]
drivers/staging/speakup/i18n.c [new file with mode: 0644]
drivers/staging/speakup/i18n.h [new file with mode: 0644]
drivers/staging/speakup/keyhelp.c [new file with mode: 0644]
drivers/staging/speakup/kobjects.c [new file with mode: 0644]
drivers/staging/speakup/main.c [new file with mode: 0644]
drivers/staging/speakup/selection.c [new file with mode: 0644]
drivers/staging/speakup/serialio.c [new file with mode: 0644]
drivers/staging/speakup/serialio.h [new file with mode: 0644]
drivers/staging/speakup/speakup.h [new file with mode: 0644]
drivers/staging/speakup/speakup_acnt.h [new file with mode: 0644]
drivers/staging/speakup/speakup_acntpc.c [new file with mode: 0644]
drivers/staging/speakup/speakup_acntsa.c [new file with mode: 0644]
drivers/staging/speakup/speakup_apollo.c [new file with mode: 0644]
drivers/staging/speakup/speakup_audptr.c [new file with mode: 0644]
drivers/staging/speakup/speakup_bns.c [new file with mode: 0644]
drivers/staging/speakup/speakup_decext.c [new file with mode: 0644]
drivers/staging/speakup/speakup_decpc.c [new file with mode: 0644]
drivers/staging/speakup/speakup_dectlk.c [new file with mode: 0644]
drivers/staging/speakup/speakup_dtlk.c [new file with mode: 0644]
drivers/staging/speakup/speakup_dtlk.h [new file with mode: 0644]
drivers/staging/speakup/speakup_dummy.c [new file with mode: 0644]
drivers/staging/speakup/speakup_keypc.c [new file with mode: 0644]
drivers/staging/speakup/speakup_ltlk.c [new file with mode: 0644]
drivers/staging/speakup/speakup_soft.c [new file with mode: 0644]
drivers/staging/speakup/speakup_spkout.c [new file with mode: 0644]
drivers/staging/speakup/speakup_txprt.c [new file with mode: 0644]
drivers/staging/speakup/speakupmap.h [new file with mode: 0644]
drivers/staging/speakup/speakupmap.map [new file with mode: 0644]
drivers/staging/speakup/spk_priv.h [new file with mode: 0644]
drivers/staging/speakup/spk_priv_keyinfo.h [new file with mode: 0644]
drivers/staging/speakup/spk_types.h [new file with mode: 0644]
drivers/staging/speakup/spkguide.txt [new file with mode: 0644]
drivers/staging/speakup/synth.c [new file with mode: 0644]
drivers/staging/speakup/thread.c [new file with mode: 0644]
drivers/staging/speakup/varhandlers.c [new file with mode: 0644]