upower/src/linux
Christian Kellner 8da188b303 Replace use of deprecated g_type_class_add_private
Use G_DEFINE_TYPE_WITH_CODE (..., G_PRIVATE_ADD (...)) instead of
the (deprecated since glib 2.58) function g_type_class_add_private
to add a private structure for a type.
Bump the minimal required version of glib to 2.38.0, the version
where G_PRIVATE_ADD was added.
2019-02-21 12:07:59 +01:00
..
hidpp-device.c Replace use of deprecated g_type_class_add_private 2019-02-21 12:07:59 +01:00
hidpp-device.h hidpp: fix K750 battery and luminosity properties 2013-09-03 08:31:28 +02:00
hidpp-test.c trivial: Stop calling deprecated g_type_init() 2013-08-29 11:10:15 +02:00
integration-test integration-test: Test mapping pending-charge to fully-charged 2018-12-18 17:19:01 -08:00
Makefile.am linux: Detect hardware that needs more polling after event 2018-06-19 13:01:52 +00:00
README.debugging linux: Add a README with a couple of debugging commands 2018-04-18 16:34:42 +02:00
sysfs-utils.c linux: Remove extra linefeed 2018-06-18 17:45:40 +02:00
sysfs-utils.h linux: Better error reporting from sysfs_get_double_with_error() 2018-06-18 17:45:40 +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 Replace use of deprecated g_type_class_add_private 2019-02-21 12:07:59 +01:00
up-device-bluez.c linux: Add support for Bluetooth LE device batteries 2017-11-02 15:37:39 +01:00
up-device-bluez.h linux: Add support for Bluetooth LE device batteries 2017-11-02 15:37:39 +01:00
up-device-csr.c Replace use of deprecated g_type_class_add_private 2019-02-21 12:07:59 +01:00
up-device-csr.h trivial: DkpDevice -> UpDevice (no ABI or API break) 2010-01-18 12:49:30 +00:00
up-device-hid.c Replace use of deprecated g_type_class_add_private 2019-02-21 12:07:59 +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 Replace use of deprecated g_type_class_add_private 2019-02-21 12:07:59 +01:00
up-device-idevice.h Add battery query support for iDevices 2010-05-28 13:49:56 +01:00
up-device-supply.c Replace use of deprecated g_type_class_add_private 2019-02-21 12:07:59 +01:00
up-device-supply.h trivial: DkpDevice -> UpDevice (no ABI or API break) 2010-01-18 12:49:30 +00:00
up-device-unifying.c Replace use of deprecated g_type_class_add_private 2019-02-21 12:07:59 +01:00
up-device-unifying.h Factor out the Logitech Unifying support to support other devices 2013-01-10 12:08:46 +00:00
up-device-wup.c Replace use of deprecated g_type_class_add_private 2019-02-21 12:07:59 +01:00
up-device-wup.h trivial: DkpDevice -> UpDevice (no ABI or API break) 2010-01-18 12:49:30 +00:00
up-input.c Replace use of deprecated g_type_class_add_private 2019-02-21 12:07:59 +01:00
up-input.h trivial: DkpInput -> UpInput (no ABI or API break) 2010-01-18 13:15:47 +00: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.