SVN commit 1159122 by lukas: HAL supports reportingthe ability of a CPU to change frequencies M +1 -2 halprocessor.cpp --- trunk/KDE/kdelibs/solid/solid/backends/hal/halprocessor.cpp #1159121:1159122 @@ -52,8 +52,7 @@ bool Processor::canChangeFrequency() const { - // dummy for now, need some changes in HAL! - return false; + return m_device->property("processor.can_throttle").toBool(); } static Solid::Processor::InstructionSets cpuFeatures();