mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
enabled remote wakeup by default
This commit is contained in:
parent
e491057891
commit
253231adac
@ -97,7 +97,3 @@ vnc:
|
|||||||
sink: "kvmd::ustreamer::jpeg"
|
sink: "kvmd::ustreamer::jpeg"
|
||||||
h264:
|
h264:
|
||||||
sink: "kvmd::ustreamer::h264"
|
sink: "kvmd::ustreamer::h264"
|
||||||
|
|
||||||
|
|
||||||
otg:
|
|
||||||
remote_wakeup: true
|
|
||||||
|
|||||||
@ -100,7 +100,3 @@ vnc:
|
|||||||
sink: "kvmd::ustreamer::jpeg"
|
sink: "kvmd::ustreamer::jpeg"
|
||||||
h264:
|
h264:
|
||||||
sink: "kvmd::ustreamer::h264"
|
sink: "kvmd::ustreamer::h264"
|
||||||
|
|
||||||
|
|
||||||
otg:
|
|
||||||
remote_wakeup: true
|
|
||||||
|
|||||||
@ -563,7 +563,7 @@ def _get_config_scheme() -> dict:
|
|||||||
"device_version": Option(-1, type=functools.partial(valid_number, min=-1, max=0xFFFF)),
|
"device_version": Option(-1, type=functools.partial(valid_number, min=-1, max=0xFFFF)),
|
||||||
"usb_version": Option(0x0200, type=valid_otg_id),
|
"usb_version": Option(0x0200, type=valid_otg_id),
|
||||||
"max_power": Option(250, type=functools.partial(valid_number, min=50, max=500)),
|
"max_power": Option(250, type=functools.partial(valid_number, min=50, max=500)),
|
||||||
"remote_wakeup": Option(False, type=valid_bool),
|
"remote_wakeup": Option(True, type=valid_bool),
|
||||||
|
|
||||||
"gadget": Option("kvmd", type=valid_otg_gadget),
|
"gadget": Option("kvmd", type=valid_otg_gadget),
|
||||||
"config": Option("PiKVM device", type=valid_stripped_string_not_empty),
|
"config": Option("PiKVM device", type=valid_stripped_string_not_empty),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user