summaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2022-06-20 12:25:43 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-06-29 20:40:45 +0300
commit0dd6db359e5f206cbf1dd1fd40dd211588cd2725 (patch)
tree009c3526d4d43779a35492085f96687650560368 /drivers/acpi
parent03c765b0e3b4cb5063276b086c76f7a612856a9a (diff)
downloadlinux-0dd6db359e5f206cbf1dd1fd40dd211588cd2725.tar.xz
ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI quirks
Somehow the "ThinkPad X1 Carbon 6th" entry ended up twice in the struct dmi_system_id acpi_ec_no_wakeup[] array. Remove one of the entries. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/ec.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index a1b871a418f8..f6a022892ee0 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -2208,13 +2208,6 @@ static const struct dmi_system_id acpi_ec_no_wakeup[] = {
},
},
{
- .ident = "ThinkPad X1 Carbon 6th",
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
- DMI_MATCH(DMI_PRODUCT_FAMILY, "ThinkPad X1 Carbon 6th"),
- },
- },
- {
.ident = "ThinkPad X1 Yoga 3rd",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),