diff options
author | Giuseppe Ghibò <ghibo@mageia.org> | 2024-06-19 12:55:47 +0200 |
---|---|---|
committer | Giuseppe Ghibò <ghibo@mageia.org> | 2024-06-19 12:55:47 +0200 |
commit | f3d01f7222b1e4b276149aeda215dd95582998a7 (patch) | |
tree | bf00e72a2cd81bf0f0c839c68f6e83a4261f38bd /convert | |
parent | aefd01f18b252676dfaac12d04b1ca7590bc3434 (diff) | |
download | ldetect-lst-master.tar ldetect-lst-master.tar.gz ldetect-lst-master.tar.bz2 ldetect-lst-master.tar.xz ldetect-lst-master.zip |
update pci-ids from nvidia-current-550.90.07 (adds A800, H200, GH200, RTX5000/5880 ADA Gen, L20, etc.)HEAD0.6.58master
update pci-ids from nvidia470-470.256.02
Diffstat (limited to 'convert')
-rwxr-xr-x | convert/extract-nvidia-pcitable.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/convert/extract-nvidia-pcitable.sh b/convert/extract-nvidia-pcitable.sh index d9b67dc6..2f49bfa1 100755 --- a/convert/extract-nvidia-pcitable.sh +++ b/convert/extract-nvidia-pcitable.sh @@ -24,8 +24,8 @@ # driver version # # Note that drivers nvidia470.xx and beyond are 64-bit only. -nvidia470_ver=470.182.03 -nvidiacur_ver=525.116.03 +nvidia470_ver=470.256.02 +nvidiacur_ver=550.90.07 GET=aria2c GETOPT="-c" |