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
commit 682ec7ef68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 () {