option to enable remote wakeup

This commit is contained in:
Maxim Devaev
2021-08-20 21:12:44 +03:00
parent 902841e8df
commit 1e7aac27b2
2 changed files with 5 additions and 3 deletions

View File

@@ -478,6 +478,7 @@ def _get_config_scheme() -> Dict:
"manufacturer": Option("Pi-KVM"),
"product": Option("Composite KVM Device"),
"serial": Option("CAFEBABE"),
"remote_wakeup": Option(False, type=valid_bool),
"gadget": Option("kvmd", type=valid_otg_gadget),
"config": Option("Pi-KVM device", type=valid_stripped_string_not_empty),