It is part of the laptop mode settings.
You can set this in /etc/laptop-mode/conf.d/usb-autosuspend.conf:
Code:
#
# Configuration file for Laptop Mode Tools module usb-autosuspend.
#
# For more information, consult the laptop-mode.conf(8) manual page.
#
###############################################################################
# USB autosuspend settings
# ------------------------
#
# If you enable this setting, laptop mode tools will automatically enable the
# USB autosuspend feature for all devices.
#
###############################################################################
# Enable USB autosuspend feature?
CONTROL_USB_AUTOSUSPEND=1
0=off, 1=on
There are more of these config files inside /etc/laptopmode/conf.d
More info on all options:
man laptop-mode.conf
From what I think I understand:
1. off means that USB is always active.
2. on means USB is deactivated and only activated when a USB device is inserted.
basically it saves battery life to put it on but it would also switch off any usb devices currently attached (like mice) to save powerconsumption.
OH! and lots of the options powertop advices on can be found in those files.
Code:
ac97-powersave.conf lcd-brightness.conf
auto-hibernate.conf sched-mc-power-savings.conf
battery-level-polling.conf sched-mc-power-savings.conf~
bluetooth.conf start-stop-programs.conf
configuration-file-control.conf terminal-blanking.conf
cpufreq.conf usb-autosuspend.conf
dpms-standby.conf ethernet.conf
video-out.conf hal-polling.conf
wireless-ipw-power.conf intel-hda-powersave.conf
wireless-iwl-power.conf intel-sata-powermgmt.conf
Bookmarks