All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Korab Doroci <korabdoroci@gmail.com>
Cc: josh@joshuagrisham.com, platform-driver-x86@vger.kernel.org,
	 LKML <linux-kernel@vger.kernel.org>,
	Korab Doroci <korab.doroci@gmail.com>
Subject: Re: [PATCH] platform/x86: samsung-galaxybook: Add SAMB430 ACPI device ID
Date: Tue, 18 Aug 2026 16:16:00 +0300 (EEST)	[thread overview]
Message-ID: <8744b157-4064-8377-1f8a-b5c0ae2622f3@linux.intel.com> (raw)
In-Reply-To: <20260806221255.40148-1-korab.doroci@gmail.com>

On Fri, 7 Aug 2026, Korab Doroci wrote:

> Add support for the SAMB430 ACPI device found on Galaxy Book6
> laptops. Without this id the keyboard backlight device fails
> to bind to driver leaving keyboard backlight control unavailable.
> 
> Signed-off-by: Korab Doroci <korab.doroci@gmail.com>
> ---
>  drivers/platform/x86/samsung-galaxybook.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/samsung-galaxybook.c b/drivers/platform/x86/samsung-galaxybook.c
> index 6382af0b106c..99f72b204a51 100644
> --- a/drivers/platform/x86/samsung-galaxybook.c
> +++ b/drivers/platform/x86/samsung-galaxybook.c
> @@ -1438,6 +1438,7 @@ static const struct acpi_device_id galaxybook_device_ids[] = {
>  	{ "SAM0428" },
>  	{ "SAM0429" },
>  	{ "SAM0430" },
> +	{ "SAMB430" },
>  	{}
>  };
>  MODULE_DEVICE_TABLE(acpi, galaxybook_device_ids);
> 

Thanks for the patch but this is already added by the commit 31e1acf15df9 
("platform/x86: samsung-galaxybook: Add SAMB430 device ID").

-- 
 i.


      reply	other threads:[~2026-08-18 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-06 22:12 [PATCH] platform/x86: samsung-galaxybook: Add SAMB430 ACPI device ID Korab Doroci
2026-08-18 13:16 ` Ilpo Järvinen [this message]

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=8744b157-4064-8377-1f8a-b5c0ae2622f3@linux.intel.com \
    --to=ilpo.jarvinen@linux.intel.com \
    --cc=josh@joshuagrisham.com \
    --cc=korab.doroci@gmail.com \
    --cc=korabdoroci@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.