aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/speakup/synth.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-25staging: speakup: fix synth caching when synth init failsGravatar Okash Khawaja 1-2/+7
2017-05-16staging: speakup: flush tty buffers and ensure hardware flow controlGravatar Okash Khawaja 1-0/+1
2017-05-15staging: speakup: make input functionality swappableGravatar Okash Khawaja 1-2/+8
2017-03-17staging: speakup: move those functions which do outgoing serial comms, into s...Gravatar Okash Khawaja 1-46/+0
2017-03-16staging: speakup: move spk_stop_serial_interrupt into synth-specific release ...Gravatar Okash Khawaja 1-1/+0
2017-03-16staging: speakup: add spk_io_ops struct to spk_synthGravatar Okash Khawaja 1-4/+4
2017-03-16staging: speakup: spk_serial_out and spk_wait_for_xmitr to take synth argGravatar Okash Khawaja 1-6/+6
2017-03-09speakup: extend synth buffer to 16bit unicode charactersGravatar Samuel Thibault 1-0/+30
2017-03-06staging: speakup: (coding style) Limit line to 80 charsGravatar Olav Haugan 1-2/+2
2017-03-06staging: speakup: (coding style) Simplify comparisons to NULLGravatar Olav Haugan 1-8/+8
2016-11-21staging: speakup: synth.c Align parenthesisGravatar Walt Feasel 1-1/+1
2016-11-21staging: speakup: synth.c Comment modificationsGravatar Walt Feasel 1-2/+3
2016-11-21staging: speakup: synth.c Logical continuationGravatar Walt Feasel 1-2/+2
2016-11-21staging: speakup: synth.c Blank line before }Gravatar Walt Feasel 1-1/+0
2016-11-21staging: speakup: synth.c Spaces around operatorsGravatar Walt Feasel 1-5/+5
2016-09-22staging: speakup: Remove unnecessary parenthesesGravatar Katie Dunne 1-2/+2
2016-08-15staging: speakup: ensure we do not overrun synths arrayGravatar Colin Ian King 1-1/+1
2016-03-05staging: speakup: Remove unnecessary test in if conditionGravatar Amitoj Kaur Chawla 1-1/+1
2015-01-17staging: speakup: Split the comment to fit the lengthGravatar Panir.Nyan 1-3/+3
2014-09-23staging: speakup: remove jiffies comparison using time_after_eq()Gravatar Tapasweni Pathak 1-1/+1
2014-09-11staging: speakup: fix missing blank lines after declarationsGravatar Domagoj Trsan 1-0/+7
2014-05-27Staging: speakup: don't die if accessing sysfs without synthGravatar Sasha Levin 1-0/+3
2013-05-16Staging: speakup: Fix return value in synth.cGravatar Sachin Kamat 1-1/+1
2013-05-16staging: speakup: remove custom locking macro definitionsGravatar William Hubbs 1-0/+12
2013-05-16staging: speakup: synth: remove custom locking macrosGravatar William Hubbs 1-12/+12
2013-01-07Merge branch 'staging-linus' into staging-nextGravatar Greg Kroah-Hartman 1-2/+2
2013-01-07staging: speakup: Prefix externally-visible symbolsGravatar Samuel Thibault 1-19/+19
2013-01-07staging: speakup: avoid out-of-range access in synth_add()Gravatar Samuel Thibault 1-1/+1
2013-01-07staging: speakup: avoid out-of-range access in synth_init()Gravatar Nickolai Zeldovich 1-1/+1
2012-07-09staging "speakup" Fix typos.Gravatar Justin P. Mattock 1-1/+1
2012-03-08TTY: speakup, do not use serialPGravatar Jiri Slaby 1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2010-10-19staging: speakup: synth.c style fixesGravatar William Hubbs 1-13/+18
2010-10-07Staging: add speakup to the staging directoryGravatar William Hubbs 1-0/+458