linux: add driver version 440.36

This commit is contained in:
Vladislav Yarmak
2019-11-22 18:06:48 +02:00
parent 9c9d869f8e
commit 498a1a81d3
3 changed files with 8 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ declare -A patch_list=(
["440.26"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
["440.31"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
["440.33.01"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
["440.36"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
)
declare -A object_list=(
@@ -120,6 +121,7 @@ declare -A object_list=(
["440.26"]='libnvcuvid.so'
["440.31"]='libnvcuvid.so'
["440.33.01"]='libnvcuvid.so'
["440.36"]='libnvcuvid.so'
)
check_version_supported () {