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 70096b4 commit 9b01fc6Copy full SHA for 9b01fc6
drivers/firmware/qcom/qcom_scm.c
@@ -1768,6 +1768,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
1768
+ any potential issues with this, only allow validated machines for now.
1769
*/
1770
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
1771
+ { .compatible = "asus,vivobook-s15" },
1772
{ .compatible = "dell,xps13-9345" },
1773
{ .compatible = "lenovo,flex-5g" },
1774
{ .compatible = "lenovo,thinkpad-t14s" },
0 commit comments