upower/src/linux
Benjamin Berg 94af9d6f3d linux: Make test compatible with older dbusmock versions
The changes from 37b6d4b039 ("linux: Fix Bluetooth tests for
python-dbusmock changes") require a not-yet-released dbusmock version.
Simply catch the error and fall back to adding the properties in order
to be compatible with both old and new dbusmock versions of the bluez
service.
2022-01-27 13:11:45 +01:00
..
integration-test.py linux: Make test compatible with older dbusmock versions 2022-01-27 13:11:45 +01:00
meson.build build: Fix idevice support always being off 2021-09-07 17:20:48 +02:00
README.debugging linux: Add a README with a couple of debugging commands 2018-04-18 16:34:42 +02:00
unittest_inspector.py linux: Split the integration test into individual tests 2021-09-07 11:42:24 +02:00
up-backend-linux-private.h linux: Detect hardware that needs more polling after event 2018-06-19 13:01:52 +00:00
up-backend.c up-backend: add inhibitor lock interface 2021-08-17 14:12:19 +02:00
up-device-bluez.c linux: Fix Bluetooth tests for python-dbusmock changes 2022-01-18 14:19:40 +01:00
up-device-bluez.h linux: Add support for Bluetooth LE device batteries 2017-11-02 15:37:39 +01:00
up-device-hid.c linux: Fix warning when using fake UPS 2022-01-18 14:22:29 +01:00
up-device-hid.h trivial: DkpDevice -> UpDevice (no ABI or API break) 2010-01-18 12:49:30 +00:00
up-device-idevice.c all: Remove HAVE_CONFIG_H conditional 2021-09-07 17:20:48 +02:00
up-device-idevice.h Add battery query support for iDevices 2010-05-28 13:49:56 +01:00
up-device-supply.c linux: explicitly recognize USB power supplies 2022-01-24 14:09:24 +00:00
up-device-supply.h trivial: DkpDevice -> UpDevice (no ABI or API break) 2010-01-18 12:49:30 +00:00
up-device-wup.c all: Remove HAVE_CONFIG_H conditional 2021-09-07 17:20:48 +02:00
up-device-wup.h trivial: DkpDevice -> UpDevice (no ABI or API break) 2010-01-18 12:49:30 +00:00
up-input.c all: Remove HAVE_CONFIG_H conditional 2021-09-07 17:20:48 +02:00
up-input.h linux: Fix gudev includes for UpInput 2020-11-05 16:40:36 +01:00
up-native.c linux: Add support for Bluetooth LE device batteries 2017-11-02 15:37:39 +01:00

===============
Debugging
===============

When filing new bugs, please include information about the
output of "upower -d", "/usr/libexec/upowerd -v -r", and:
find  /sys/class/power_supply/hidpp_battery_1/ -type f -exec echo {} \; -exec cat {} \; -exec echo \;
as appropriate.