From 4034f390a82608621063e862af9127576f6f550d Mon Sep 17 00:00:00 2001 From: Aleksandrs Vinarskis Date: Fri, 18 Oct 2024 00:32:07 +0200 Subject: [PATCH] devices: Dell XPS 13 9345: Update with upstream dtb name According to latest series that got merged: https://lore.kernel.org/all/20241003211139.9296-1-alex.vinarskis@gmail.com/ --- README.md | 2 +- ...1e80100-dell-tributo-13.txt => x1e80100-dell-xps13-9345.txt} | 0 src/devices/dell_xps_13_9345.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/hwids/{x1e80100-dell-tributo-13.txt => x1e80100-dell-xps13-9345.txt} (100%) diff --git a/README.md b/README.md index 8609ed7..c17f99e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ attemtps to simplify running Linux-based or other OS that use DT by providing: - Acer Aspire 1 - ASUS Vivobook S 15 -- * Dell XPS 13 9345* +- Dell XPS 13 9345 - * HP Omnibook X 14* - Lenovo Flex 5G - Lenovo Miix 630 diff --git a/scripts/hwids/x1e80100-dell-tributo-13.txt b/scripts/hwids/x1e80100-dell-xps13-9345.txt similarity index 100% rename from scripts/hwids/x1e80100-dell-tributo-13.txt rename to scripts/hwids/x1e80100-dell-xps13-9345.txt diff --git a/src/devices/dell_xps_13_9345.c b/src/devices/dell_xps_13_9345.c index 89a48df..22cb052 100644 --- a/src/devices/dell_xps_13_9345.c +++ b/src/devices/dell_xps_13_9345.c @@ -24,7 +24,7 @@ static EFI_GUID dell_inc__xps_13_9345_hwids[] = { static struct device dell_inc__xps_13_9345_dev = { .name = L"Dell Inc. XPS 13 9345", - .dtb = L"qcom\\x1e80100-dell-tributo-13.dtb", /* Tentative. */ + .dtb = L"qcom\\x1e80100-dell-xps13-9345.dtb", .hwids = dell_inc__xps_13_9345_hwids, }; DEVICE_DESC(dell_inc__xps_13_9345_dev);