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>
This commit is contained in:
parent
685f88c72a
commit
afbdc4bbb3
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue