aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-15staging: speakup: fix unnecessary long lineMichael Mera1-1/+1
2017-05-15drivers/staging/speakup: Align block comments at *Tiago Koji Castro Shibata1-5/+5
2017-05-15staging: speakup: make input functionality swappableOkash Khawaja11-28/+33
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-3/+3
2017-04-25staging: speakup: add send_xchar and tiocmset methodsOkash Khawaja5-19/+29
2017-04-20Annotate hardware config module parameters in drivers/staging/speakup/David Howells3-3/+3
2017-03-27staging: speakup: Remove the explicit NULL comparisonArushi Singhal2-17/+17
2017-03-27staging: speakup: Align the code.Arushi Singhal2-3/+3
2017-03-27staging: speakup: use speakup_allocate as per required contextPranay Kr. Srivastava1-4/+4
2017-03-27staging: speakup: fix warning for static declarationGustavo A. R. Silva1-1/+1
2017-03-23staging: speakup: Match alignment with open parenthesis.Arushi Singhal4-6/+6
2017-03-23staging: speakup: Removed Unnecessary parentheses.Arushi Singhal1-1/+1
2017-03-23staging: speakup: spaces preferred around operatorArushi Singhal6-22/+22
2017-03-23staging: speakup: Moved OR operator to previous line.Arushi Singhal1-4/+4
2017-03-23staging: speakup: fixes braces {} should be used on all arms of this statementArushi Singhal5-28/+37
2017-03-23staging: speakup: Simplify "NULL" comparisonsArushi Singhal2-4/+4
2017-03-23staging: speakup: Moved logical to previous line.Arushi Singhal1-6/+6
2017-03-23remove unnecessary initial allocation of vcPranay Kr. Srivastava1-11/+0
2017-03-23return same error value from spk_set_key_infoPranay Kr. Srivastava1-8/+19
2017-03-23speakup: Fix spurious space pronunciation on spelling lettersSamuel Thibault1-8/+5
2017-03-17staging: speakup: move those functions which do outgoing serial comms, into serialio.cOkash Khawaja13-61/+61
2017-03-16staging: speakup: identation should use tabsArushi Singhal1-5/+5
2017-03-16staging: speakup: Add blank line after declarationsArushi Singhal3-0/+3
2017-03-16speakup: Fix bogus caps on speaking unicode charactersSamuel Thibault1-2/+2
2017-03-16staging: speakup: move spk_stop_serial_interrupt into synth-specific release functionOkash Khawaja6-1/+6
2017-03-16staging: speakup: add spk_io_ops struct to spk_synthOkash Khawaja19-20/+48
2017-03-16staging: speakup: spk_serial_out and spk_wait_for_xmitr to take synth argOkash Khawaja7-29/+29
2017-03-14speakup: Support spelling unicode charactersSamuel Thibault1-9/+9
2017-03-14speakup: make get_char actually get unicode charactersSamuel Thibault1-1/+1
2017-03-14staging: speakup: fix "Alignment match open parenthesis"Arushi Singhal1-1/+1
2017-03-12staging: speakup: i18n.c: Refactor conditionals in spk_msg_setNarcisa Ana Maria Vasile1-24/+20
2017-03-12staging: speakup: i18n.c: Change return type from int to boolNarcisa Ana Maria Vasile1-11/+12
2017-03-09speakup: add unicode variant of /dev/softsynthSamuel Thibault1-12/+81
2017-03-09speakup: convert screen reading to 16bit charactersSamuel Thibault3-67/+82
2017-03-09speakup: extend synth buffer to 16bit unicode charactersSamuel Thibault12-15/+70
2017-03-09staging: speakup: kobjects: Delete comparisonTamara Diaconita1-1/+1
2017-03-09staging: speakup: kobjects: Rearrange headersTamara Diaconita1-2/+4
2017-03-09staging: speakup: kobjects: Align the codeTamara Diaconita1-32/+32
2017-03-09staging: speakup: kobjects: Delete blank lineTamara Diaconita1-1/+0
2017-03-09staging: speakup: kobjects: Delete spaceTamara Diaconita1-4/+4
2017-03-09staging: speakup: Clean up tests if NULL returned on failuresimran singhal1-1/+1
2017-03-09staging:speakup:i18n.c: Align open paranthesisTamara Diaconita1-1/+1
2017-03-09staging: speakup: Fixed coding style errors and aligned indentsTuomo Rinne1-46/+44
2017-03-09staging: speakup: Add __printf format/arg verification, fix falloutJoe Perches2-1/+2
2017-03-09staging: speakup:indentation should use tabsArushi Singhal1-1/+1
2017-03-06staging: speakup: Clean up if conditionsSreya Mittal1-6/+4
2017-03-06staging: speakup: Align with parenthesesSreya Mittal1-2/+2
2017-03-06staging: speakup: Replace BUG_ON() with WARN_ON().Varsha Rao1-2/+6
2017-03-06staging: speakup: Clean up if testsSreya Mittal1-6/+6
2017-03-06staging: speakup: i18n: Add spaces around operatorssayli karnik1-2/+2