linux: add driver versions 450.66 and 455.23.04

This commit is contained in:
Emily Maré (emileet) 2020-09-22 15:43:18 +10:00
commit c7f24eb6ad
3 changed files with 10 additions and 0 deletions

View file

@ -77,6 +77,8 @@ declare -A patch_list=(
["450.56.02"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
["450.56.06"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
["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/'
)
declare -A object_list=(
@ -114,6 +116,8 @@ declare -A object_list=(
["450.56.02"]='libnvidia-fbc.so'
["450.56.06"]='libnvidia-fbc.so'
["450.57"]='libnvidia-fbc.so'
["450.66"]='libnvidia-fbc.so'
["455.23.04"]='libnvidia-fbc.so'
)
check_version_supported () {