linux: add support for driver 595.84

This commit is contained in:
Gelmo
2026-07-09 20:28:50 -06:00
committed by Jai Luthra
parent 884d205af2
commit 2c79a73580
4 changed files with 9 additions and 0 deletions

View File

@@ -305,6 +305,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'
["595.84"]='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'
)