diff options
author | Rafael J. Wysocki | 2020-12-07 17:55:11 +0100 |
---|---|---|
committer | Rafael J. Wysocki | 2020-12-08 19:11:07 +0100 |
commit | b36b1e9db41fcff860624ece91c71b62f2ad6754 (patch) | |
tree | 8cdd01df9fd5796222270db9ec83c71385acf4b6 /drivers/acpi | |
parent | 2ef33ee7f4f68d77b852bb2c946fc2f8f136a3c1 (diff) |
ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[]
According to Hans, all device objects where the _HID returns
"INT3396" also have a _CID returning "PNP0D80", so the former
need not be present in acpi_ignore_dep_ids[] any more.
Link: https://lore.kernel.org/linux-acpi/52a2b98c-6bf3-760b-eca9-93cf05fb4877@redhat.com/
Suggested-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/scan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index b44b2d6b6b22..560385e35d3d 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -751,7 +751,6 @@ static bool acpi_info_matches_ids(struct acpi_device_info *info, /* List of HIDs for which we ignore matching ACPI devices, when checking _DEP lists. */ static const char * const acpi_ignore_dep_ids[] = { - "INT3396", /* Windows System Power Management Controller */ "PNP0D80", /* Windows-compatible System Power Management Controller */ NULL }; |