Commit 2067fd92 authored by Samuel Thibault's avatar Samuel Thibault Committed by Greg Kroah-Hartman
Browse files

staging/speakup: Move out of staging

parent 408a68c5
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -16100,6 +16100,16 @@ Q: https://patchwork.kernel.org/project/linux-sparse/list/
B:	https://bugzilla.kernel.org/enter_bug.cgi?component=Sparse&product=Tools
F:	include/linux/compiler.h
SPEAKUP CONSOLE SPEECH DRIVER
M:	William Hubbs <w.d.hubbs@gmail.com>
M:	Chris Brannon <chris@the-brannons.com>
M:	Kirk Reiser <kirk@reisers.ca>
M:	Samuel Thibault <samuel.thibault@ens-lyon.org>
L:	speakup@linux-speakup.org
S:	Odd Fixes
W:	http://www.linux-speakup.org/
F:	drivers/accessibility/speakup/
SPEAR CLOCK FRAMEWORK SUPPORT
M:	Viresh Kumar <vireshk@kernel.org>
L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -16287,16 +16297,6 @@ L: linux-fbdev@vger.kernel.org
S:	Maintained
F:	drivers/staging/sm750fb/
STAGING - SPEAKUP CONSOLE SPEECH DRIVER
M:	William Hubbs <w.d.hubbs@gmail.com>
M:	Chris Brannon <chris@the-brannons.com>
M:	Kirk Reiser <kirk@reisers.ca>
M:	Samuel Thibault <samuel.thibault@ens-lyon.org>
L:	speakup@linux-speakup.org
S:	Odd Fixes
W:	http://www.linux-speakup.org/
F:	drivers/staging/speakup/
STAGING - VIA VT665X DRIVERS
M:	Forest Bond <forest@alittletooquiet.net>
S:	Odd Fixes
+2 −0
Original line number Diff line number Diff line
@@ -31,4 +31,6 @@ config A11Y_BRAILLE_CONSOLE

	  If unsure, say N.

source "drivers/accessibility/speakup/Kconfig"

endif # ACCESSIBILITY
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
obj-y				+= braille/
obj-$(CONFIG_SPEAKUP)		+= speakup/
Loading