summaryrefslogtreecommitdiff
path: root/src/linux/up-device-supply.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-08all: convert value from g_get_real_time() to secondsEvangelos Foutras1-1/+1
2014-09-24all: Use g_get_real_time() when possibleBastien Nocera1-5/+2
2013-10-28linux: Use daemon poll for batteries tooBastien Nocera1-73/+23
2013-10-28linux: Switch non-battery devices to use the new daemon pollBastien Nocera1-2/+22
2013-10-26daemon: Better timeout source namingBastien Nocera1-6/+24
2013-10-26linux: Add NoPollBatteries configuration optionBastien Nocera1-3/+13
2013-10-26linux: Split up battery and device refreshBastien Nocera1-7/+7
2013-10-26linux: Move poll disable to another functionBastien Nocera1-4/+12
2013-10-26linux: Only disable timeouts if ever setBastien Nocera1-5/+5
2013-10-26linux: Poll for unknown state like the daemon didBastien Nocera1-2/+2
2013-10-26linux: Fix the "unknown state" heavy pollBastien Nocera1-9/+15
2013-10-22linux: Clamp percentage for overfull batteriesMartin Pitt1-0/+4
2013-10-18daemon: Fix typos in commentsBastien Nocera1-1/+1
2013-10-18linux: Mark devices with 100% battery as fullBastien Nocera1-0/+5
2013-10-18linux: Fix Bluetooth devices appearing with 0% batteryBastien Nocera1-1/+7
2013-10-18linux: Use up_device_supply_get_string()Bastien Nocera1-5/+6
2013-10-18linux: Add a simpler, quicker path for devicesBastien Nocera1-1/+66
2013-10-18linux: Split off device state retrievalBastien Nocera1-20/+31
2013-10-18linux: Ignore ACs coming from devicesBastien Nocera1-0/+7
2013-10-18linux: Remove incorrect statementBastien Nocera1-1/+0
2013-10-14daemon: Require newer GLibBastien Nocera1-4/+1
2013-10-14daemon: Replace "on-low-battery" propertyBastien Nocera1-31/+0
2013-10-14daemon: Remove unneeded reset of priv struct membersBastien Nocera1-3/+0
2013-10-14Remove obsolete battery recall propertiesBastien Nocera1-13/+0
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