mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2025-12-11 22:15:36 +02:00
Fix devices spoofed as Tesla M10.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user