mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 13:23:16 -07:00
linux: add support for driver 550.54.15 (#773)
This commit is contained in:
parent
2f1ceabade
commit
682ec7ef68
4 changed files with 9 additions and 0 deletions
|
@ -193,6 +193,7 @@ declare -A patch_list=(
|
|||
["545.29.06"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["550.40.07"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["550.54.14"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["550.54.15"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue