Skip to content

Commit 2067fd9

Browse files
sthibaulgregkh
authored andcommitted
staging/speakup: Move out of staging
The nasty TODO items are done. Signed-off-by: Samuel Thibault <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 408a68c commit 2067fd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+13
-13
lines changed

MAINTAINERS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16100,6 +16100,16 @@ Q: https://patchwork.kernel.org/project/linux-sparse/list/
1610016100
B: https://bugzilla.kernel.org/enter_bug.cgi?component=Sparse&product=Tools
1610116101
F: include/linux/compiler.h
1610216102

16103+
SPEAKUP CONSOLE SPEECH DRIVER
16104+
M: William Hubbs <[email protected]>
16105+
M: Chris Brannon <[email protected]>
16106+
M: Kirk Reiser <[email protected]>
16107+
M: Samuel Thibault <[email protected]>
16108+
16109+
S: Odd Fixes
16110+
W: http://www.linux-speakup.org/
16111+
F: drivers/accessibility/speakup/
16112+
1610316113
SPEAR CLOCK FRAMEWORK SUPPORT
1610416114
M: Viresh Kumar <[email protected]>
1610516115
L: [email protected] (moderated for non-subscribers)
@@ -16287,16 +16297,6 @@ L: [email protected]
1628716297
S: Maintained
1628816298
F: drivers/staging/sm750fb/
1628916299

16290-
STAGING - SPEAKUP CONSOLE SPEECH DRIVER
16291-
M: William Hubbs <[email protected]>
16292-
M: Chris Brannon <[email protected]>
16293-
M: Kirk Reiser <[email protected]>
16294-
M: Samuel Thibault <[email protected]>
16295-
16296-
S: Odd Fixes
16297-
W: http://www.linux-speakup.org/
16298-
F: drivers/staging/speakup/
16299-
1630016300
STAGING - VIA VT665X DRIVERS
1630116301
M: Forest Bond <[email protected]>
1630216302
S: Odd Fixes

drivers/accessibility/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ config A11Y_BRAILLE_CONSOLE
3131

3232
If unsure, say N.
3333

34+
source "drivers/accessibility/speakup/Kconfig"
35+
3436
endif # ACCESSIBILITY

drivers/accessibility/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
obj-y += braille/
3+
obj-$(CONFIG_SPEAKUP) += speakup/
File renamed without changes.

0 commit comments

Comments
 (0)