diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-24 08:11:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 08:11:48 +0200 |
commit | 264388062ff64228474372462e5f4b29d6e060f9 (patch) | |
tree | 858d9420d9420ff39a3b1953957443ddbaae680f /interface-definitions/system_option.xml.in | |
parent | f1ac0b57af6ac74f084e7946d165812427705427 (diff) | |
parent | fba36052246b31252d9826e0c117c9ba1fdc4317 (diff) | |
download | vyos-1x-264388062ff64228474372462e5f4b29d6e060f9.tar.gz vyos-1x-264388062ff64228474372462e5f4b29d6e060f9.zip |
Merge pull request #3708 from vyos/mergify/bp/circinus/pr-3677
T5949: Add option to disable USB autosuspend (backport #3677)
Diffstat (limited to 'interface-definitions/system_option.xml.in')
-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> |