[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3d32f14710b8437d010c146f306d15359a405f1d.camel@ljones.dev>
Date: Wed, 28 Sep 2022 09:00:47 +1300
From: Luke Jones <luke@...nes.dev>
To: "Limonciello, Mario" <mario.limonciello@....com>,
rafael@...nel.org, linux-kernel@...r.kernel.org
Cc: travisghansen@...oo.com, catalin@...ebit.com,
Shyam-sundar.S-k@....com, ruinairas1992@...il.com,
philipp.zabel@...il.com, iam@...entr.al, hdegoede@...hat.com,
davidedp91@...il.com, marko.cekrlic.26@...il.com,
Len Brown <lenb@...nel.org>, linux-acpi@...r.kernel.org
Subject: Re: [PATCH v4 7/7] acpi/x86: s2idle: Add a quirk for ASUSTeK
COMPUTER INC. ROG Flow X13
On Tue, 2022-09-27 at 11:07 -0500, Limonciello, Mario wrote:
> On 9/27/2022 04:06, Luke Jones wrote:
> > Hello Mario,
> >
> > I have confirmed that another suspect ASUS laptop requires the
> > quirk,
> > patch is as follows:
> >
> >
> > ---
> > drivers/acpi/x86/s2idle.c | 12 ++++++++++++
> > 1 file changed, 12 insertions(+)
> >
> > diff --git a/drivers/acpi/x86/s2idle.c b/drivers/acpi/x86/s2idle.c
> > index 2cd381f6c002..c811eeed42cd 100644
> > --- a/drivers/acpi/x86/s2idle.c
> > +++ b/drivers/acpi/x86/s2idle.c
> > @@ -428,6 +428,16 @@ static const struct dmi_system_id
> > s2idle_dmi_table[] __initconst = {
> > DMI_MATCH(DMI_PRODUCT_NAME, "ROG Zephyrus
> > G14
> > GA402"),
> > },
> > },
> > + {
> > + /*
> > + * ASUS ROG Flow X16 - GV601
> > + */
> > + .callback = lps0_prefer_microsoft,
> > + .matches = {
> > + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK
> > COMPUTER
> > INC."),
> > + DMI_MATCH(DMI_PRODUCT_NAME, "GV601"),
> > + },
> > + },
> > {}
> > };
> >
>
> Hey Luke,
>
> The series that was under development has been merged for 6.1. At
> this
> point, can you just make a proper patch with a S-o-b on top of
> linux-pm/bleeding-edge for the new model to add to the list and send
> it out?
>
> In addition to that, if you can please add a Link: to the acpidump
> and
> dmesg if available?
>
> Thanks
Sure no problem at all
Powered by blists - more mailing lists