diff options
| author | Giuseppe Ghibò <ghibo@mageia.org> | 2025-12-16 15:57:45 +0100 |
|---|---|---|
| committer | Giuseppe Ghibò <ghibo@mageia.org> | 2025-12-16 15:57:45 +0100 |
| commit | fdb8fc870f97725e027f12ed524ff428a1550fc4 (patch) | |
| tree | f13cd9475bfe83bfd785949b514d802c56889fb0 | |
| parent | f0832b40f502f17b9607e2a8a03413e69f81c2ce (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 | |
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | lst/pcitable.x86_64 | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ include Makefile.config NAME = ldetect-lst -VERSION := 0.6.62 +VERSION := 0.6.63 FILES = AUTHORS Makefile Makefile.config convert lst update-ldetect-lst @@ -1,3 +1,6 @@ +Version 0.6.63 - 16 Dec 2025 +- Fix typo in pcitable + Version 0.6.62 - 16 Dec 2025 - Move Tesla T4 (Turing) to nvidia 580.xx driver. diff --git a/lst/pcitable.x86_64 b/lst/pcitable.x86_64 index abfd62cf..024ed89d 100644 --- a/lst/pcitable.x86_64 +++ b/lst/pcitable.x86_64 @@ -131,7 +131,7 @@ 0x10de 0x1ba2 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb0 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb1 "Card:NVIDIA GeForce 745 series and later" -0x10de 0x1bb3 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x1bb3 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb4 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb5 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x1bb6 "Card:NVIDIA GeForce 745 series and later" |
