Found another non handled gfx lspci, 3D controller, added that as well to gfx card

This commit is contained in:
inxi-svn 2014-03-18 03:05:18 +00:00
parent 1d34526818
commit 76d9eb8397

2
inxi
View file

@ -4915,7 +4915,7 @@ get_graphics_card_data()
IGNORECASE=1 IGNORECASE=1
busId="" busId=""
} }
/vga compatible controller|display controller/ { /vga compatible controller|display controller|3D controller/ {
gsub(/'"$BAN_LIST_NORMAL"'/, "", $NF) gsub(/'"$BAN_LIST_NORMAL"'/, "", $NF)
gsub(/,/, " ", $NF) gsub(/,/, " ", $NF)
gsub(/^ +| +$/, "", $NF) gsub(/^ +| +$/, "", $NF)