diff options
| -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" |
