mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-14 02:26:51 -07:00
linux: add support for driver 550.78
This commit is contained in:
parent
23fa489db9
commit
7217e4c50d
4 changed files with 10 additions and 1 deletions
|
@ -200,6 +200,7 @@ declare -A patch_list=(
|
|||
["550.54.15"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["550.67"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["550.76"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["550.78"]='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