mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Korab Doroci <korabdoroci@gmail.com>
To: josh@joshuagrisham.com, ilpo.jarvinen@linux.intel.com
Cc: platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Korab Doroci <korab.doroci@gmail.com>
Subject: [PATCH] platform/x86: samsung-galaxybook: Add SAMB430 ACPI device ID
Date: Fri,  7 Aug 2026 00:12:55 +0200	[thread overview]
Message-ID: <20260806221255.40148-1-korab.doroci@gmail.com> (raw)

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);
-- 
2.55.0


             reply	other threads:[~2026-08-06 22:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-06 22:12 Korab Doroci [this message]
2026-08-18 13:16 ` Ilpo Järvinen

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=20260806221255.40148-1-korab.doroci@gmail.com \
    --to=korabdoroci@gmail.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=josh@joshuagrisham.com \
    --cc=korab.doroci@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 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®