summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* daemon: Move a number of constants to a shared fileBastien Nocera2017-04-065-13/+55
* all: Add BatteryLevel propertyBastien Nocera2017-04-066-22/+124
* lib: Add more members to UpDeviceLevel structBastien Nocera2017-04-063-2/+20
* linux: Add support for "capacity_level" attributeBastien Nocera2017-04-062-1/+102
* daemon: Make warning levels for devices inclusiveBastien Nocera2017-04-061-2/+2
* integration-test: Fix path for unparented deviceChristian Kellner2017-04-061-1/+1
* integration-test: enable running from JHBuildChristian Kellner2017-03-251-0/+5
* integration-test: Check NoPollbatteries is followedChristian Kellner2017-03-251-1/+41
* integration-test: Add test for refresh after sleepChristian Kellner2017-03-251-0/+54
* linux: Use inhibitor lock to guard poll pausingChristian Kellner2017-03-252-1/+86
* linux: Refresh devices after waking up from sleepChristian Kellner2017-03-251-0/+74
* daemon: Add support for pausing and resuming pollChristian Kellner2017-03-252-27/+118
* integration-test: Add test for unparented input devicesBastien Nocera2017-03-241-0/+24
* linux: Fix critical when searching for sibling devicesBastien Nocera2017-03-241-0/+2
* integration-test: Use symbolic names for device typesBastien Nocera2017-03-241-10/+18
* integration-test: add get_critical_action() testChristian Kellner2017-03-241-2/+2
* integration-test: use dbusmock to mock logindChristian Kellner2017-03-241-1/+20
* device: Remove extraneous linefeed in g_debug()Bastien Nocera2017-03-241-1/+1
* daemon: Fix polling helper debug outputBastien Nocera2017-03-241-6/+8
* linux: Fix compilation warningBastien Nocera2017-03-241-1/+1
* integration-test: HID++ mouse is a mouseBastien Nocera2017-03-241-1/+1
* UpKbdBacklight: Send notifications about hardware brightness changesHans de Goede2017-02-151-0/+38
* UpKbdBacklight: Allow reading from alternate fd in _brightness_read()Hans de Goede2017-02-151-6/+6
* UpKbdBacklight: Add new BrightnessChangedWithSource signalHans de Goede2017-02-152-2/+39
* Revert "linux: Disable crashing test"Bastien Nocera2017-01-261-1/+1
* linux: Get a serial number for device batteriesBastien Nocera2017-01-241-0/+4
* linux: Add a serial number to mouse battery testBastien Nocera2017-01-241-0/+2
* linux: Add a test for HID++ devicesBastien Nocera2017-01-241-0/+42
* linux: Simplify getting the device typeBastien Nocera2017-01-241-61/+52
* linux: Disable crashing testBastien Nocera2017-01-241-1/+1
* linux: Always stop daemon when started in testsBastien Nocera2017-01-241-0/+7
* linux: Allow running upowerd under valgrind in testsBastien Nocera2017-01-241-1/+10
* linux: Parent the keyboard device correctly in testsBastien Nocera2017-01-241-8/+9
* linux: Add test without the "mouse" legacy nodeBastien Nocera2017-01-241-0/+57
* linux: Parent Bluetooth mouse test devices properlyBastien Nocera2017-01-241-12/+35
* linux: Simplify up_device_supply_guess_type()Bastien Nocera2017-01-241-67/+71
* linux: Remove unneeded gotoBastien Nocera2017-01-241-6/+3
* linux: Split off device type detectionBastien Nocera2017-01-241-43/+55
* linux: Move declaration of variables closer to useBastien Nocera2017-01-241-9/+13
* linux: Don't talk to HID++ devices ourselvesBastien Nocera2017-01-231-0/+2
* daemon: Remove unused test declarationsBastien Nocera2016-07-084-31/+0
* linux: Lower initial power usage when iDevice isn't accessibleBastien Nocera2016-06-081-1/+1
* linux: Add better debug for iDevice startup pollBastien Nocera2016-06-081-1/+88
* linux: Name the iDevice start poll timeoutBastien Nocera2016-06-081-2/+5
* build: Fix -Wformat-y2k compilation errorsBastien Nocera2016-06-081-0/+3
* UpKbdBacklight: don't check the *end value when using g_ascii_strtollMarco Trevisan (Treviño)2016-05-251-1/+1
* UpKbdBacklight: don't cache the brightness level, always read it from sysfs a...Marco Trevisan (Treviño)2016-05-241-20/+49
* lib: Remove hidden singleton instanceMartin Pitt2016-05-181-9/+1
* up-tool: Exit early when connecting to upower failsMartin Pitt2016-05-181-1/+6
* lib: Add proper error and cancellable handling to UpClient constructorMartin Pitt2016-05-182-22/+67