OSDN Git Service

power: supply: axp288_fuel_gauge: Do not register FG on ECS EF20EA
authorCarlo Caione <carlo@endlessm.com>
Fri, 16 Feb 2018 08:26:16 +0000 (08:26 +0000)
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>
Fri, 9 Mar 2018 16:21:11 +0000 (17:21 +0100)
The ECS EF20EA laptop ships an AXP288 but it is actually using a
different, separate FG chip for AC and battery monitoring. On this
laptop we need to keep using the regular ACPI driver and disable the
AXP288 FG to avoid reporting two batteries to userspace.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/supply/axp288_fuel_gauge.c

index 4cc6e03..903891a 100644 (file)
@@ -708,6 +708,12 @@ static const struct dmi_system_id axp288_fuel_gauge_blacklist[] = {
                        DMI_MATCH(DMI_BOARD_VERSION, "V1.1"),
                },
        },
+       {
+               /* ECS EF20EA */
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "EF20EA"),
+               },
+       },
        {}
 };