summaryrefslogtreecommitdiff
path: root/src/linux/up-device-supply.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-22linux: Clamp percentage for overfull batteriesMartin Pitt1-0/+4
2013-10-14linux: Don't print a warning if the status sysfs attr is missingBastien Nocera1-1/+2
2013-10-14linux: Don't guess discharging state for devicesBastien Nocera1-1/+1
2013-09-06linux: Detect the battery of bluetooth input devicesShih-Yuan Lee (FourDollars)1-1/+50
2013-09-03linux: Allow valid UTF-8 encoded stringShih-Yuan Lee (FourDollars)1-0/+3
2013-09-02linux: Only one warning if no valid voltage foundTimothée Ravier1-3/+12
2013-08-26Linux: More explicit warning when no voltage foundTimothée Ravier1-1/+1
2013-08-26Linux: Fix warning in up_device_supply_get_design_voltageTimothée Ravier1-1/+1
2013-08-23Add temperature property for batteriesSeth Forshee1-0/+6
2013-08-23linux: Fix batteries which report capacity, but not energy/chargeMartin Pitt1-8/+6
2013-01-31linux: Bump maximum accepted "time to empty" to 10 daysMartin Pitt1-2/+2
2013-01-31linux: Fix batteries which report current energy but full chargeAlex Hornung1-1/+1
2013-01-29Fix two memory leaksColin Watson1-1/+2
2012-06-18linux: Remove obsolete check for magicmouse_ and duplicated wacom_ checksDaniel Nicoletti1-4/+1
2012-06-18linux: Don't allow non-power-supply devices to set the OnBattery propertyDaniel Nicoletti1-0/+4
2012-06-14Fix wrong PowerSupply property for devices without a scope sysfs attributeMartin Pitt1-2/+2
2012-05-30linux: Treat the battery state 'not charging' as PENDING_CHARGERichard Hughes1-0/+2
2012-04-27Correct the cap on the energy rateGary Ching-Pang Lin1-1/+1
2012-04-18Never detect HID devices with batteries as power suppliesRichard Hughes1-2/+12
2011-12-03upower: Handle Linux power supplies not exporting a present propertyHeiko Stübner1-1/+6
2011-11-29trivial: USB devices are assumed to be 5VRichard Hughes1-0/+9
2011-11-29trivial: fix the name of the percentage fileRichard Hughes1-1/+1
2011-11-29Don't assert when the power_supply device type is usbRichard Hughes1-4/+1
2011-11-29Move the wacom hack to allow us to support other types of USB deviceRichard Hughes1-26/+17
2011-11-29If a power-supply device doesn't report charge or energy, try to read the per...Richard Hughes1-1/+8
2011-10-19Use linear regression to get better predicted battery timesLeonardo Robol1-24/+99
2011-07-19Hardcode wacom battery devices as not power-supply devicesRichard Hughes1-3/+31
2011-07-01Fix how we estimate the device rate for batteries that do not provide this dataRichard Hughes1-29/+27
2011-04-26Fix "unknown" battery status guessing to not be recursiveMartin Pitt1-28/+41
2011-03-30trivial: fix whitespace issue with the last patchRichard Hughes1-6/+6
2011-03-30Support batteries that report both energy and charge.Benson Leung1-4/+13
2011-01-04Support the power_now sysfs attribute to get time remaining on new kernelsRichard Hughes1-10/+14
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes1-18/+16
2010-10-21remove the UP_DEVICE_SUPPLY_CHARGED_THRESHOLD heuristicMichal Schmidt1-8/+0
2010-07-02up-device-supply.c: Fix #27902 Bug - Daemon Segmentation FaultMariusz Ceier1-15/+15
2010-06-05Assign names to our idle sources when using new versions of glib2Richard Hughes1-0/+6
2010-05-28trivial: fix a tiny warning reported by clang with the capacity code intial v...Richard Hughes1-1/+1
2010-05-11Detect when the kernel changes the reported charge units. Fixes rh#587112Kyle McMartin1-1/+22
2010-05-03fix recognition of lithium iron phosphate (LiFePO4) batteriesSascha Silbe1-1/+1
2010-03-26Do not warn what we are correcting energy-full when there is no data to copyRichard Hughes1-1/+1
2010-02-06devkit-power-gobject/up-enum.h be goneMichael Biebl1-2/+2
2010-01-26trivial: rename the new libupower 'type' to 'kind' to avoid clashing with GOb...Richard Hughes1-14/+14
2010-01-18trivial: switch to using the new udev attribute names (no ABI or API break)Richard Hughes1-3/+3
2010-01-18trivial: switch to using the new enum names internally (no ABI or API break)Richard Hughes1-41/+41
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes1-115/+115
2010-01-18trivial: DkpDaemon -> UpDaemon (no ABI or API break)Richard Hughes1-2/+2
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes1-0/+902