linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BlueZ PATCH v2 0/3] Load default system configuration from file.
@ 2020-05-29 15:29 Alain Michaud
  2020-05-29 15:29 ` [BlueZ PATCH v2 1/3] mgmt:adding load default system configuration definitions Alain Michaud
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alain Michaud @ 2020-05-29 15:29 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Alain Michaud

This series adds supports for reading default system configurations from
a configuration file.  This allows a system to override what are
currently kernel hardcoded values from a conf file.

The dependent kernel patch will be posted after some additional parsing
validation on the tlv is completed.

Changes in v2:
- Fixing checkpatch warning that are applicable.

Alain Michaud (3):
  mgmt:adding load default system configuration definitions
  adapter:set default system configuration if available
  main:read default system configuration from the conf file.

 lib/mgmt.h    |  20 ++++
 src/adapter.c | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/hcid.h    |  39 ++++++++
 src/main.c    | 162 ++++++++++++++++++++++++++++++++
 src/main.conf |  65 +++++++++++++
 5 files changed, 537 insertions(+)

-- 
2.27.0.rc0.183.gde8f92d652-goog


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

end of thread, other threads:[~2020-05-29 15:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 15:29 [BlueZ PATCH v2 0/3] Load default system configuration from file Alain Michaud
2020-05-29 15:29 ` [BlueZ PATCH v2 1/3] mgmt:adding load default system configuration definitions Alain Michaud
2020-05-29 15:39   ` Load default system configuration from file bluez.test.bot
2020-05-29 15:29 ` [BlueZ PATCH v2 2/3] adapter:set default system configuration if available Alain Michaud
2020-05-29 15:36   ` [BlueZ,v2,2/3] " bluez.test.bot
2020-05-29 15:29 ` [BlueZ PATCH v2 3/3] main:read default system configuration from the conf file Alain Michaud
2020-05-29 15:36   ` [BlueZ,v2,3/3] " bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).