Re: [PATCH] ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[]

2020-12-07 Thread Hans de Goede
Hi, On 12/7/20 5:55 PM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > 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.o

[PATCH] ACPI: scan: Drop INT3396 from acpi_ignore_dep_ids[]

2020-12-07 Thread Rafael J. Wysocki
From: Rafael J. Wysocki 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-93cf05fb4...@redhat.com/ Sug