# Configuration file for the PowerManagement Control Scripts

# Section for general options
general_HDDevice="/dev/hda"	 # hdsetup
general_PCMCIAShutdown="suspend" # pcmcia

# Path of laptop_mode.sh delivered with the kernel source tree
# The script is not externally configurable yet. You have to
# modify the script according your needs.
general_LMScript=scripts.d/laptopmode.sh

# Section for power policy 'performance'
performance_HDTimeOff=0		# hdsetup - timeout in seconds
performance_HDOptions="-p"	# hdsetup
performance_LaptopMode="stop"	# bdflush

# Section for power policy 'custom'
custom_HDTimeOff=60		# hdsetup - timeout in seconds
custom_HDOptions="-p"		# hdsetup
custom_LaptopMode="start"	# bdflush

# Section for power policy 'powersave'
powersave_HDTimeOff=60		# hdsetup - timeout in seconds
powersave_HDOptions="-p"	# hdsetup
powersave_LaptopMode="start"	# bdflush
