upower: Decrease minimum battery requirement to 10%

Dell's behavioral spec for this aligns the threshold for this at 10%
rather than 30%.
This commit is contained in:
Mario Limonciello 2020-02-13 08:57:25 -06:00 committed by Mario Limonciello
parent ffa9e6ce25
commit e396f62d74

View File

@ -9,7 +9,7 @@
#include "fu-plugin-vfuncs.h"
#include "fu-hash.h"
#define MINIMUM_BATTERY_PERCENTAGE 30
#define MINIMUM_BATTERY_PERCENTAGE 10
struct FuPluginData {
GDBusProxy *upower_proxy;