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

Side by Side Diff: laptop-mode-tools_1.52/etc/laptop-mode/conf.d/intel-sata-powermgmt.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-sata-powermgmt. 2 # Configuration file for Laptop Mode Tools module intel-sata-powermgmt.
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 SATA power management settings 9 # Intel SATA power management settings
10 # ------------------------------------ 10 # ------------------------------------
11 # 11 #
12 # If you enable this setting, laptop mode tools will automatically enable the 12 # If you enable this setting, laptop mode tools will automatically enable the
13 # link power management mode of Intel AHCI compliant SATA chipsets. 13 # link power management mode of Intel AHCI compliant SATA chipsets.
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 SATA chipset power management? 21 # Control Intel SATA chipset power management?
22 CONTROL_INTEL_SATA_POWER=0 22 CONTROL_INTEL_SATA_POWER=1
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698