mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 14:06:43 +00:00
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:
parent
ffa9e6ce25
commit
e396f62d74
@ -9,7 +9,7 @@
|
|||||||
#include "fu-plugin-vfuncs.h"
|
#include "fu-plugin-vfuncs.h"
|
||||||
#include "fu-hash.h"
|
#include "fu-hash.h"
|
||||||
|
|
||||||
#define MINIMUM_BATTERY_PERCENTAGE 30
|
#define MINIMUM_BATTERY_PERCENTAGE 10
|
||||||
|
|
||||||
struct FuPluginData {
|
struct FuPluginData {
|
||||||
GDBusProxy *upower_proxy;
|
GDBusProxy *upower_proxy;
|
||||||
|
Loading…
Reference in New Issue
Block a user