OSDN Git Service

ucm: add _fboot / FixedBootSequence
authorJaroslav Kysela <perex@perex.cz>
Fri, 5 Mar 2021 17:50:02 +0000 (18:50 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 11 Mar 2021 08:25:52 +0000 (09:25 +0100)
commit9c194a0ba78c1504ac969ef0522d63d9f2a0c550
tree791fc4c85b1d37c5f81c82c9a594886c43f1a469
parent266618088aa6e17672ffb08a110b2fff2e2f7ad2
ucm: add _fboot / FixedBootSequence

Actually, the BootSequence is executed only when the driver controls
(identifiers or value types) are changed. It may be handy to have
also a sequence which is executed at _each_ boot without any condition.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/use-case.h
src/ucm/main.c
src/ucm/parser.c
src/ucm/ucm_local.h
src/ucm/utils.c