From 0aba5829b82f02b4d563b4db2e8a167d05311aa5 Mon Sep 17 00:00:00 2001 From: Nikita Travkin Date: Mon, 2 Sep 2024 20:01:46 +0500 Subject: [PATCH] devices: t14s: Remove tentative note --- README.md | 2 +- src/devices/lenovo_t14s_g6.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3b3fa3..56b07cf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ attemtps to simplify running Linux-based or other OS that use DT by providing: - ASUS Vivobook S 15 - Lenovo Flex 5G - Lenovo Miix 630 -- * Lenovo ThinkPad T14s Gen 6* +- Lenovo ThinkPad T14s Gen 6 - Lenovo ThinkPad X13s Gen 1 - Lenovo Yoga 5G - Lenovo Yoga C630 diff --git a/src/devices/lenovo_t14s_g6.c b/src/devices/lenovo_t14s_g6.c index d8a36c7..75c6c3c 100644 --- a/src/devices/lenovo_t14s_g6.c +++ b/src/devices/lenovo_t14s_g6.c @@ -24,7 +24,7 @@ static EFI_GUID lenovo_thinkpad_t14s_gen_6_hwids[] = { static struct device lenovo_thinkpad_t14s_gen_6_dev = { .name = L"LENOVO ThinkPad T14s Gen 6", - .dtb = L"qcom\\x1e78100-lenovo-thinkpad-t14s.dtb", /* Tentative. */ + .dtb = L"qcom\\x1e78100-lenovo-thinkpad-t14s.dtb", .hwids = lenovo_thinkpad_t14s_gen_6_hwids, }; DEVICE_DESC(lenovo_thinkpad_t14s_gen_6_dev);