diff options
author | Giuseppe Ghibò <ghibo@mageia.org> | 2024-12-24 14:42:59 +0100 |
---|---|---|
committer | Giuseppe Ghibò <ghibo@mageia.org> | 2024-12-24 14:42:59 +0100 |
commit | 1f705b46a5848eb99a28e540a5c63cb30d31785d (patch) | |
tree | ad457706baa90c8cf365cd2769800e4261199e01 | |
parent | f3d01f7222b1e4b276149aeda215dd95582998a7 (diff) | |
download | ldetect-lst-1f705b46a5848eb99a28e540a5c63cb30d31785d.tar ldetect-lst-1f705b46a5848eb99a28e540a5c63cb30d31785d.tar.gz ldetect-lst-1f705b46a5848eb99a28e540a5c63cb30d31785d.tar.bz2 ldetect-lst-1f705b46a5848eb99a28e540a5c63cb30d31785d.tar.xz ldetect-lst-1f705b46a5848eb99a28e540a5c63cb30d31785d.zip |
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | convert/extract-nvidia-pcitable.sh | 2 | ||||
-rw-r--r-- | lst/pcitable.x86_64 | 3 |
4 files changed, 9 insertions, 2 deletions
@@ -1,7 +1,7 @@ include Makefile.config NAME = ldetect-lst -VERSION := 0.6.58 +VERSION := 0.6.59 FILES = AUTHORS Makefile Makefile.config convert lst update-ldetect-lst @@ -1,3 +1,7 @@ +Version 0.6.59 - 24 Dec 2024 + +- add support for nvidia-current-550.142 pci-ids (H20-3e, RTX 3050 A Laptop GPU) + Version 0.6.58 - 19 Jun 2024 - add support for nvidia-current-550.90.07 pci-ids (A800, H200, GH200, RTX5000/5880 ADA Gen, L20, etc.) diff --git a/convert/extract-nvidia-pcitable.sh b/convert/extract-nvidia-pcitable.sh index 2f49bfa1..d8098290 100755 --- a/convert/extract-nvidia-pcitable.sh +++ b/convert/extract-nvidia-pcitable.sh @@ -25,7 +25,7 @@ # # Note that drivers nvidia470.xx and beyond are 64-bit only. nvidia470_ver=470.256.02 -nvidiacur_ver=550.90.07 +nvidiacur_ver=550.142 GET=aria2c GETOPT="-c" diff --git a/lst/pcitable.x86_64 b/lst/pcitable.x86_64 index 7debf0cb..4a6ad6af 100644 --- a/lst/pcitable.x86_64 +++ b/lst/pcitable.x86_64 @@ -311,6 +311,7 @@ 0x10de 0x2322 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2324 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2329 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x232c "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2330 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2331 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2335 "Card:NVIDIA GeForce 745 series and later" @@ -420,11 +421,13 @@ 0x10de 0x2805 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2808 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2820 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x2822 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2838 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2860 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x2882 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x28a0 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x28a1 "Card:NVIDIA GeForce 745 series and later" +0x10de 0x28a3 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x28b0 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x28b8 "Card:NVIDIA GeForce 745 series and later" 0x10de 0x28b9 "Card:NVIDIA GeForce 745 series and later" |