summaryrefslogtreecommitdiffstats
path: root/drivers/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-143-3/+3
|\
| * speakup: remove redundant assignment of variable iColin Ian King2021-11-263-3/+3
* | tty: the rest, stop using tty_schedule_flip()Jiri Slaby2021-11-251-2/+2
|/
* speakup: replace sprintf() by scnprintf()Samuel Thibault2021-07-211-4/+11
* speakup: use C99 syntax for array initializersColin Ian King2021-07-211-7/+7
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-4/+5
|\
| * tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-2/+1
| * tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+2
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-054-5/+18
|\ \
| * | accessibility: braille: braille_console: fix whitespace style issuesClayton Casciato2021-06-151-0/+3
| * | speakup: Separate out translations for bright colors namesSamuel Thibault2021-06-153-5/+15
| |/
* / braille_console: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
|/
* Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-261-1/+0
|\
| * tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* | speakup: i18n: Switch to kmemdup_nul() in spk_msg_set()Yang Yingliang2021-04-101-3/+1
|/
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-2417-151/+140
|\
| * speakup: Make dectlk flush timeout configurableSamuel Thibault2021-02-044-2/+16
| * speakup: Simplify spk_ttyio_out error handling.Samuel Thibault2021-01-271-18/+20
| * speakup: Reference synth from tty and tty from synthSamuel Thibault2021-01-272-73/+46
| * speakup: add the missing synth parameter to all io functionsSamuel Thibault2021-01-2716-60/+60
* | tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König2020-12-281-1/+1
|/
* speakup: fix uninitialized flush_lockYang Yingliang2020-12-091-1/+1
* Merge 5.10-rc7 into char-misc-nextGreg Kroah-Hartman2020-12-071-14/+23
|\
| * speakup: Reject setting the speakup line discipline outside of speakupSamuel Thibault2020-11-301-14/+23
* | Merge 5.10-rc6 into char-misc-nextGreg Kroah-Hartman2020-11-301-1/+11
|\|
| * Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-221-1/+11
| |\
| | * speakup: Do not let the line discipline be used several timesSamuel Thibault2020-11-121-1/+11
* | | Merge 5.10-rc4 into char-misc-nextGreg Kroah-Hartman2020-11-165-15/+16
|\| |
| * | speakup ttyio: Do not schedule() in ttyio_in_nowaitSamuel Thibault2020-11-091-4/+6
| * | speakup: Fix clearing selection in safe contextSamuel Thibault2020-11-093-9/+4
| * | speakup: Fix var_id_t values and thus keymapSamuel Thibault2020-11-091-2/+6
| |/
* | speakup: document the usage of enum valuesSamuel Thibault2020-11-092-31/+39
* | speakup_dummy: log about characters received by the dummy driverSamuel Thibault2020-11-091-1/+6
|/
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-318-11/+25
|\
| * Merge tag 'char-misc-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-267-10/+24
| |\
| | * speakup: only build serialio when ISA is enabledSamuel Thibault2020-08-182-5/+10
| | * speakup: Fix wait_for_xmitr for ttyio caseSamuel Thibault2020-08-185-5/+14
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* / vc: propagate "viewed as bool" from screenpos upJiri Slaby2020-08-181-2/+2
|/
* Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-062-19/+19
|\
| * vc: separate stateJiri Slaby2020-06-241-5/+5
* | staging/speakup: Move out of stagingSamuel Thibault2020-07-2944-0/+11463
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* console: Don't perform test for CON_BRL flagAndy Shevchenko2020-02-111-4/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 70Thomas Gleixner2019-05-241-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* printk: move braille console support into separate braille.[ch] filesJoe Perches2013-07-311-2/+7