We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bfc22 commit 0104b5cCopy full SHA for 0104b5c
drivers/firmware/qcom/qcom_scm.c
@@ -1742,6 +1742,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
1742
+ any potential issues with this, only allow validated machines for now.
1743
*/
1744
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
1745
+ { .compatible = "dell,xps13-9345" },
1746
{ .compatible = "lenovo,flex-5g" },
1747
{ .compatible = "lenovo,thinkpad-t14s" },
1748
{ .compatible = "lenovo,thinkpad-x13s", },
0 commit comments