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);