mbox series

[0/4] ACPI: resource: Improve Asus skip IRQ override quirks

Message ID 20241005212819.354681-1-hdegoede@redhat.com
Headers show
Series ACPI: resource: Improve Asus skip IRQ override quirks | expand

Message

Hans de Goede Oct. 5, 2024, 9:28 p.m. UTC
Hi Rafael,

After receiving yet another Asus skip IRQ override bug report / patch:
https://lore.kernel.org/platform-driver-x86/a983e6d5-c7ab-4758-be9b-7dcfc1b44ed3@gmail.com/

I have taken a closer look at the existing Asus quirks to see if they can
be simplied to cover more models.

This patch series removes 8 quirks by making the quirks match more models,
while extending coverage with 3 new models which also need a skip IRQ
override quirk for their keyboards to work (including the model from
the new report).

Please send these to Linus as 6.12-rc# fixes, since this fixes
the keyboard not working on 3 more models.

Regards,

Hans


Hans de Goede (4):
  ACPI: resource: Make Asus ExpertBook B2402 matches cover more models
  ACPI: resource: Make Asus ExpertBook B2502 matches cover more models
  ACPI: resource: Fold Asus ExpertBook B1402C* and B1502C* DMI quirks
    together
  ACPI: resource: Fold Asus Vivobook Pro N6506M* DMI quirks together

 drivers/acpi/resource.c | 76 ++++++-----------------------------------
 1 file changed, 10 insertions(+), 66 deletions(-)

Comments

Rafael J. Wysocki Oct. 7, 2024, 3:14 p.m. UTC | #1
Hi Hans,

On Sat, Oct 5, 2024 at 11:28 PM Hans de Goede <hdegoede@redhat.com> wrote:
>
> Hi Rafael,
>
> After receiving yet another Asus skip IRQ override bug report / patch:
> https://lore.kernel.org/platform-driver-x86/a983e6d5-c7ab-4758-be9b-7dcfc1b44ed3@gmail.com/
>
> I have taken a closer look at the existing Asus quirks to see if they can
> be simplied to cover more models.
>
> This patch series removes 8 quirks by making the quirks match more models,
> while extending coverage with 3 new models which also need a skip IRQ
> override quirk for their keyboards to work (including the model from
> the new report).
>
> Please send these to Linus as 6.12-rc# fixes, since this fixes
> the keyboard not working on 3 more models.

I will, thanks!
Rafael J. Wysocki Oct. 7, 2024, 5:37 p.m. UTC | #2
On Mon, Oct 7, 2024 at 5:14 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> Hi Hans,
>
> On Sat, Oct 5, 2024 at 11:28 PM Hans de Goede <hdegoede@redhat.com> wrote:
> >
> > Hi Rafael,
> >
> > After receiving yet another Asus skip IRQ override bug report / patch:
> > https://lore.kernel.org/platform-driver-x86/a983e6d5-c7ab-4758-be9b-7dcfc1b44ed3@gmail.com/
> >
> > I have taken a closer look at the existing Asus quirks to see if they can
> > be simplied to cover more models.
> >
> > This patch series removes 8 quirks by making the quirks match more models,
> > while extending coverage with 3 new models which also need a skip IRQ
> > override quirk for their keyboards to work (including the model from
> > the new report).
> >
> > Please send these to Linus as 6.12-rc# fixes, since this fixes
> > the keyboard not working on 3 more models.
>
> I will, thanks!

Now applied as 6.12-rc material, thanks!