summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* I must learn to spell deprecated...Richard Hughes2009-07-031-1/+1
* Protect the non-GObject accessors with DKP_DISABLE_DEPRECIATED and fix up the...Richard Hughes2009-07-031-0/+1
* Export the recall-notice, recall-vendor and recall-url properties on power de...Richard Hughes2009-07-033-0/+108
* Add battery recall data rulesRichard Hughes2009-07-037-15/+227
* Add a lid-is-present propertyRichard Hughes2009-07-022-1/+29
* Use a DkpDeviceList for managed devices tooRichard Hughes2009-07-021-46/+20
* Take referenced counted objects in DkpDeviceListRichard Hughes2009-07-021-1/+4
* Make DkpDeviceList work with GObject types, and not with specific DkpDevice t...Richard Hughes2009-07-023-39/+44
* trivial: Remove some debugging that slipped inRichard Hughes2009-07-021-1/+0
* udev rules files now live in /lib/udev/rules.d, not /etc/udev/rules.dRichard Hughes2009-07-021-1/+1
* Fix detecting the USB UPS devicesRichard Hughes2009-07-021-29/+37
* The UPS can't expose empty or fully-charged, so fixup these statesRichard Hughes2009-07-021-11/+47
* bugfix: set the GObject properties correctly in the DkpDeviceHid classRichard Hughes2009-07-021-3/+3
* trivial: whitespace fixesRichard Hughes2009-07-021-4/+4
* initial refresh after coldplug is not fatal if it failsRichard Hughes2009-07-021-4/+14
* suppress lid change event on startupMartin Pitt2009-07-011-1/+11
* hardcode pm-powersave like we do pm-suspend and pm-hibernateRichard Hughes2009-06-281-1/+1
* Fix two issues with the pm-powersave codeRoland Dreier2009-06-281-2/+4
* Fix a small memory leak on supply coldpluggingRichard Hughes2009-06-261-4/+41
* Correct a few function namesRichard Hughes2009-06-262-31/+31
* Interface with pm-powersave as external vendors are using thisRichard Hughes2009-06-261-0/+30
* One more variation of lithium-polyRichard Hughes2009-06-151-1/+2
* Prefix the DkpDevice subclassed devices with device to make it clearerRichard Hughes2009-06-1411-364/+364
* Don't assume all batteries have positive energy_full valuesRichard Hughes2009-06-141-6/+8
* For power_supply, unknown is a valid state from the kernelRichard Hughes2009-06-141-0/+2
* Mark batteries as empty if they have unknown state and a very low energyRichard Hughes2009-06-141-0/+6
* Trivial whitespace fixesRichard Hughes2009-05-291-27/+27
* Fix up the return statuses from coldplug and refresh, as different modules ar...Richard Hughes2009-05-275-15/+38
* Don't poll on unknown forever. Based on a patch from Matthew Garrett, many th...Richard Hughes2009-05-261-2/+15
* Setup different polls based on the battery state. Based on a patch from Matth...Richard Hughes2009-05-261-9/+39
* Don't return history data relative to the earliest point, only within the tim...Richard Hughes2009-05-261-4/+3
* Allow the daemon to get the global online state for all devicesMatthew Garrett2009-05-264-2/+82
* Remove the 0x prefix from some rule matchesRonald2009-05-261-14/+14
* Never overwrite ID_PRODUCT or ID_VENDORRichard Hughes2009-05-266-24/+51
* Trivially fix a compile errorRichard Hughes2009-05-261-1/+1
* Trivially remove some unused codeRichard Hughes2009-05-261-99/+0
* Correct a debugging statementRichard Hughes2009-05-141-1/+1
* A better fix for rh#495493Richard Hughes2009-05-131-5/+2
* Continue to poll when power supply device is marked unknown. Might fix rh#495493Richard Hughes2009-05-131-1/+2
* Decrease the poll timeout to 2 secondsRichard Hughes2009-05-121-1/+1
* Only get the device state for the poll after the refreshRichard Hughes2009-05-121-4/+3
* Don't overwrite energy-full-design with zero after coldplugRichard Hughes2009-05-111-0/+1
* Add two missing files to the last commitRichard Hughes2009-05-052-0/+380
* Add a property lid-is-closed so that we can finally drop the HAL dep in g-p-m...Richard Hughes2009-05-054-7/+83
* Make the suspend and hibernate scripts execute synchronously. Fixes rh#497563Richard Hughes2009-04-251-4/+12
* Add a has-capability to the org.freedesktop.DeviceKit.Power.Wakeups interface...Richard Hughes2009-04-222-0/+66
* bugfix: optimise the udev rules to skip non-usb devicesRichard Hughes2009-04-202-0/+8
* bugfix: only reset the update-time if the read was successfulRichard Hughes2009-04-201-5/+9
* bugfix: allow all DBus properties to be read with the new DBusRichard Hughes2009-04-011-2/+13
* trivial: fix up the last patch to strip the newline before the compareRichard Hughes2009-04-011-0/+1