summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-151-2/+11
* 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
* 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
* 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
* daemon: fix get_critical_action()Martin Pitt2016-02-231-2/+2
* daemon: Lower the warning levels for input devicesBastien Nocera2015-11-121-2/+2
* daemon: Fix self test config file location for newer automakeBastien Nocera2015-09-231-1/+1
* daemon: Print the filename when the config file is missingBastien Nocera2015-09-231-4/+4
* linux: Fix deprecation warning in integration-testBastien Nocera2015-09-231-0/+3
* build: Always ship upower.service.inBastien Nocera2015-09-231-1/+2
* build: Fix missing includesBastien Nocera2015-09-236-0/+6
* daemon: remove custom marshal setupCosimo Cecchi2015-07-2910-35/+8
* daemon: make UpWakeups a subclass of UpExportedWakeupsSkeletonCosimo Cecchi2015-07-292-15/+10
* daemon: make UpKbdBacklight a subclass of UpExportedKbdBacklightSkeletonCosimo Cecchi2015-07-292-15/+9
* daemon: make UpDaemon a subclass of UpExportedDaemonCosimo Cecchi2015-07-293-29/+15
* daemon: make UpDevice a subclass of UpExportedDeviceSkeletonCosimo Cecchi2015-07-292-447/+128
* Share generated code between daemon and libraryCosimo Cecchi2015-07-295-1201/+4
* integration-test: fix typo in interface nameCosimo Cecchi2015-07-291-1/+1
* build: remove dependency on dbus-glib and libdbusCosimo Cecchi2015-07-295-7/+0
* daemon: port main() to GDBusCosimo Cecchi2015-07-297-173/+134
* daemon: port UpDevice to GDBusCosimo Cecchi2015-07-293-493/+170
* daemon: port UpDaemon to GDBusCosimo Cecchi2015-07-293-353/+97
* daemon: port UpWakeups to GDBusCosimo Cecchi2015-07-293-122/+71
* daemon: port UpKbdBacklight to GDBusCosimo Cecchi2015-07-293-56/+65
* up-backend: remove unused private memberCosimo Cecchi2015-07-291-4/+0
* Revert "linux: Work-around broken battery on the Onda v975w"Bastien Nocera2015-07-162-45/+3
* bsd: Add critical action support for *BSDEric Koegel2015-07-076-28/+273