diff options
author | Thomas Backlund <tmb@mageia.org> | 2022-11-29 19:17:51 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2022-11-29 19:17:51 +0200 |
commit | 0984b64ded87ff9b91e595f4b30cda6c03a9cf17 (patch) | |
tree | 4a75496db498e05880eedcd118dc2d4d3e533303 | |
parent | e51b6661413e96198f2945a00ff76a9a35fe93f2 (diff) | |
download | ldetect-lst-0984b64ded87ff9b91e595f4b30cda6c03a9cf17.tar ldetect-lst-0984b64ded87ff9b91e595f4b30cda6c03a9cf17.tar.gz ldetect-lst-0984b64ded87ff9b91e595f4b30cda6c03a9cf17.tar.bz2 ldetect-lst-0984b64ded87ff9b91e595f4b30cda6c03a9cf17.tar.xz ldetect-lst-0984b64ded87ff9b91e595f4b30cda6c03a9cf17.zip |
dd amdgpu id from kernel 6.0.10
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lst/pcitable | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ - update pci.ids +- add amdgpu id from kernel 6.0.10 Version 0.6.43 - 23 Nov 2022 diff --git a/lst/pcitable b/lst/pcitable index 178c799e..3cd1954f 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -58,6 +58,7 @@ 0x1002 0x131c "Card:AMD Southern Islands and later (amdgpu)" 0x1002 0x131d "Card:AMD Southern Islands and later (amdgpu)" 0x1002 0x13fe "Card:AMD Southern Islands and later (amdgpu)" +0x1002 0x143f "Card:ATI Volcanic Islands and later (amdgpu)" 0x1002 0x15d8 "Card:ATI Volcanic Islands and later (amdgpu)" 0x1002 0x15dd "Card:ATI Volcanic Islands and later (amdgpu)" 0x1002 0x15e7 "Card:AMD Southern Islands and later (amdgpu)" |