lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJZ5v0hP-tJ8YVmAiZF0ij2Z-Mjy4uEvuYoLWi9UC2XdGM6iug@mail.gmail.com>
Date: Thu, 27 Mar 2025 20:39:24 +0100
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Anton Shyndin <mrcold.il@...il.com>, Paul Menzel <pmenzel@...gen.mpg.de>
Cc: Len Brown <lenb@...nel.org>, Hans de Goede <hdegoede@...hat.com>, 
	All applicable <stable@...r.kernel.org>, linux-acpi@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP

On Wed, Mar 19, 2025 at 1:50 PM Anton Shyndin <mrcold.il@...il.com> wrote:
>
> Tested-by: Anton Shyndin <mrcold.il@...il.com>
>
> On Tue, Mar 18, 2025 at 6:09 PM Paul Menzel <pmenzel@...gen.mpg.de> wrote:
> >
> > Like the ASUS Vivobook X1504VAP and Vivobook X1704VAP, the ASUS Vivobook 14
> > X1404VAP has its keyboard IRQ (1) described as ActiveLow in the DSDT, which
> > the kernel overrides to EdgeHigh breaking the keyboard.
> >
> >     $ sudo dmidecode
> >     […]
> >     System Information
> >             Manufacturer: ASUSTeK COMPUTER INC.
> >             Product Name: ASUS Vivobook 14 X1404VAP_X1404VA
> >     […]
> >     $ grep -A 30 PS2K dsdt.dsl | grep IRQ -A 1
> >                  IRQ (Level, ActiveLow, Exclusive, )
> >                      {1}
> >
> > Add the X1404VAP to the irq1_level_low_skip_override[] quirk table to fix
> > this.
> >
> > Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219224
> > Cc: Anton Shyndin <mrcold.il@...il.com>
> > Cc: Hans de Goede <hdegoede@...hat.com>
> > Cc: All applicable <stable@...r.kernel.org>
> > Signed-off-by: Paul Menzel <pmenzel@...gen.mpg.de>
> > ---
> >  drivers/acpi/resource.c | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c
> > index b4cd14e7fa76..14c7bac4100b 100644
> > --- a/drivers/acpi/resource.c
> > +++ b/drivers/acpi/resource.c
> > @@ -440,6 +440,13 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
> >                         DMI_MATCH(DMI_BOARD_NAME, "S5602ZA"),
> >                 },
> >         },
> > +       {
> > +               /* Asus Vivobook X1404VAP */
> > +               .matches = {
> > +                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> > +                       DMI_MATCH(DMI_BOARD_NAME, "X1404VAP"),
> > +               },
> > +       },
> >         {
> >                 /* Asus Vivobook X1504VAP */
> >                 .matches = {
> > --

Applied as 6.15-rc material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ