Updated driver API

This commit is contained in:
Alex
2022-11-01 03:59:32 +02:00
parent 917e000f6c
commit e166338295
2 changed files with 20 additions and 2 deletions

View File

@ -79,8 +79,8 @@ struct FexExtended
struct
{
unsigned short VendorID;
unsigned short DeviceID;
unsigned short VendorID[16];
unsigned short DeviceID[16];
unsigned short Class;
unsigned short SubClass;
unsigned short ProgIF;