diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-24 13:44:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 13:44:46 +0200 |
commit | 0c0480323c2c1cfda0478dec5d28a2275c63a8a4 (patch) | |
tree | e037a1594957138fbf1ecaaf9879e888eb10290c /interface-definitions | |
parent | 7b8314ca4ca298a6a19b63e48ab3bc1f3831cc44 (diff) | |
parent | ab4fae5765e8f1fbf8b5418b8ac26c2ac66bb519 (diff) | |
download | vyos-1x-0c0480323c2c1cfda0478dec5d28a2275c63a8a4.tar.gz vyos-1x-0c0480323c2c1cfda0478dec5d28a2275c63a8a4.zip |
Merge pull request #3709 from vyos/mergify/bp/sagitta/pr-3677
T5949: Add option to disable USB autosuspend (backport #3677)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system_option.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/system_option.xml.in b/interface-definitions/system_option.xml.in index fe517d17d..ad423d9d1 100644 --- a/interface-definitions/system_option.xml.in +++ b/interface-definitions/system_option.xml.in @@ -183,6 +183,12 @@ </properties> <defaultValue>12-hour</defaultValue> </leafNode> + <leafNode name="disable-usb-autosuspend"> + <properties> + <help>Disable autosuspend for all USB devices</help> + <valueless/> + </properties> + </leafNode> </children> </node> </children> |