linux: add driver version 455.45.01

This commit is contained in:
Vladislav Yarmak 2020-11-17 20:42:05 +02:00
commit 5574fb54fb
4 changed files with 12 additions and 1 deletions

View file

@ -92,6 +92,7 @@ declare -A patch_list=(
["455.28"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
["455.32.00"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
["455.38"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
["455.45.01"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
)
declare -A object_list=(
@ -140,6 +141,7 @@ declare -A object_list=(
["455.28"]='libnvidia-fbc.so'
["455.32.00"]='libnvidia-fbc.so'
["455.38"]='libnvidia-fbc.so'
["455.45.01"]='libnvidia-fbc.so'
)
check_version_supported () {