mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2025-08-03 11:26:24 -07:00
Fix devices spoofed as Tesla M10.
This commit is contained in:
parent
69d59c52bb
commit
1af65cd505
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ script_source = r"""
|
||||||
actual_devid == 0x13bb || // Quadro K620
|
actual_devid == 0x13bb || // Quadro K620
|
||||||
actual_devid == 0x13bc) { // Quadro K1200
|
actual_devid == 0x13bc) { // Quadro K1200
|
||||||
spoofed_devid = 0x13bd; // Tesla M10
|
spoofed_devid = 0x13bd; // Tesla M10
|
||||||
|
spoofed_subsysid = 0x1160;
|
||||||
}
|
}
|
||||||
|
|
||||||
// GM204
|
// GM204
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue