[00/15] Accessiblity: speakup: specifying the default driver parameters among the module params

Message ID 20221109215108.7933-1-osmtendev@gmail.com
Headers
Series Accessiblity: speakup: specifying the default driver parameters among the module params |

Message

Osama Muhammad Nov. 9, 2022, 9:50 p.m. UTC
  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(-)