Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1641945
| From | Okash Khawaja <okash.khawaja@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [patch v2 0/6] staging: speakup: migrate synths to use TTY-based comms |
| Date | 2017-05-15 20:00 +0200 |
| Message-ID | <tHsrL-2Pf-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset migrates all external synths from using raw serial i/o to using tty-based comms. The synths not migrated are internal ones - plugged directly into motherboard, communicating over ISA etc. It's important to note that these patches access TTY from inside kernel. Here is the summary of the patches in this set. Patch 1: Exports tty_open_by_driver in order to allow the speakup to access it. Patch 2: Adds spk_ttyio.c, a container of TTY-based comms. Patch 3: Migrates some synths which use relatively simple comms - output only. Patch 4: Adds more TTY-based functionality that wasn't already added in patch 2. Patch 5: Migrates remaining external synths based. Patch 6: Contains these fixes: flushing TTY buffers and ensuring hardware flow control. Thanks, Okash
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[patch v2 0/6] staging: speakup: migrate synths to use TTY-based comms Okash Khawaja <okash.khawaja@gmail.com> - 2017-05-15 20:00 +0200 [patch v2 5/6] staging: speakup: migrate apollo, ltlk, audptr, decext, dectlk and spkout Okash Khawaja <okash.khawaja@gmail.com> - 2017-05-15 20:00 +0200 [patch v2 2/6] staging: speakup: add tty-based comms functions Okash Khawaja <okash.khawaja@gmail.com> - 2017-05-15 20:00 +0200
csiph-web