linux: add driver version 455.28

This commit is contained in:
Vladislav Yarmak 2020-10-08 22:50:12 +03:00
commit a0d7276705
4 changed files with 12 additions and 1 deletions

View file

@ -82,6 +82,7 @@ declare -A patch_list=(
["450.80.02"]='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/'
["455.28"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
)
declare -A object_list=(
@ -124,6 +125,7 @@ declare -A object_list=(
["450.80.02"]='libnvidia-fbc.so'
["455.23.04"]='libnvidia-fbc.so'
["455.23.05"]='libnvidia-fbc.so'
["455.28"]='libnvidia-fbc.so'
)
check_version_supported () {