public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] Accessiblity: speakup: specifying the default driver parameters among the module params
@ 2022-11-09 21:50 Osama Muhammad
  2022-11-09 21:50 ` [PATCH 01/15] Accessiblity: speakup_soft: " Osama Muhammad
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Osama Muhammad @ 2022-11-09 21:50 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Osama Muhammad s

This patch series is an enhancement which allows to specify the default driver
parameters among the module parameters.

Adding default variables to the speakup modules
allows to easily set that at boot, rather than
setting the sys variables after boot.
More details can be found here:
https://github.com/linux-speakup/speakup/issues/7


Osama Muhammad (15):
  Accessiblity: speakup_soft: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_apollo: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_audptr: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_bns: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_decext: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_decpc: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_dtlk: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_dtlk: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_dummy: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_keypc: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_dtlk: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_spkout: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_txprt: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_acntpc: specifying the default driver parameters
    among the module params
  Accessiblity: speakup_acntsa: specifying the default driver parameters
    among the module params

 .../accessibility/speakup/speakup_acntpc.c    | 38 +++++++++---
 .../accessibility/speakup/speakup_acntsa.c    | 37 +++++++++---
 .../accessibility/speakup/speakup_apollo.c    | 46 ++++++++++++---
 .../accessibility/speakup/speakup_audptr.c    | 42 ++++++++++---
 drivers/accessibility/speakup/speakup_bns.c   | 36 ++++++++---
 .../accessibility/speakup/speakup_decext.c    | 44 ++++++++++----
 drivers/accessibility/speakup/speakup_decpc.c | 48 +++++++++++----
 .../accessibility/speakup/speakup_dectlk.c    | 45 ++++++++++----
 drivers/accessibility/speakup/speakup_dtlk.c  | 50 ++++++++++++----
 drivers/accessibility/speakup/speakup_dummy.c | 53 +++++++++++++----
 drivers/accessibility/speakup/speakup_keypc.c | 29 +++++++--
 drivers/accessibility/speakup/speakup_ltlk.c  | 53 +++++++++++++----
 drivers/accessibility/speakup/speakup_soft.c  | 59 ++++++++++++++-----
 .../accessibility/speakup/speakup_spkout.c    | 43 +++++++++++---
 drivers/accessibility/speakup/speakup_txprt.c | 45 +++++++++++---
 15 files changed, 524 insertions(+), 144 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-11-09 21:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-09 21:50 [PATCH 00/15] Accessiblity: speakup: specifying the default driver parameters among the module params Osama Muhammad
2022-11-09 21:50 ` [PATCH 01/15] Accessiblity: speakup_soft: " Osama Muhammad
2022-11-09 21:50 ` [PATCH 02/15] Accessiblity: speakup_apollo: " Osama Muhammad
2022-11-09 21:50 ` [PATCH 03/15] Accessiblity: speakup_audptr: " Osama Muhammad
2022-11-09 21:50 ` [PATCH 04/15] Accessiblity: speakup_bns: " Osama Muhammad
2022-11-09 21:50 ` [PATCH 05/15] Accessiblity: speakup_decext: " Osama Muhammad
2022-11-09 21:50 ` [PATCH 06/15] Accessiblity: speakup_decpc: " Osama Muhammad
2022-11-09 21:51 ` [PATCH 07/15] Accessiblity: speakup_dectlk: " Osama Muhammad
2022-11-09 21:51 ` [PATCH 08/15] Accessiblity: speakup_dtlk: " Osama Muhammad
2022-11-09 21:51 ` [PATCH 09/15] Accessiblity: speakup_dummy: " Osama Muhammad
2022-11-09 21:51 ` [PATCH 10/15] Accessiblity: speakup_keypc: " Osama Muhammad
2022-11-09 21:51 ` [PATCH 11/15] Accessiblity: speakup_ltlk: " Osama Muhammad
2022-11-09 21:51 ` [PATCH 12/15] Accessiblity: speakup_spkout: " Osama Muhammad
2022-11-09 21:51 ` [PATCH 13/15] Accessiblity: speakup_txprt: " Osama Muhammad
2022-11-09 21:51 ` [PATCH 14/15] Accessiblity: speakup_acntpc: " Osama Muhammad
2022-11-09 21:51 ` [PATCH 15/15] Accessiblity: speakup_acntsa: " Osama Muhammad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox