linux: driver version 455.23.05

This commit is contained in:
Vladislav Yarmak 2020-09-23 23:13:03 +03:00
commit 5dd963e951
4 changed files with 11 additions and 1 deletions

View file

@ -80,6 +80,7 @@ declare -A patch_list=(
["450.57"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
["450.66"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
["455.23.04"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
["455.23.05"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
)
declare -A object_list=(
@ -120,6 +121,7 @@ declare -A object_list=(
["450.57"]='libnvidia-fbc.so'
["450.66"]='libnvidia-fbc.so'
["455.23.04"]='libnvidia-fbc.so'
["455.23.05"]='libnvidia-fbc.so'
)
check_version_supported () {