Enable triggerless hardware updates on startup

pull/1/head
Timothy Pearson 11 years ago
parent cee6e93e17
commit 2b2945858f

@ -65,6 +65,7 @@ Battery::Battery( TQString _udi ) {
if (trace) kdDebug() << funcinfo << "IN , udi: " << udi << endl;
m_hwdevices = TDEGlobal::hardwareDevices();
m_hwdevices->setTriggerlessHardwareUpdatesEnabled(true);
udi = _udi;

@ -48,6 +48,7 @@ CPUInfo::CPUInfo() {
numOfCPUs = -1;
m_hwdevices = TDEGlobal::hardwareDevices();
m_hwdevices->setTriggerlessHardwareUpdatesEnabled(true);
kdDebugFuncOut(trace);
}

Loading…
Cancel
Save