Re: [PATCH v3] ACPI : don't always override the acpi irq
From: Hui Wang <hidden>
Date: 2021-06-09 23:09:01
From: Hui Wang <hidden>
Date: 2021-06-09 23:09:01
On 6/9/21 8:44 PM, Rafael J. Wysocki wrote:
On Wed, Jun 9, 2021 at 4:14 AM Hui Wang [off-list ref] wrote:quoted
The laptop keyboard doesn't work on many MEDION notebooks, but the + irq->shareable, irq_is_legacy(irq)); break; case ACPI_RESOURCE_TYPE_EXTENDED_IRQ: ext_irq = &ares->data.extended_irq; --Applied as 5.14 material under a new subject ("ACPI: resources: Add checks for ACPI IRQ override") and with some edits in the patch changelog. Note, however, that this is a change in behavior that may result in regressions on old machines, in which case some further refinements of the code will be necessary. Thanks!
Understand. Thanks.