summaryrefslogtreecommitdiff
path: root/src/openbsd/up-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Replace use of G_TYPE_INSTANCE_GET_PRIVATEChristian Kellner2019-02-211-3/+1
* Replace use of deprecated g_type_class_add_privateChristian Kellner2019-02-211-3/+1
* openbsd: Remove SENSOR_MAX_TYPES upper boundJasper Lievisse Adriaanse2017-09-081-1/+1
* daemon: remove custom marshal setupCosimo Cecchi2015-07-291-3/+2
* bsd: Add critical action support for *BSDEric Koegel2015-07-071-13/+31
* daemon: release resources at shutdownPeter Wu2014-11-261-0/+16
* all: convert value from g_get_real_time() to secondsEvangelos Foutras2014-10-081-2/+2
* all: Use g_get_real_time() when possibleBastien Nocera2014-09-241-9/+6
* openbsd: Expose "capacity" and "energy-full-design" propertiesFabian Raetz2014-06-301-3/+17
* Update lid status when updating ac status.Jasper Lievisse Adriaanse2014-04-221-2/+68
* all: Add GetCriticalAction daemon methodBastien Nocera2013-10-171-0/+13
* daemon: Add CriticalPowerActionBastien Nocera2013-10-141-0/+11
* daemon: Replace "on-low-battery" propertyBastien Nocera2013-10-141-25/+0
* daemon: Remove unneeded reset of priv struct membersBastien Nocera2013-10-141-4/+0
* daemon: Remove obsolete featuresBastien Nocera2013-10-141-70/+0
* daemon: Simplify _new() functionsBastien Nocera2013-10-141-3/+1
* openbsd: Use g_thread_try_new()Landry Breuil2013-10-141-1/+1
* openbsd: recognize when battery is absent or fully chargedJasper Lievisse Adriaanse2013-10-141-2/+36
* openbsd: Do not call g_thread_init()Richard Hughes2013-09-181-1/+0
* Use systemd for suspend and hibernateMatthias Clasen2012-07-111-0/+6
* openbsd: Properly initialize update-time when creating devicesLandry Breuil2012-06-271-0/+4
* openbsd: set powersave command to apm -C/-ALandry Breuil2012-01-061-1/+5
* openbsd: no need to pass the fd aroundLandry Breuil2012-01-061-9/+6
* openbsd: handle case where minutes_left might be negativeLandry Breuil2012-01-061-2/+2
* openbsd: improve logic wrt sensor typeLandry Breuil2012-01-061-15/+5
* openbsd: fix energy-rate calculationLandry Breuil2012-01-061-3/+5
* openbsd: use a singleton pattern to access /dev/apmLandry Breuil2012-01-061-15/+4
* openbsd: Fix history by not trying to refresh if /dev/apm wasn't opened yetLandry Breuil2012-01-061-2/+5
* Silence some openbsd warnings about unused vars and bad return valuesLandry Breuil2011-05-311-5/+5
* openbsd: fix warning, and set lid-present to noLandry Breuil2011-03-211-2/+3
* openbsd: Add licence headers..Landry Breuil2011-03-211-0/+21
* openbsd: handle case when power is reported directly as WhLandry Breuil2011-03-211-10/+25
* openbsd: Add up_apm_device_refresh callback to device classLandry Breuil2011-03-211-22/+69
* openbsd: wip on acpibat_state, need to sort wh/ah unitsLandry Breuil2011-03-211-1/+25
* openbsd: add up_backend_update_acpibat_state() and call it if acpibat0 device...Landry Breuil2011-03-211-0/+28
* openbsd: assign callbacks to ac/batt device classLandry Breuil2011-03-211-3/+6
* openbsd: rip of get_on_battery/get_low_battery/get_online from freebsd backendLandry Breuil2011-03-211-1/+80
* trivial: fix indentLandry Breuil2011-03-211-1/+1
* openbsd: time-to-empty is in secondsLandry Breuil2011-03-211-1/+1
* trivial: silence warningsLandry Breuil2011-03-211-4/+4
* trivial: return NULL, shouldnt be reached anywayLandry Breuil2011-03-211-0/+1
* openbsd: Declare prototypes for get_power_info/get_battery_state_valueLandry Breuil2011-03-211-10/+11
* openbsd: cast NULL to void* to silence missing sentinel gcc warningsLandry Breuil2011-03-211-6/+6
* openbsd: dont initialize props we wont likely set atmLandry Breuil2011-03-211-10/+2
* openbsd: Update battery properties only if they really changedLandry Breuil2011-03-211-4/+26
* openbsd: update ac state only if state really changedLandry Breuil2011-03-211-3/+9
* openbsd: use g_debug instead of g_message, also log minutes_leftLandry Breuil2011-03-211-3/+2
* openbsd: move batt/ac properties update to their own separate functionsLandry Breuil2011-03-211-12/+26
* openbsd: No need for a delayed callback coldplugging devicesLandry Breuil2011-03-211-21/+15
* openbsd: add is_laptop boolean and only add ac/batt devices if trueLandry Breuil2011-03-211-35/+44