Skip to content

Commit

Permalink
devices: t14s: Remove tentative note
Browse files Browse the repository at this point in the history
  • Loading branch information
TravMurav committed Sep 2, 2024
1 parent c19dfca commit 0aba582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ attemtps to simplify running Linux-based or other OS that use DT by providing:
- <!-- x1e80100 --> ASUS Vivobook S 15
- <!-- sc8180x --> Lenovo Flex 5G
- <!-- msm8998 --> Lenovo Miix 630
- *<!-- x1e78100 --> Lenovo ThinkPad T14s Gen 6*
- <!-- x1e78100 --> Lenovo ThinkPad T14s Gen 6
- <!-- sc8280xp --> Lenovo ThinkPad X13s Gen 1
- <!-- sc8180x --> Lenovo Yoga 5G
- <!-- sdm850 --> Lenovo Yoga C630
Expand Down
2 changes: 1 addition & 1 deletion src/devices/lenovo_t14s_g6.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 0aba582

Please sign in to comment.