mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2024-12-22 02:35:27 +00:00
Remove subsystem vendor ID check.
This commit is contained in:
parent
1ba0d148b2
commit
1888236c75
|
@ -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[] =
|
||||
|
|
Loading…
Reference in a new issue