summaryrefslogtreecommitdiff
path: root/src/linux
AgeCommit message (Expand)AuthorFilesLines
2011-01-04linux: use the number of active DRM devices to determine the system docked st...Richard Hughes4-1/+256
2011-01-04Support the power_now sysfs attribute to get time remaining on new kernelsRichard Hughes1-10/+14
2010-11-04Fix compilation eror against Linux 2.6.36Martin Pitt1-0/+1
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes9-128/+115
2010-10-21remove the UP_DEVICE_SUPPLY_CHARGED_THRESHOLD heuristicMichal Schmidt1-8/+0
2010-09-20Do not continue to poll the serial port if there is no Watts Up Pro adaptorRichard Hughes1-5/+1
2010-09-17trivial: fix make distcheckRichard Hughes1-1/+1
2010-07-07Fix UP_DAEMON_WATERLINE harderMartin Pitt1-1/+2
2010-07-07src/linux/up-backend.c: Add missing #includeMartin Pitt1-0/+1
2010-07-07Get the powersave command from the backend rather than hardcoding Linux speci...Richard Hughes1-2/+15
2010-07-02up-device-supply.c: Fix #27902 Bug - Daemon Segmentation FaultMariusz Ceier1-15/+15
2010-06-14Use pm-is-supported to test if various sleep modes are supported.Victor Lowther1-13/+15
2010-06-14Cast cnt to int to stop gcc from complaining.Victor Lowther1-1/+1
2010-06-05Assign names to our idle sources when using new versions of glib2Richard Hughes5-0/+18
2010-06-01Add UP_DEVICE_KIND_COMPUTER as we'll need UP_DEVICE_KIND_TABLET for wacom tab...Richard Hughes1-1/+1
2010-05-29When calculating used swap space, only use anonymous pagesSteven Walter1-1/+1
2010-05-28trivial: print the specific error from libusb1Richard Hughes1-2/+10
2010-05-28Fix compilation of the idevice deviceBastien Nocera1-1/+2
2010-05-28Fix up a few leaks Richard introduced...Bastien Nocera1-15/+23
2010-05-28trivial: fix a tiny warning reported by clang with the capacity code intial v...Richard Hughes1-1/+1
2010-05-28Fix up a potential crasher in the CSR device codeRichard Hughes1-1/+6
2010-05-28Add battery query support for iDevicesBastien Nocera4-1/+364
2010-05-18Port UPower to libusb1 to avoid crappy unfixable crashesRichard Hughes2-65/+69
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-04-19Provide UpDaemon with C setters rather than relying on GObject propertiesRichard Hughes2-9/+3
2010-03-29Get the suspend and hibernate commands from the backend, rather than hardcodi...Richard Hughes1-0/+21
2010-03-29Get the swap size from the backend, rather than hardcoding Linux specificsRichard Hughes1-0/+62
2010-03-29Get the encrypted swap status from the backend, rather than hardcoding Linux ...Richard Hughes1-0/+107
2010-03-29Get the kernel sleep capabilities from the backend, rather than hardcoding Li...Richard Hughes1-0/+45
2010-03-26Do not warn what we are correcting energy-full when there is no data to copyRichard Hughes1-1/+1
2010-03-26Remove libdevkit-power-gobject dependency from backendsMichael Biebl1-1/+0
2010-02-06devkit-power-gobject/up-enum.h be goneMichael Biebl6-6/+7
2010-02-05Remove EGG_* log define.Michael Biebl1-4/+0
2010-01-27Update the Free Software Foundation addressRichard Hughes1-1/+1
2010-01-26trivial: rename the new libupower 'type' to 'kind' to avoid clashing with GOb...Richard Hughes4-18/+18
2010-01-18trivial: rename some internal defines for the upower moveRichard Hughes1-5/+5
2010-01-18trivial: switch to using the new udev attribute names (no ABI or API break)Richard Hughes4-16/+16
2010-01-18trivial: DkpInput -> UpInput (no ABI or API break)Richard Hughes3-48/+48
2010-01-18trivial: DkpNative -> UpNative (no ABI or API break)Richard Hughes1-2/+2
2010-01-18trivial: switch to using the new internal library name (no ABI or API break)Richard Hughes1-3/+3
2010-01-18trivial: switch to using the new marshal names internally (no ABI or API break)Richard Hughes1-2/+2
2010-01-18trivial: switch to using the new enum names internally (no ABI or API break)Richard Hughes4-54/+54
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes9-440/+440
2010-01-18trivial: DkpDaemon -> UpDaemon (no ABI or API break)Richard Hughes4-9/+9
2010-01-18trivial: DkpBackend -> UpBackend (no ABI or API break)Richard Hughes1-53/+53
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes13-40/+40
2010-01-11Use a fallback for the capability bit when checking the lid status. Fixes #25041Richard Hughes1-1/+6
2009-12-01Make some small cleanups in prep for the releaseRichard Hughes1-9/+8
2009-11-25Use a gdouble for percentage.Byron Clark1-2/+2