summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-01suppress lid change event on startupMartin Pitt1-1/+11
2009-06-28hardcode pm-powersave like we do pm-suspend and pm-hibernateRichard Hughes1-1/+1
2009-06-28Fix two issues with the pm-powersave codeRoland Dreier1-2/+4
2009-06-26Fix a small memory leak on supply coldpluggingRichard Hughes1-4/+41
2009-06-26Don't show empty vendor, model or serials in the debug outputsRichard Hughes1-3/+3
2009-06-26Correct a few function namesRichard Hughes2-31/+31
2009-06-26Interface with pm-powersave as external vendors are using thisRichard Hughes1-0/+30
2009-06-18Fix GUdev compileRichard Hughes2-15/+12
2009-06-16Trivial compile fixRichard Hughes1-12/+8
2009-06-16fix library nameRichard Hughes1-1/+1
2009-06-16Fix looking for gudevRichard Hughes1-3/+3
2009-06-15Initial search/replace port to GUdev. No testing done.Richard Hughes14-85/+85
2009-06-15One more variation of lithium-polyRichard Hughes1-1/+2
2009-06-14Prefix the DkpDevice subclassed devices with device to make it clearerRichard Hughes11-364/+364
2009-06-14Don't assume all batteries have positive energy_full valuesRichard Hughes1-6/+8
2009-06-14Only print interesting device propertiesRichard Hughes1-8/+14
2009-06-14For power_supply, unknown is a valid state from the kernelRichard Hughes1-0/+2
2009-06-14Mark batteries as empty if they have unknown state and a very low energyRichard Hughes1-0/+6
2009-06-01trivial: post release version bumpRichard Hughes2-5/+5
2009-06-01Released DeviceKit-power 008DeviceKit-power-008Richard Hughes2-3/+39
2009-05-29Trivial formatting nitRichard Hughes1-1/+1
2009-05-29Trivial whitespace fixesRichard Hughes1-27/+27
2009-05-29Allow properties in DkpDevice (client) to be setRichard Hughes1-56/+127
2009-05-29Only attempt to print history if the device is capableRichard Hughes1-2/+4
2009-05-27Fix up the return statuses from coldplug and refresh, as different modules ar...Richard Hughes5-15/+38
2009-05-26Don't poll on unknown forever. Based on a patch from Matthew Garrett, many th...Richard Hughes1-2/+15
2009-05-26Setup different polls based on the battery state. Based on a patch from Matth...Richard Hughes1-9/+39
2009-05-26Don't return history data relative to the earliest point, only within the tim...Richard Hughes1-4/+3
2009-05-26Allow the daemon to get the global online state for all devicesMatthew Garrett4-2/+82
2009-05-26Remove the 0x prefix from some rule matchesRonald1-14/+14
2009-05-26Never overwrite ID_PRODUCT or ID_VENDORRichard Hughes6-24/+51
2009-05-26Trivially fix a compile errorRichard Hughes1-1/+1
2009-05-26Trivially remove some unused codeRichard Hughes1-99/+0
2009-05-14Correct a debugging statementRichard Hughes1-1/+1
2009-05-13A better fix for rh#495493Richard Hughes1-5/+2
2009-05-13Continue to poll when power supply device is marked unknown. Might fix rh#495493Richard Hughes1-1/+2
2009-05-12Decrease the poll timeout to 2 secondsRichard Hughes1-1/+1
2009-05-12Only get the device state for the poll after the refreshRichard Hughes1-4/+3
2009-05-11Don't overwrite energy-full-design with zero after coldplugRichard Hughes1-0/+1
2009-05-06Fix up some issues in DkpClient, and expose GObject propertiesAli Abdallah1-33/+155
2009-05-05Add two missing files to the last commitRichard Hughes2-0/+380
2009-05-05Add a property lid-is-closed so that we can finally drop the HAL dep in g-p-m...Richard Hughes7-7/+104
2009-04-25Ignore method timeouts when we suspend and hibernateRichard Hughes1-2/+22
2009-04-25Make the suspend and hibernate scripts execute synchronously. Fixes rh#497563Richard Hughes1-4/+12
2009-04-22Add a has-capability to the org.freedesktop.DeviceKit.Power.Wakeups interface...Richard Hughes5-17/+182
2009-04-22Ensure we get properties on devices correctly that have not yet been changedRichard Hughes1-1/+3
2009-04-20bugfix: optimise the udev rules to skip non-usb devicesRichard Hughes2-0/+8
2009-04-20bugfix: only reset the update-time if the read was successfulRichard Hughes1-5/+9
2009-04-01trivial: add make snapshotRichard Hughes1-0/+3
2009-04-01bugfix: allow all DBus properties to be read with the new DBusRichard Hughes1-2/+13