diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-20 12:49:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 12:49:49 +0200 |
commit | 109e0940be4956879d3ba074894023a1508424bf (patch) | |
tree | d8e59258813366e6e7d19af9d496b73bee31db86 /interface-definitions/system_option.xml.in | |
parent | 9eb1e9bb2b18163afd6bc6a690916537691c95e5 (diff) | |
parent | c0b2693cebc3429e1974a9cec5946fa88ffc0205 (diff) | |
download | vyos-1x-109e0940be4956879d3ba074894023a1508424bf.tar.gz vyos-1x-109e0940be4956879d3ba074894023a1508424bf.zip |
Merge pull request #3677 from HollyGurza/T5949
T5949: Add option to disable USB autosuspend
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> |