| OLD | NEW |
| 1 # | 1 # |
| 2 # Configuration file for Laptop Mode Tools module ac97-powersave. | 2 # Configuration file for Laptop Mode Tools module ac97-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 # AC97 power saving settings | 9 # AC97 power saving settings |
| 10 # --------------------------- | 10 # --------------------------- |
| 11 # | 11 # |
| 12 # If you enable this setting, laptop mode tools will automatically set the | 12 # If you enable this setting, laptop mode tools will automatically set the |
| 13 # powersave mode of AC97 audio chipsets. This setting does not hurt, so | 13 # powersave mode of AC97 audio chipsets. This setting does not hurt, so |
| 14 # there are no AC vs. battery settings: if CONTROL_AC97_POWER is set to 1, | 14 # there are no AC vs. battery settings: if CONTROL_AC97_POWER is set to 1, |
| 15 # the powersave mode is always enabled. | 15 # the powersave mode is always enabled. |
| 16 # | 16 # |
| 17 ############################################################################### | 17 ############################################################################### |
| 18 | 18 |
| 19 # Control AC97 audio chipset power? | 19 # Control AC97 audio chipset power? |
| 20 CONTROL_AC97_POWER=0 | 20 CONTROL_AC97_POWER=1 |
| 21 | 21 |
| 22 # Enable debug mode for this module | 22 # Enable debug mode for this module |
| 23 # Set to 1 if you want to debug this module | 23 # Set to 1 if you want to debug this module |
| 24 DEBUG=0 | 24 DEBUG=0 |
| OLD | NEW |