aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/accessibility
AgeCommit message (Expand)AuthorFilesLines
2024-04-11speakup: Avoid crash on very long wordSamuel Thibault1-1/+1
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+137
2024-03-07speakup: Add /dev/synthu deviceSamuel Thibault1-15/+133
2024-03-07speakup: Fix 8bit characters from direct synthSamuel Thibault1-1/+3
2023-10-05accessibility: speakup: refactor deprecated strncpyJustin Stitt1-14/+11
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)1-1/+1
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)1-3/+2
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)1-3/+3
2023-07-31speakup: switch to unsigned iterator in spk_ttyio_receive_buf2()Jiri Slaby1-1/+1
2023-05-31speakup: add HAS_IOPORT dependency for SPEAKUP_SERIALIONiklas Schnelle1-0/+1
2023-05-29accessibility: use C99 array initRandy Dunlap1-1/+1
2023-04-13braille_console: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+3
2023-01-20accessibility: speakup: Fix spelling mistake "thw" -> "the"Colin Ian King1-1/+1
2023-01-19tty: fix possible null-ptr-defer in spk_ttyio_releaseGaosheng Cui1-0/+3
2022-11-23speakup: Fix building as extmodSamuel Thibault2-3/+8
2022-11-23accessibility: speakup: phonetic spelling while arrowing letter by letterMushahid Hussain5-4/+17
2022-11-23accessibility: speakup: Specify spk_vars among module parametersMushahid Hussain1-13/+47
2022-11-23Accessiblity: speakup_acntsa: specifying the default driver parameters among ...Osama Muhammad1-8/+29
2022-11-23Accessiblity: speakup_acntpc: specifying the default driver parameters among ...Osama Muhammad1-8/+30
2022-11-23Accessiblity: speakup_txprt: specifying the default driver parameters among t...Osama Muhammad1-8/+37
2022-11-23Accessiblity: speakup_spkout: specifying the default driver parameters among ...Osama Muhammad1-9/+34
2022-11-23Accessiblity: speakup_ltlk: specifying the default driver parameters among th...Osama Muhammad1-11/+42
2022-11-23Accessiblity: speakup_keypc: specifying the default driver parameters among t...Osama Muhammad1-6/+23
2022-11-23Accessiblity: speakup_dummy: specifying the default driver parameters among t...Osama Muhammad1-11/+42
2022-11-23Accessiblity: speakup_dtlk: specifying the default driver parameters among th...Osama Muhammad1-11/+39
2022-11-23Accessiblity: speakup_dectlk: specifying the default driver parameters among ...Osama Muhammad1-10/+35
2022-11-23Accessiblity: speakup_decpc: specifying the default driver parameters among t...Osama Muhammad1-10/+38
2022-11-23Accessiblity: speakup_decext: specifying the default driver parameters among ...Osama Muhammad1-10/+34
2022-11-23Accessiblity: speakup_bns: specifying the default driver parameters among the...Osama Muhammad1-8/+28
2022-11-23Accessiblity: speakup_audptr: specifying the default driver parameters among ...Osama Muhammad1-9/+33
2022-11-23Accessiblity: speakup_apollo: specifying the default driver parameters among ...Osama Muhammad1-9/+37
2022-11-23Accessiblity: speakup_soft: specifying the default driver parameters among th...Osama Muhammad1-16/+43
2022-11-09speakup: replace utils' u_char with unsigned charĐoàn Trần Công Danh1-1/+1
2022-11-09speakup: fix a segfault caused by switching consolesMushahid Hussain1-1/+1
2022-09-01speakup_soft: Add direct module parameterSamuel Thibault1-1/+5
2022-09-01speakup: Notify synthesizers of the punctuation level changeSamuel Thibault3-7/+33
2022-09-01speakup-dummy: Add support for PUNCT variableSamuel Thibault1-0/+4
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-4/+3
2022-06-27speakup: Generate speakupmap.h automaticallySamuel Thibault6-66/+421
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen1-2/+1
2022-06-10tty/vt: consolemap: make parameters of inverse_translate() sanerJiri Slaby2-2/+2
2022-05-20Revert "speakup: Generate speakupmap.h automatically"Greg Kroah-Hartman6-418/+66
2022-05-19speakup: Generate speakupmap.h automaticallySamuel Thibault6-66/+418
2022-05-19accessiblity: speakup: Add missing misc_deregister in softsynth_probeZheng Bin1-0/+1
2022-04-20accessiblity: speakup: cleanup commentsTom Rix16-17/+17
2022-02-14Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+1
2022-02-08speakup-dectlk: Restore pitch settingSamuel Thibault1-0/+1
2022-02-08speakup_audptr: cleanup synth_versionSamuel Thibault1-11/+13
2022-02-08speakup: Allow lower values for the flush parameterSamuel Thibault1-1/+1
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+3
2021-11-26speakup: remove redundant assignment of variable iColin Ian King3-3/+3
2021-11-25tty: the rest, stop using tty_schedule_flip()Jiri Slaby1-2/+2
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/gre...Linus Torvalds1-4/+5
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-5/+18
2021-06-15accessibility: braille: braille_console: fix whitespace style issuesClayton Casciato1-0/+3
2021-06-15speakup: Separate out translations for bright colors namesSamuel Thibault3-5/+15
2021-05-17braille_console: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
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/gre...Linus 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/g...Linus 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/gre...Linus 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-Hartman8-11/+25
2020-08-26Merge tag 'char-misc-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-10/+24
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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/greg...Linus Torvalds2-19/+19
2020-07-29staging/speakup: Move out of stagingSamuel Thibault44-0/+11463
2020-06-24vc: separate stateJiri Slaby1-5/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-02-11console: Don't perform test for CON_BRL flagAndy Shevchenko1-4/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 70Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2013-07-31printk: move braille console support into separate braille.[ch] filesJoe Perches1-2/+7
2012-03-08vt:tackle kbd_tableAlan Cox1-6/+3
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2009-12-12drop explicit include of autoconf.hSam Ravnborg1-1/+0
2008-10-02braille_console: only register notifiers when the braille console is usedPascal Terjan1-9/+4
2008-05-08Kconfig: improved help for CONFIG_ACCESSIBILITYSamuel Thibault1-1/+11
2008-04-30Basic braille screen reader supportSamuel Thibault4-0/+422