Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devices: Dell XPS 13 9345: Update with upstream dtb name #2

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ attemtps to simplify running Linux-based or other OS that use DT by providing:

- <!-- sc7180 --> Acer Aspire 1
- <!-- x1e80100 --> ASUS Vivobook S 15
- *<!-- x1e80100 --> Dell XPS 13 9345*
- <!-- x1e80100 --> Dell XPS 13 9345
- *<!-- x1e80100 --> HP Omnibook X 14*
- <!-- sc8180x --> Lenovo Flex 5G
- <!-- msm8998 --> Lenovo Miix 630
Expand Down
2 changes: 1 addition & 1 deletion src/devices/dell_xps_13_9345.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);