summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/spk_ttyio.c
Commit message (Expand)AuthorAgeFilesLines
* staging: speakup: Comparison to NULL.Bhagyashri Dighole2019-03-181-1/+1
* staging: speakup: fix line over 80 characters.Bhagyashri Dighole2019-03-011-8/+12
* staging: speakup: fix tty-operation NULL derefsJohan Hovold2019-01-301-2/+4
* staging: speakup: change semaphore to completionArnd Bergmann2018-12-121-4/+5
* staging: speakup: Add a pair of bracesMaya Nakamura2018-10-191-2/+2
* staging: speakup: Add blank line after declarationNishka Dasgupta2018-03-191-0/+1
* staging: speakup: Add unicode support to the speakup_dummy driverSamuel Thibault2018-03-141-0/+18
* staging: speakup: match alignment with open parenthesisSantha Meena Ramamoorthy2018-03-061-1/+1
* staging: speakup: add SPDX identifier.Greg Kroah-Hartman2018-01-151-0/+1
* staging: speakup: Fix comment block coding styleMihaela Muraru2017-09-281-2/+4
* Staging: speakup: Remove print following unsuccessful kmallocMeghana Madhyastha2017-09-181-3/+1
* staging: speakup: use tty_kopen and tty_kcloseOkash Khawaja2017-08-281-2/+2
* staging: speakup: fix async usb removalOkash Khawaja2017-08-181-0/+50
* staging: speakup: remove support for lp*Okash Khawaja2017-08-181-22/+1
* staging: speakup: safely register and unregister ldiscOkash Khawaja2017-07-181-6/+2
* staging: speakup: add functions to register and unregister ldiscOkash Khawaja2017-07-181-0/+12
* staging: speakup: safely close ttyOkash Khawaja2017-07-181-1/+1
* staging: speakup: make function ser_to_dev staticColin Ian King2017-06-291-1/+1
* staging: speakup: make ttyio synths use device nameOkash Khawaja2017-06-271-8/+7
* staging: speakup: check and convert dev name or ser to dev_tOkash Khawaja2017-06-271-0/+42
* staging: speakup: Add missing blank line after declarationAlexandre Ghiti2017-06-131-0/+2
* staging: speakup: remove unused codeOkash Khawaja2017-06-031-3/+0
* 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-161-0/+29
* staging: speakup: add send_xchar, tiocmset and input functionality for ttyOkash Khawaja2017-05-161-0/+107
* staging: speakup: add tty-based comms functionsOkash Khawaja2017-05-161-0/+143