Skip to content

Commit

Permalink
nvidia-mxlinks: Set GF108GL card to legacy.
Browse files Browse the repository at this point in the history
Add 10de:0df8 ("GF108GL [Quadro 600]") to legacyX class.

New legacyX class is for cards, which became legacy sometime after
390.xx, but we didn't try to find out, at which branch that happened
exactly, because we no longer support these cards anyway.
  • Loading branch information
donald committed May 2, 2019
1 parent 712c1f6 commit bb0320d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nvidia-mxlinks.be0
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,12 @@ mee_install() {
for id in 06fd 0659 06fa 0a34 0a38 10c3; do
ln -vs legacy5 ${D}/usr/share/nvidia/pciidhints/10de:${id}
done

# legacyX for cards, which became legacy sometime after
# 390.xx, but we didn't try to find out, at which branch that happened
# exactly, because we no longer support these cards anyway.

for id in 0df8;do
ln -vs legacyX ${D}/usr/share/nvidia/pciidhints/10de:${id}
done
}

0 comments on commit bb0320d

Please sign in to comment.