aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJoshua Grisham <josh@joshuagrisham.com>2025-06-06 15:09:08 +0200
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2025-06-09 10:46:31 +0300
commitafbdc4bbb3a6418778cf969b0795bbaa8237cdd3 (patch)
tree0c524d4ab6f16bd1f95c2189b0adf4ea2c1b0f08
parentplatform/x86/intel-uncore-freq: Fail module load when plat_info is NULL (diff)
downloadwireguard-linux-afbdc4bbb3a6418778cf969b0795bbaa8237cdd3.tar.xz
wireguard-linux-afbdc4bbb3a6418778cf969b0795bbaa8237cdd3.zip
platform/x86: samsung-galaxybook: Add SAM0426
Add device ID SAM0426 (Notebook 9 Pro and similar devices) as reported and tested by GitHub user "diego-karsa" [1]. [1]: https://github.com/joshuagrisham/samsung-galaxybook-extras/issues/69 Signed-off-by: Joshua Grisham <josh@joshuagrisham.com> Reviewed-by: Armin Wolf <W_Armin@gmx.de> Link: https://lore.kernel.org/r/20250606130909.207047-1-josh@joshuagrisham.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
-rw-r--r--drivers/platform/x86/samsung-galaxybook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/samsung-galaxybook.c b/drivers/platform/x86/samsung-galaxybook.c
index 5878a351993e..3c13e13d4885 100644
--- a/drivers/platform/x86/samsung-galaxybook.c
+++ b/drivers/platform/x86/samsung-galaxybook.c
@@ -1403,6 +1403,7 @@ static int galaxybook_probe(struct platform_device *pdev)
}
static const struct acpi_device_id galaxybook_device_ids[] = {
+ { "SAM0426" },
{ "SAM0427" },
{ "SAM0428" },
{ "SAM0429" },