linux: add support for driver 580.82.09

This commit is contained in:
Zebra2711
2025-09-16 19:10:07 +07:00
committed by Jai Luthra
parent e181448e64
commit 81795a0d57
4 changed files with 10 additions and 1 deletions

View File

@@ -247,6 +247,7 @@ declare -A patch_list=(
["580.65.06"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
["580.76.05"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
["580.82.07"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g')
["580.82.09"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g')
check_version_supported () {
local ver="$1"