Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: laptop-mode-tools_1.52/etc/laptop-mode/conf.d/intel-hda-powersave.conf

Issue 661130: Enabled laptop mode power management control of: (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # Configuration file for Laptop Mode Tools module intel-hda-powersave. 2 # Configuration file for Laptop Mode Tools module intel-hda-powersave.
3 # 3 #
4 # For more information, consult the laptop-mode.conf(8) manual page. 4 # For more information, consult the laptop-mode.conf(8) manual page.
5 # 5 #
6 6
7 7
8 ############################################################################### 8 ###############################################################################
9 # Intel HDA power saving settings 9 # Intel HDA power saving settings
10 # ------------------------------- 10 # -------------------------------
11 # 11 #
12 # Enable this setting to save some power with your Intel HDA Audio Chipset 12 # Enable this setting to save some power with your Intel HDA Audio Chipset
13 # device. 13 # device.
14 # 14 #
15 ############################################################################### 15 ###############################################################################
16 16
17 # Enable debug mode for this module 17 # Enable debug mode for this module
18 # Set to 1 if you want to debug this module 18 # Set to 1 if you want to debug this module
19 DEBUG=0 19 DEBUG=0
20 20
21 # Control INTEL HDA audio chipset power? 21 # Control INTEL HDA audio chipset power?
22 CONTROL_INTEL_HDA_POWER=0 22 CONTROL_INTEL_HDA_POWER=1
23 23
24 # Handle power savings for Intel HDA under specific circumstances 24 # Handle power savings for Intel HDA under specific circumstances
25 BATT_INTEL_HDA_POWERSAVE=1 25 BATT_INTEL_HDA_POWERSAVE=1
26 LM_AC_INTEL_HDA_POWERSAVE=0 26 LM_AC_INTEL_HDA_POWERSAVE=0
27 NOLM_AC_INTEL_HDA_POWERSAVE=0 27 NOLM_AC_INTEL_HDA_POWERSAVE=0
28 28
29 # Number of seconds to wait before you want the device to time out 29 # Number of seconds to wait before you want the device to time out
30 INTEL_HDA_DEVICE_TIMEOUT=10 30 INTEL_HDA_DEVICE_TIMEOUT=10
31 31
32 # Disable controller on Device timeout 32 # Disable controller on Device timeout
33 # This saves more power 33 # This saves more power
34 # However you might want to disable this if you get annoyed by the 34 # However you might want to disable this if you get annoyed by the
35 # "click" sound when the device wakes up again 35 # "click" sound when the device wakes up again
36 # 36 #
37 # Set this to 1 to enable power savings for the controller also 37 # Set this to 1 to enable power savings for the controller also
38 INTEL_HDA_DEVICE_CONTROLLER=0 38 INTEL_HDA_DEVICE_CONTROLLER=0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698