Skip to content

Commit

Permalink
Fix devices spoofed as Tesla M10.
Browse files Browse the repository at this point in the history
  • Loading branch information
DualCoder committed Apr 19, 2021
1 parent 69d59c5 commit 1af65cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vgpu_unlock
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ script_source = r"""
actual_devid == 0x13bb || // Quadro K620
actual_devid == 0x13bc) { // Quadro K1200
spoofed_devid = 0x13bd; // Tesla M10
spoofed_subsysid = 0x1160;
}
// GM204
Expand Down

0 comments on commit 1af65cd

Please sign in to comment.