linux: add support for driver 550.54.15 (#773)

This commit is contained in:
Mathis Klooß
2024-03-25 11:20:39 +01:00
committed by GitHub
parent 2f1ceabade
commit 682ec7ef68
4 changed files with 9 additions and 0 deletions

View File

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