otg: init_delay

This commit is contained in:
Devaev Maxim
2019-09-24 11:39:20 +03:00
parent cfe0c07543
commit 5d437c58e3
2 changed files with 17 additions and 9 deletions

View File

@@ -193,6 +193,7 @@ def _get_config_scheme() -> Dict:
"force_users": Option([], type=valid_users_list),
# Dynamic content
},
"external": {
"type": Option(""),
},
@@ -249,7 +250,11 @@ def _get_config_scheme() -> Dict:
"product": Option("Composite KVM Device"),
"serial_number": Option("CAFEBABE"),
"udc": Option(""),
"acm": Option(True, type=valid_bool),
"init_delay": Option(3.0, type=valid_float_f01),
"acm": {
"enabled": Option(True, type=valid_bool),
},
},
"ipmi": {