diff options
-rw-r--r-- | drivers/power/supply/axp288_fuel_gauge.c | 6 |
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 4cc6e038dfdd..903891a9bcf0 100644 --- a/drivers/power/supply/axp288_fuel_gauge.c +++ b/drivers/power/supply/axp288_fuel_gauge.c | |||
@@ -708,6 +708,12 @@ static const struct dmi_system_id axp288_fuel_gauge_blacklist[] = { | |||
708 | DMI_MATCH(DMI_BOARD_VERSION, "V1.1"), | 708 | DMI_MATCH(DMI_BOARD_VERSION, "V1.1"), |
709 | }, | 709 | }, |
710 | }, | 710 | }, |
711 | { | ||
712 | /* ECS EF20EA */ | ||
713 | .matches = { | ||
714 | DMI_MATCH(DMI_PRODUCT_NAME, "EF20EA"), | ||
715 | }, | ||
716 | }, | ||
711 | {} | 717 | {} |
712 | }; | 718 | }; |
713 | 719 | ||