summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/synth.c
AgeCommit message (Expand)AuthorLines
2019-03-18staging: speakup_soft: Fix alternate speech with other synthsSamuel Thibault-0/+6
2018-06-17staging: speakup: refactor synths array to use a listJustin Skists-27/+13
2018-03-14staging: speakup: Add unicode support to the speakup_dummy driverSamuel Thibault-4/+21
2018-01-15staging: speakup: add SPDX identifier.Greg Kroah-Hartman-0/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook-1/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook-1/+1
2017-06-25staging: speakup: fix synth caching when synth init failsOkash Khawaja-2/+7
2017-05-16staging: speakup: flush tty buffers and ensure hardware flow controlOkash Khawaja-0/+1
2017-05-15staging: speakup: make input functionality swappableOkash Khawaja-2/+8
2017-03-17staging: speakup: move those functions which do outgoing serial comms, into s...Okash Khawaja-46/+0
2017-03-16staging: speakup: move spk_stop_serial_interrupt into synth-specific release ...Okash Khawaja-1/+0
2017-03-16staging: speakup: add spk_io_ops struct to spk_synthOkash Khawaja-4/+4
2017-03-16staging: speakup: spk_serial_out and spk_wait_for_xmitr to take synth argOkash Khawaja-6/+6
2017-03-09speakup: extend synth buffer to 16bit unicode charactersSamuel Thibault-0/+30
2017-03-06staging: speakup: (coding style) Limit line to 80 charsOlav Haugan-2/+2
2017-03-06staging: speakup: (coding style) Simplify comparisons to NULLOlav Haugan-8/+8
2016-11-21staging: speakup: synth.c Align parenthesisWalt Feasel-1/+1
2016-11-21staging: speakup: synth.c Comment modificationsWalt Feasel-2/+3
2016-11-21staging: speakup: synth.c Logical continuationWalt Feasel-2/+2
2016-11-21staging: speakup: synth.c Blank line before }Walt Feasel-1/+0
2016-11-21staging: speakup: synth.c Spaces around operatorsWalt Feasel-5/+5
2016-09-22staging: speakup: Remove unnecessary parenthesesKatie Dunne-2/+2
2016-08-15staging: speakup: ensure we do not overrun synths arrayColin Ian King-1/+1
2016-03-05staging: speakup: Remove unnecessary test in if conditionAmitoj Kaur Chawla-1/+1
2015-01-17staging: speakup: Split the comment to fit the lengthPanir.Nyan-3/+3
2014-09-23staging: speakup: remove jiffies comparison using time_after_eq()Tapasweni Pathak-1/+1
2014-09-11staging: speakup: fix missing blank lines after declarationsDomagoj Trsan-0/+7
2014-05-27Staging: speakup: don't die if accessing sysfs without synthSasha Levin-0/+3
2013-05-16Staging: speakup: Fix return value in synth.cSachin Kamat-1/+1
2013-05-16staging: speakup: remove custom locking macro definitionsWilliam Hubbs-0/+12
2013-05-16staging: speakup: synth: remove custom locking macrosWilliam Hubbs-12/+12
2013-01-07Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman-2/+2
2013-01-07staging: speakup: Prefix externally-visible symbolsSamuel Thibault-19/+19
2013-01-07staging: speakup: avoid out-of-range access in synth_add()Samuel Thibault-1/+1
2013-01-07staging: speakup: avoid out-of-range access in synth_init()Nickolai Zeldovich-1/+1
2012-07-09staging "speakup" Fix typos.Justin P. Mattock-1/+1
2012-03-08TTY: speakup, do not use serialPJiri Slaby-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2010-10-19staging: speakup: synth.c style fixesWilliam Hubbs-13/+18
2010-10-07Staging: add speakup to the staging directoryWilliam Hubbs-0/+458