From: Osama Muhammad <osmtendev@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, Osama Muhammad s <osmtendev@gmail.com>
Subject: [PATCH 00/15] Accessiblity: speakup: specifying the default driver parameters among the module params
Date: Thu, 10 Nov 2022 02:50:53 +0500 [thread overview]
Message-ID: <20221109215108.7933-1-osmtendev@gmail.com> (raw)
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
next reply other threads:[~2022-11-09 21:51 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-09 21:50 Osama Muhammad [this message]
2022-11-09 21:50 ` [PATCH 01/15] Accessiblity: speakup_soft: specifying the default driver parameters among the module params 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221109215108.7933-1-osmtendev@gmail.com \
--to=osmtendev@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox