linux: add support for driver 610.43.02

This commit is contained in:
Gelmo
2026-06-08 22:23:11 -06:00
committed by Jai Luthra
parent b90725eb95
commit 73ac603a60
4 changed files with 9 additions and 0 deletions

View File

@@ -303,6 +303,7 @@ declare -A patch_list=(
["595.58.03"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g'
["595.71.05"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g'
["595.80"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g'
["610.43.02"]='s/\xe8\x45\x00\xfe\xff\x41\x89\xc4\x85\xc0/\xe8\x45\x00\xfe\xff\x29\xc0\x41\x89\xc4/g'
)
check_version_supported () {