summaryrefslogtreecommitdiffstats
path: root/drivers/accessibility
Commit message (Expand)AuthorAgeFilesLines
* speakup_soft: Add direct module parameterSamuel Thibault2022-09-011-1/+5
* speakup: Notify synthesizers of the punctuation level changeSamuel Thibault2022-09-013-7/+33
* speakup-dummy: Add support for PUNCT variableSamuel Thibault2022-09-011-0/+4
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-083-4/+3
|\
| * serial: Consolidate BOTH_EMPTY useIlpo Järvinen2022-06-271-2/+1
| * tty/vt: consolemap: make parameters of inverse_translate() sanerJiri Slaby2022-06-102-2/+2
* | speakup: Generate speakupmap.h automaticallySamuel Thibault2022-06-276-66/+421
|/
* Revert "speakup: Generate speakupmap.h automatically"Greg Kroah-Hartman2022-05-206-418/+66
* speakup: Generate speakupmap.h automaticallySamuel Thibault2022-05-196-66/+418
* accessiblity: speakup: Add missing misc_deregister in softsynth_probeZheng Bin2022-05-191-0/+1
* accessiblity: speakup: cleanup commentsTom Rix2022-04-2016-17/+17
* Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman2022-02-141-0/+1
|\
| * speakup-dectlk: Restore pitch settingSamuel Thibault2022-02-081-0/+1
* | speakup_audptr: cleanup synth_versionSamuel Thibault2022-02-081-11/+13
* | speakup: Allow lower values for the flush parameterSamuel Thibault2022-02-081-1/+1
|/
* 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
|/