summaryrefslogtreecommitdiff
path: root/drivers/accessibility/speakup/spk_ttyio.c
AgeCommit message (Expand)Author
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-07-31speakup: switch to unsigned iterator in spk_ttyio_receive_buf2()Jiri Slaby
2023-01-19tty: fix possible null-ptr-defer in spk_ttyio_releaseGaosheng Cui
2021-11-25tty: the rest, stop using tty_schedule_flip()Jiri Slaby
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-01-27speakup: Simplify spk_ttyio_out error handling.Samuel Thibault
2021-01-27speakup: Reference synth from tty and tty from synthSamuel Thibault
2021-01-27speakup: add the missing synth parameter to all io functionsSamuel Thibault
2020-12-28tty: rename tty_kopen() and add new function tty_kopen_shared()Uwe Kleine-König
2020-11-30speakup: Reject setting the speakup line discipline outside of speakupSamuel Thibault
2020-11-22Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-11-12speakup: Do not let the line discipline be used several timesSamuel Thibault
2020-11-09speakup ttyio: Do not schedule() in ttyio_in_nowaitSamuel Thibault
2020-08-18speakup: Fix wait_for_xmitr for ttyio caseSamuel Thibault
2020-07-29staging/speakup: Move out of stagingSamuel Thibault