mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
small rebranding
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ========================================================================== #
|
||||
# #
|
||||
# KVMD - The main Pi-KVM daemon. #
|
||||
# KVMD - The main PiKVM daemon. #
|
||||
# #
|
||||
# Copyright (C) 2018-2021 Maxim Devaev <mdevaev@gmail.com> #
|
||||
# #
|
||||
@@ -475,14 +475,14 @@ def _get_config_scheme() -> Dict:
|
||||
"otg": {
|
||||
"vendor_id": Option(0x1D6B, type=valid_otg_id), # Linux Foundation
|
||||
"product_id": Option(0x0104, type=valid_otg_id), # Multifunction Composite Gadget
|
||||
"manufacturer": Option("Pi-KVM"),
|
||||
"manufacturer": Option("PiKVM"),
|
||||
"product": Option("Composite KVM Device"),
|
||||
"serial": Option("CAFEBABE"),
|
||||
"usb_version": Option(0x0200, type=valid_otg_id),
|
||||
"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),
|
||||
"config": Option("PiKVM device", type=valid_stripped_string_not_empty),
|
||||
"udc": Option("", type=valid_stripped_string),
|
||||
"init_delay": Option(3.0, type=valid_float_f01),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user