linux: add support for driver 550.54.14

fix #763
This commit is contained in:
GitHub Action
2024-02-24 15:36:10 +00:00
committed by Jai Luthra
parent 583ebabd5a
commit 567085397f
4 changed files with 10 additions and 1 deletions

View File

@@ -191,6 +191,7 @@ declare -A patch_list=(
["545.29.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
["545.29.06"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
["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/'
)
check_version_supported () {