sys_patch_detect.py: Add support for Web Drivers on Tesla/Kepler

This commit is contained in:
Mykola Grymalyuk
2022-05-27 16:02:19 -06:00
parent 7a0e824536
commit 90e23bef92
5 changed files with 29 additions and 11 deletions
+9 -6
View File
@@ -303,12 +303,15 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
"NVDANV50HalTeslaWeb.kext": "WebDriver-387.10.10.10.40.140",
"NVDAResmanTeslaWeb.kext": "WebDriver-387.10.10.10.40.140",
},
# Nvidia's control panel crashes on 10.14+
# For us, no real point in using it so ignore
# "/Library/PreferencePanes": {
# "NVIDIA Driver Manager.prefPane": "WebDriver-387.10.10.10.40.140",
# },
"/Library/PreferencePanes": {
"NVIDIA Driver Manager.prefPane": "WebDriver-387.10.10.10.40.140",
},
"/Library/LaunchAgents": {
"com.nvidia.nvagent.plist": "WebDriver-387.10.10.10.40.140",
},
"/Library/LaunchDaemons": {
"com.nvidia.nvroothelper.plist": "WebDriver-387.10.10.10.40.140",
},
},
},
"AMD TeraScale Common": {