summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup
Commit message (Expand)AuthorAgeFilesLines
* staging: speakup: add send_xchar and tiocmset methodsOkash Khawaja2017-04-255-19/+29
* staging: speakup: Remove the explicit NULL comparisonArushi Singhal2017-03-272-17/+17
* staging: speakup: Align the code.Arushi Singhal2017-03-272-3/+3
* staging: speakup: use speakup_allocate as per required contextPranay Kr. Srivastava2017-03-271-4/+4
* staging: speakup: fix warning for static declarationGustavo A. R. Silva2017-03-271-1/+1
* staging: speakup: Match alignment with open parenthesis.Arushi Singhal2017-03-234-6/+6
* staging: speakup: Removed Unnecessary parentheses.Arushi Singhal2017-03-231-1/+1
* staging: speakup: spaces preferred around operatorArushi Singhal2017-03-236-22/+22
* staging: speakup: Moved OR operator to previous line.Arushi Singhal2017-03-231-4/+4
* staging: speakup: fixes braces {} should be used on all arms of this statementArushi Singhal2017-03-235-28/+37
* staging: speakup: Simplify "NULL" comparisonsArushi Singhal2017-03-232-4/+4
* staging: speakup: Moved logical to previous line.Arushi Singhal2017-03-231-6/+6
* remove unnecessary initial allocation of vcPranay Kr. Srivastava2017-03-231-11/+0Star
* return same error value from spk_set_key_infoPranay Kr. Srivastava2017-03-231-8/+19
* speakup: Fix spurious space pronunciation on spelling lettersSamuel Thibault2017-03-231-8/+5Star
* staging: speakup: move those functions which do outgoing serial comms, into s...Okash Khawaja2017-03-1713-61/+61
* staging: speakup: identation should use tabsArushi Singhal2017-03-161-5/+5
* staging: speakup: Add blank line after declarationsArushi Singhal2017-03-163-0/+3
* speakup: Fix bogus caps on speaking unicode charactersSamuel Thibault2017-03-161-2/+2
* staging: speakup: move spk_stop_serial_interrupt into synth-specific release ...Okash Khawaja2017-03-166-1/+6
* staging: speakup: add spk_io_ops struct to spk_synthOkash Khawaja2017-03-1619-20/+48
* staging: speakup: spk_serial_out and spk_wait_for_xmitr to take synth argOkash Khawaja2017-03-167-29/+29
* speakup: Support spelling unicode charactersSamuel Thibault2017-03-131-9/+9
* speakup: make get_char actually get unicode charactersSamuel Thibault2017-03-131-1/+1
* staging: speakup: fix "Alignment match open parenthesis"Arushi Singhal2017-03-131-1/+1
* staging: speakup: i18n.c: Refactor conditionals in spk_msg_setNarcisa Ana Maria Vasile2017-03-121-24/+20Star
* staging: speakup: i18n.c: Change return type from int to boolNarcisa Ana Maria Vasile2017-03-121-11/+12
* speakup: add unicode variant of /dev/softsynthSamuel Thibault2017-03-091-12/+81
* speakup: convert screen reading to 16bit charactersSamuel Thibault2017-03-093-67/+82
* speakup: extend synth buffer to 16bit unicode charactersSamuel Thibault2017-03-0912-15/+70
* staging: speakup: kobjects: Delete comparisonTamara Diaconita2017-03-091-1/+1
* staging: speakup: kobjects: Rearrange headersTamara Diaconita2017-03-091-2/+4
* staging: speakup: kobjects: Align the codeTamara Diaconita2017-03-091-32/+32
* staging: speakup: kobjects: Delete blank lineTamara Diaconita2017-03-091-1/+0Star
* staging: speakup: kobjects: Delete spaceTamara Diaconita2017-03-091-4/+4
* staging: speakup: Clean up tests if NULL returned on failuresimran singhal2017-03-091-1/+1
* staging:speakup:i18n.c: Align open paranthesisTamara Diaconita2017-03-091-1/+1
* staging: speakup: Fixed coding style errors and aligned indentsTuomo Rinne2017-03-091-46/+44Star
* staging: speakup: Add __printf format/arg verification, fix falloutJoe Perches2017-03-092-1/+2
* staging: speakup:indentation should use tabsArushi Singhal2017-03-091-1/+1
* staging: speakup: Clean up if conditionsSreya Mittal2017-03-061-6/+4Star
* staging: speakup: Align with parenthesesSreya Mittal2017-03-061-2/+2
* staging: speakup: Replace BUG_ON() with WARN_ON().Varsha Rao2017-03-061-2/+6
* staging: speakup: Clean up if testsSreya Mittal2017-03-061-6/+6
* staging: speakup: i18n: Add spaces around operatorssayli karnik2017-03-061-2/+2
* staging: speakup: i18n: Replace 'x!=NULL' with 'x'sayli karnik2017-03-061-2/+2
* staging: speakup: Added spaces around arithmetic operators.Varsha Rao2017-03-064-15/+15
* staging: speakup: Removed blank line after open braces.Varsha Rao2017-03-062-2/+0Star
* staging: speakup: (coding style) Limit line to 80 charsOlav Haugan2017-03-061-2/+2
* staging: speakup: (coding style) Simplify comparisons to NULLOlav Haugan2017-03-061-8/+8