fwupd/plugins/powerd
Twain Byrnes 84b06ed258 migrate powerd plugin from method call to signal
Allow fwupd to use the BatteryStatePoll signal instead
of the GetBatteryState method call so that fwupd does
not need to run a timer itself and is automatically updated
on power connect/disconnect.

Change-Id: I81aad6a5933fa267473a83d1b97f4638235b155a
2021-08-12 17:01:13 +01:00
..
fu-plugin-powerd.c migrate powerd plugin from method call to signal 2021-08-12 17:01:13 +01:00
meson.build trivial: only build powerd on new enough glib 2021-07-30 20:25:46 -05:00
README.md powerd: DBus Connection and Parsing 2021-07-19 13:40:11 -07:00

Powerd Support

Introduction

This plugin is used to ensure that some updates are not done on battery power and that there is sufficient battery power for certain updates that are.

Vendor ID Security

This protocol does not create a device and thus requires no vendor ID set.

External interface access

This plugin requires access to the org.chromium.PowerManager DBus interface.