From 6302c943859c015860462ae12e32b634e5eaadf7 Mon Sep 17 00:00:00 2001 From: KrutavShah Date: Mon, 19 Apr 2021 13:38:47 -0700 Subject: [PATCH] Changed Maxwell 1.0 to Maxwell for consistency. --- vgpu_unlock_hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vgpu_unlock_hooks.c b/vgpu_unlock_hooks.c index 68104c7..85e5b5e 100644 --- a/vgpu_unlock_hooks.c +++ b/vgpu_unlock_hooks.c @@ -597,7 +597,7 @@ vgpu_unlock_vgpu_t; static vgpu_unlock_vgpu_t vgpu_unlock_vgpu[] = { - /* Tesla M10 (Maxwell 1.0) */ + /* Tesla M10 (Maxwell) */ VGPU(0x13bd, 0x11cc, "GRID M10-0B"), VGPU(0x13bd, 0x11cd, "GRID M10-1B"), VGPU(0x13bd, 0x1339, "GRID M10-1B4"),