summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup
Commit message (Expand)AuthorAgeFilesLines
...
* staging: speakup: in serialio.c no over 80 chars longBo YU2017-06-061-2/+4
* staging: speakup: add a space around '|'Bo YU2017-06-061-1/+1
* staging: speakup: add a missing blank line after declarationBo YU2017-06-061-0/+1
* staging: speakup: remove unused codeOkash Khawaja2017-06-031-3/+0Star
* staging: speakup: check for null before calling TTY's flush_bufferOkash Khawaja2017-06-031-1/+2
* drivers/staging/speakup: fix indent coding style problem in spk_ttyio.cRui Teng2017-05-251-1/+1
* staging: speakup: signedness bug in spk_ttyio_in_nowait()Dan Carpenter2017-05-251-1/+1
* staging: speakup: flush tty buffers and ensure hardware flow controlOkash Khawaja2017-05-168-0/+42
* staging: speakup: migrate apollo, ltlk, audptr, decext, dectlk and spkoutOkash Khawaja2017-05-166-30/+26Star
* staging: speakup: add send_xchar, tiocmset and input functionality for ttyOkash Khawaja2017-05-163-1/+111
* staging: speakup: migrate acntsa, bns, dummy and txprt to ttyioOkash Khawaja2017-05-163-12/+12
* staging: speakup: add tty-based comms functionsOkash Khawaja2017-05-163-0/+148
* staging: speakup: fix unnecessary long lineMichael Mera2017-05-151-1/+1
* drivers/staging/speakup: Align block comments at *Tiago Koji Castro Shibata2017-05-151-5/+5
* staging: speakup: make input functionality swappableOkash Khawaja2017-05-1511-28/+33
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-113-3/+3
|\
| * Annotate hardware config module parameters in drivers/staging/speakup/David Howells2017-04-203-3/+3
* | 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