All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: samsung-galaxybook: Add SAMB430 ACPI device ID
@ 2026-08-06 22:12 Korab Doroci
  2026-08-18 13:16 ` Ilpo Järvinen
  0 siblings, 1 reply; 2+ messages in thread
From: Korab Doroci @ 2026-08-06 22:12 UTC (permalink / raw)
  To: josh, ilpo.jarvinen; +Cc: platform-driver-x86, linux-kernel, Korab Doroci

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-18 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.