diff options
author | khramshinr <khramshinr@gmail.com> | 2024-06-18 12:57:24 +0600 |
---|---|---|
committer | khramshinr <khramshinr@gmail.com> | 2024-06-19 13:03:02 +0600 |
commit | c0b2693cebc3429e1974a9cec5946fa88ffc0205 (patch) | |
tree | 1e34231e50d3d714c52f8055e09b3f378c1d379c /interface-definitions/system_option.xml.in | |
parent | 2224890a5be141daf9dd5613de0ebb81bb706db0 (diff) | |
download | vyos-1x-c0b2693cebc3429e1974a9cec5946fa88ffc0205.tar.gz vyos-1x-c0b2693cebc3429e1974a9cec5946fa88ffc0205.zip |
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> |