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:25 +0000 |
commit | fba36052246b31252d9826e0c117c9ba1fdc4317 (patch) | |
tree | 887544cb7c8d02392a96ca72fac45f9f91c4af84 /interface-definitions/system_option.xml.in | |
parent | 537706e0c640bc48e90af6636b1063da8101a8c4 (diff) | |
download | vyos-1x-fba36052246b31252d9826e0c117c9ba1fdc4317.tar.gz vyos-1x-fba36052246b31252d9826e0c117c9ba1fdc4317.zip |
T5949: Add option to disable USB autosuspend
(cherry picked from commit c0b2693cebc3429e1974a9cec5946fa88ffc0205)
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> |