summaryrefslogtreecommitdiff
path: root/src/linux/up-backend.c
Commit message (Expand)AuthorAgeFilesLines
* linux: Detect hardware that needs more polling after eventBastien Nocera2018-06-191-0/+25
* linux: lower severity of "unhandled action" messagesDmitry Torokhov2018-04-121-1/+1
* linux: Fix memory leak if logind returns an errorBastien Nocera2018-04-121-0/+1
* linux: Fix crash if logind doesn't return an errorBastien Nocera2018-04-121-1/+2
* linux: Add support for Bluetooth LE device batteriesBastien Nocera2017-11-021-0/+208
* linux: Use g_clear_object() when possibleBastien Nocera2017-10-311-34/+14
* linux: Remove empty API docsBastien Nocera2017-10-311-25/+0
* linux: Correctly close inhibitor FDBenjamin Berg2017-08-031-1/+3
* linux: Use inhibitor lock to guard poll pausingChristian Kellner2017-03-251-0/+82
* linux: Refresh devices after waking up from sleepChristian Kellner2017-03-251-0/+74
* daemon: remove custom marshal setupCosimo Cecchi2015-07-291-3/+2
* up-backend: remove unused private memberCosimo Cecchi2015-07-291-4/+0
* daemon: release resources at shutdownPeter Wu2014-11-261-0/+27
* linux: fix memleak when reading critical actionPeter Wu2014-11-261-1/+1
* linux: Respect the CriticalPowerAction config optionBastien Nocera2014-09-021-2/+14
* linux: Simplify list freeingBastien Nocera2014-06-241-2/+1
* daemon: Deprecate "IsDocked" propertyBastien Nocera2014-05-071-12/+0
* trivial: Fix a compile warning in the linux backendRichard Hughes2013-10-291-1/+1
* linux: Remove debugBastien Nocera2013-10-171-1/+0
* all: Add GetCriticalAction daemon methodBastien Nocera2013-10-171-20/+35
* linux: Fix incorrect check for logind sleep methodsBastien Nocera2013-10-171-1/+1
* daemon: Add CriticalPowerActionBastien Nocera2013-10-141-0/+85
* daemon: Remove unneeded reset of priv struct membersBastien Nocera2013-10-141-2/+0
* daemon: Remove obsolete featuresBastien Nocera2013-10-141-325/+0
* daemon: Simplify _new() functionsBastien Nocera2013-10-141-3/+1
* linux: Opt-out of checking Watts Up devices earlierBastien Nocera2013-10-141-12/+12
* Fix test for logind availabilityMartin Pitt2013-03-211-18/+9
* Also deprecate running the powersave scriptsRichard Hughes2013-02-121-1/+3
* Add a --enable-deprecated configure argumentRichard Hughes2013-02-121-1/+16
* Factor out the Logitech Unifying support to support other devicesRichard Hughes2013-01-101-13/+15
* Fix device matching for recent kernelsPeter Hurley2012-12-291-2/+2
* Add support for Logitech Unifying devicesJulien Danjou2012-10-301-11/+19
* Send resume signal when built with systemd and using pm-utils suspendJan Alexander Steffens (heftig)2012-09-031-3/+4
* Use systemd for suspend and hibernateMatthias Clasen2012-07-111-0/+67
* Do not print error message for missing /etc/crypttab.Kelly Anderson2012-01-181-1/+3
* Fix linux up_backend_supports_sleep_state() return code.Christian Seiler2011-09-221-2/+2
* Add a config option 'EnableWattsUpPro' to disable the Watts Up Pro deviceRichard Hughes2011-03-141-38/+15
* Add an option for polling dock devices in UPower.conf, defaulting to falseRichard Hughes2011-03-031-0/+34
* linux: use the number of active DRM devices to determine the system docked st...Richard Hughes2011-01-041-1/+10
* Port from EggDebug to the GLib built-in logging frameworkRichard Hughes2010-11-011-24/+22
* Fix UP_DAEMON_WATERLINE harderMartin Pitt2010-07-071-1/+2
* src/linux/up-backend.c: Add missing #includeMartin Pitt2010-07-071-0/+1
* Get the powersave command from the backend rather than hardcoding Linux speci...Richard Hughes2010-07-071-2/+15
* Use pm-is-supported to test if various sleep modes are supported.Victor Lowther2010-06-141-13/+15
* When calculating used swap space, only use anonymous pagesSteven Walter2010-05-291-1/+1
* Add battery query support for iDevicesBastien Nocera2010-05-281-0/+12
* Provide UpDaemon with C setters rather than relying on GObject propertiesRichard Hughes2010-04-191-3/+1
* Get the suspend and hibernate commands from the backend, rather than hardcodi...Richard Hughes2010-03-291-0/+21
* Get the swap size from the backend, rather than hardcoding Linux specificsRichard Hughes2010-03-291-0/+62
* Get the encrypted swap status from the backend, rather than hardcoding Linux ...Richard Hughes2010-03-291-0/+107