>> - always set max_performance.
>> - always set min_power.
> What would be the point of that? If you don't want pm-utils to change
> the alpm state, set it outside of pm-utils and use SATA_ALPM_ENABLE=false.

When SATA_ALPM_ENABLE=false you get "always set max_performance" because
sata_alpm does:

   case $1 in
       true) [ "$SATA_ALPM_ENABLE" = true ] && set_sata_alpm min_power;;
       false) set_sata_alpm max_performance;;
       help) help;;
       *) exit $NA;;
   esac

i.e. it calls "set_sata_alpm max_performance" regardless of
SATA_ALPM_ENABLE when you plug the power cord.

That's what the subject of this bug report says and is my main complaint.


        Stefan


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to