diff options
author | khramshinr <khramshinr@gmail.com> | 2024-06-18 12:57:24 +0600 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-06-22 17:11:31 +0000 |
commit | ab4fae5765e8f1fbf8b5418b8ac26c2ac66bb519 (patch) | |
tree | 22da1cf9f1d93700a4b45fa0d4c8cde60bf706d6 /interface-definitions | |
parent | a1c558b8762d1007b5c6f31a11626df73db89139 (diff) | |
download | vyos-1x-ab4fae5765e8f1fbf8b5418b8ac26c2ac66bb519.tar.gz vyos-1x-ab4fae5765e8f1fbf8b5418b8ac26c2ac66bb519.zip |
T5949: Add option to disable USB autosuspend
(cherry picked from commit c0b2693cebc3429e1974a9cec5946fa88ffc0205)
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> |