diff options
author | Devaev Maxim <[email protected]> | 2020-09-30 09:01:10 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-30 09:01:13 +0300 |
commit | 9b4b01f69711b06f56e569eb23fb922f15ea06f8 (patch) | |
tree | 91b69d82543a918f32e957cca40f6ecbe8aedbcf /kvmd/apps/otg/__init__.py | |
parent | 4bdb06f108543239b7cb3a547f3ace853b590274 (diff) |
renamed otg config
Diffstat (limited to 'kvmd/apps/otg/__init__.py')
-rw-r--r-- | kvmd/apps/otg/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/apps/otg/__init__.py b/kvmd/apps/otg/__init__.py index d727e938..0af871a2 100644 --- a/kvmd/apps/otg/__init__.py +++ b/kvmd/apps/otg/__init__.py @@ -187,7 +187,7 @@ def _cmd_start(config: Section) -> None: config_path = join(gadget_path, "configs/c.1") _mkdir(config_path) _mkdir(join(config_path, "strings/0x409")) - _write(join(config_path, "strings/0x409/configuration"), "Config 1: ECM network") + _write(join(config_path, "strings/0x409/configuration"), "Config 1: Pi-KVM device") _write(join(config_path, "MaxPower"), "250") if config.otg.devices.serial.enabled: |