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 7f4cf8c commit a74c05eCopy full SHA for a74c05e
drivers/firmware/qcom/qcom_scm.c
@@ -1731,11 +1731,14 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
1731
+ any potential issues with this, only allow validated machines for now.
1732
*/
1733
static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
1734
+ { .compatible = "asus,vivobook-s15" },
1735
+ { .compatible = "hp,omnibook-x14" },
1736
{ .compatible = "lenovo,flex-5g" },
1737
{ .compatible = "lenovo,thinkpad-t14s" },
- { .compatible = "lenovo,thinkpad-x13s", },
- { .compatible = "microsoft,romulus13", },
1738
- { .compatible = "microsoft,romulus15", },
+ { .compatible = "lenovo,thinkpad-x13s" },
1739
+ { .compatible = "lenovo,yoga-slim7x" },
1740
+ { .compatible = "microsoft,romulus13" },
1741
+ { .compatible = "microsoft,romulus15" },
1742
{ .compatible = "qcom,sc8180x-primus" },
1743
{ .compatible = "qcom,x1e80100-crd" },
1744
{ .compatible = "qcom,x1e80100-qcp" },
0 commit comments