linux: add support for driver 550.76

fixes #788
This commit is contained in:
Gelmo
2024-04-20 13:33:53 -06:00
committed by Jai Luthra
parent 3193b4b1ce
commit 23fa489db9
4 changed files with 10 additions and 1 deletions

View File

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