mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2024-12-22 10:45:26 +00:00
Fix devices spoofed as Tesla M10.
This commit is contained in:
parent
69d59c52bb
commit
1af65cd505
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue