aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/accessibility/speakup (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21speakup: replace sprintf() by scnprintf()Samuel Thibault1-4/+11
2021-07-21speakup: use C99 syntax for array initializersColin Ian King1-7/+7
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+5
2021-06-15speakup: Separate out translations for bright colors namesSamuel Thibault3-5/+15
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby1-2/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-1/+2
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+0
2021-04-10speakup: i18n: Switch to kmemdup_nul() in spk_msg_set()Yang Yingliang1-3/+1
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby1-1/+0
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds17-151/+140
2021-02-04speakup: Make dectlk flush timeout configurableSamuel Thibault4-2/+16
2021-01-27speakup: Simplify spk_ttyio_out error handling.Samuel Thibault1-18/+20
2021-01-27speakup: Reference synth from tty and tty from synthSamuel Thibault2-73/+46
2021-01-27speakup: add the missing synth parameter to all io functionsSamuel Thibault16-60/+60
2020-12-28tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König1-1/+1
2020-12-09speakup: fix uninitialized flush_lockYang Yingliang1-1/+1
2020-12-07Merge 5.10-rc7 into char-misc-nextGreg Kroah-Hartman1-14/+23
2020-11-30speakup: Reject setting the speakup line discipline outside of speakupSamuel Thibault1-14/+23
2020-11-30Merge 5.10-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+11
2020-11-22Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+11
2020-11-16Merge 5.10-rc4 into char-misc-nextGreg Kroah-Hartman5-15/+16
2020-11-12speakup: Do not let the line discipline be used several timesSamuel Thibault1-1/+11
2020-11-09speakup: document the usage of enum valuesSamuel Thibault2-31/+39
2020-11-09speakup_dummy: log about characters received by the dummy driverSamuel Thibault1-1/+6
2020-11-09speakup ttyio: Do not schedule() in ttyio_in_nowaitSamuel Thibault1-4/+6
2020-11-09speakup: Fix clearing selection in safe contextSamuel Thibault3-9/+4
2020-11-09speakup: Fix var_id_t values and thus keymapSamuel Thibault1-2/+6
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman7-10/+24
2020-08-18vc: propagate "viewed as bool" from screenpos upJiri Slaby1-2/+2
2020-08-18speakup: only build serialio when ISA is enabledSamuel Thibault2-5/+10
2020-08-18speakup: Fix wait_for_xmitr for ttyio caseSamuel Thibault5-5/+14
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-14/+14
2020-07-29staging/speakup: Move out of stagingSamuel Thibault42-0/+11460