Skip to content

Commit

Permalink
Remove subsystem vendor ID check.
Browse files Browse the repository at this point in the history
  • Loading branch information
DualCoder committed Apr 22, 2021
1 parent 1ba0d14 commit 1888236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vgpu_unlock_hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ vgpu_unlock_vgpu_t;
(dev_id), /* dev_id */ \
0, /* vend_id */ \
(subsys_id), /* subsys_id */ \
0x10de, /* subsys_vend_id */ \
0, /* subsys_vend_id */ \
{ name name } } /* name1_2 */

static vgpu_unlock_vgpu_t vgpu_unlock_vgpu[] =
Expand Down

0 comments on commit 1888236

Please sign in to comment.