linux: add support for driver 550.67

fixes #774
This commit is contained in:
GitHub Action
2024-03-25 10:21:47 +00:00
committed by Jai Luthra
parent 682ec7ef68
commit e416c41eff
5 changed files with 403 additions and 383 deletions

View File

@@ -194,6 +194,7 @@ declare -A patch_list=(
["550.40.07"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
["550.54.14"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
["550.54.15"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
["550.67"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
)
check_version_supported () {