sys_patch: Add PCIe Webcam support

This commit is contained in:
Mykola Grymalyuk
2023-07-17 18:05:33 -06:00
parent 2bba8f474a
commit 7691184ca2
9 changed files with 74 additions and 6 deletions
@@ -187,6 +187,9 @@ class GenerateRootPatchSets:
if self.hardware_details["Miscellaneous: Legacy USB 1.1"] is True:
required_patches.update({"Legacy USB 1.1": all_hardware_patchset["Miscellaneous"]["Legacy USB 1.1"]})
if self.hardware_details["Miscellaneous: PCIe Web Camera"] is True:
required_patches.update({"PCIe Web Camera": all_hardware_patchset["Miscellaneous"]["PCIe Web Camera"]})
if required_patches:
host_os_float = float(f"{self.constants.detected_os}.{self.constants.detected_os_minor}")