summaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2021-01-12 11:36:05 +0100
committerSebastian Reichel <sebastian.reichel@collabora.com>2021-01-12 22:52:42 +0100
commit6b714ea49b2ad4ee7cdad9190c2b33e818e9303d (patch)
tree2e21a7dc1eefb1f7ba62411358b6c5fa8ac4f41f /drivers/power
parent32e4978bb920d047fe5de3ea42d176f267c01f63 (diff)
downloadlinux-stable-6b714ea49b2ad4ee7cdad9190c2b33e818e9303d.tar.gz
linux-stable-6b714ea49b2ad4ee7cdad9190c2b33e818e9303d.tar.bz2
linux-stable-6b714ea49b2ad4ee7cdad9190c2b33e818e9303d.zip
power: supply: axp288_fuel_gauge: Add Mele PCG03 to the deny-list
The Mele PCG03 is another mini PC using the AXP288 PMIC where the EFI code does not disable the charger part of the PMIC causing us to report a discharging battery with a random battery charge to userspace. Add it to the deny-list to avoid the bogus battery status reporting. Cc: Rasmus Porsager <rasmus@beat.dk> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/supply/axp288_fuel_gauge.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/supply/axp288_fuel_gauge.c b/drivers/power/supply/axp288_fuel_gauge.c
index 148eb8105803..39e16ecb7638 100644
--- a/drivers/power/supply/axp288_fuel_gauge.c
+++ b/drivers/power/supply/axp288_fuel_gauge.c
@@ -732,6 +732,12 @@ static const struct dmi_system_id axp288_fuel_gauge_blacklist[] = {
DMI_MATCH(DMI_BOARD_VERSION, "V1.1"),
},
},
+ { /* Mele PCG03 Mini PC */
+ .matches = {
+ DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Mini PC"),
+ DMI_EXACT_MATCH(DMI_BOARD_NAME, "Mini PC"),
+ },
+ },
{
/* Minix Neo Z83-4 mini PC */
.matches = {