From bdda019e774951fac9a8eb90c2e5a31dfb8c3da6 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/ --- ...1e80100-dell-tributo-13.txt => x1e80100-dell-xps13-9345.txt} | 0 src/devices/dell_xps_13_9345.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/hwids/{x1e80100-dell-tributo-13.txt => x1e80100-dell-xps13-9345.txt} (100%) 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..077652e 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", /* Tentative. */ .hwids = dell_inc__xps_13_9345_hwids, }; DEVICE_DESC(dell_inc__xps_13_9345_dev);