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