es3sec: Finalize dongle emulation
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
struct dongle_info {
|
||||
USHORT pid;
|
||||
USHORT vid;
|
||||
wchar_t manufacturer[MAX_PATH];
|
||||
wchar_t product[MAX_PATH];
|
||||
};
|
||||
|
||||
struct platform_config {
|
||||
|
Reference in New Issue
Block a user