aboutsummaryrefslogtreecommitdiff
path: root/drivers/accessibility
AgeCommit message (Expand)AuthorFilesLines
2020-11-22Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+11
2020-11-12speakup: Do not let the line discipline be used several timesGravatar Samuel Thibault 1-1/+11
2020-11-09speakup ttyio: Do not schedule() in ttyio_in_nowaitGravatar Samuel Thibault 1-4/+6
2020-11-09speakup: Fix clearing selection in safe contextGravatar Samuel Thibault 3-9/+4
2020-11-09speakup: Fix var_id_t values and thus keymapGravatar Samuel Thibault 1-2/+6
2020-08-31Merge 5.9-rc3 into tty-nextGravatar Greg Kroah-Hartman 8-11/+25
2020-08-26Merge tag 'char-misc-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-10/+24
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-18vc: propagate "viewed as bool" from screenpos upGravatar Jiri Slaby 1-2/+2
2020-08-18speakup: only build serialio when ISA is enabledGravatar Samuel Thibault 2-5/+10
2020-08-18speakup: Fix wait_for_xmitr for ttyio caseGravatar Samuel Thibault 5-5/+14
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-19/+19
2020-07-29staging/speakup: Move out of stagingGravatar Samuel Thibault 44-0/+11463
2020-06-24vc: separate stateGravatar Jiri Slaby 1-5/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-2/+2
2020-02-11console: Don't perform test for CON_BRL flagGravatar Andy Shevchenko 1-4/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 70Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2013-07-31printk: move braille console support into separate braille.[ch] filesGravatar Joe Perches 1-2/+7
2012-03-08vt:tackle kbd_tableGravatar Alan Cox 1-6/+3
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2009-12-12drop explicit include of autoconf.hGravatar Sam Ravnborg 1-1/+0
2008-10-02braille_console: only register notifiers when the braille console is usedGravatar Pascal Terjan 1-9/+4
2008-05-08Kconfig: improved help for CONFIG_ACCESSIBILITYGravatar Samuel Thibault 1-1/+11
2008-04-30Basic braille screen reader supportGravatar Samuel Thibault 4-0/+422