From: Hans de Goede <hdegoede@redhat.com>
To: Aditya Garg <gargaditya08@live.com>,
Lukas Wunner <lukas@wunner.de>,
"Rafael J . Wysocki" <rafael@kernel.org>,
Len Brown <lenb@kernel.org>
Cc: "linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Orlando Chamberlain <orlandoch.dev@gmail.com>
Subject: Re: [PATCH] acpi video: force native for some T2 macbooks
Date: Mon, 8 Jul 2024 12:13:14 +0200 [thread overview]
Message-ID: <b2f69fb8-d87a-4cf4-8d45-11cf1a396e54@redhat.com> (raw)
In-Reply-To: <3DA0EAE3-9EB7-492B-96FC-988503BBDCCC@live.com>
Hi,
On 7/5/24 3:56 PM, Aditya Garg wrote:
> From: Orlando Chamberlain <orlandoch.dev@gmail.com>
>
> The intel backlight is needed for these, previously users had nothing in
> /sys/class/backlight.
>
> Signed-off-by: Orlando Chamberlain <orlandoch.dev@gmail.com>
> Signed-off-by: Aditya Garg <gargaditya08@live.com>
Thanks, patch looks good to me:
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
> ---
> drivers/acpi/video_detect.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c
> index 442396f6ed1f..baf7264d7b94 100644
> --- a/drivers/acpi/video_detect.c
> +++ b/drivers/acpi/video_detect.c
> @@ -513,6 +513,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
> DMI_MATCH(DMI_PRODUCT_NAME, "iMac12,2"),
> },
> },
> + {
> + .callback = video_detect_force_native,
> + /* Apple MacBook Air 9,1 */
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "MacBookAir9,1"),
> + },
> + },
> {
> /* https://bugzilla.redhat.com/show_bug.cgi?id=1217249 */
> .callback = video_detect_force_native,
> @@ -522,6 +530,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
> DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro12,1"),
> },
> },
> + {
> + .callback = video_detect_force_native,
> + /* Apple MacBook Pro 16,2 */
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro16,2"),
> + },
> + },
> {
> .callback = video_detect_force_native,
> /* Dell Inspiron N4010 */
next prev parent reply other threads:[~2024-07-08 10:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-05 13:56 Aditya Garg
2024-07-08 10:13 ` Hans de Goede [this message]
2024-07-09 16:08 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b2f69fb8-d87a-4cf4-8d45-11cf1a396e54@redhat.com \
--to=hdegoede@redhat.com \
--cc=gargaditya08@live.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lukas@wunner.de \
--cc=orlandoch.dev@gmail.com \
--cc=rafael@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®