Updated driver header

This commit is contained in:
Alex
2022-11-01 04:00:43 +02:00
parent 4a3a7f1827
commit 4969e1fee0
5 changed files with 11 additions and 11 deletions

View File

@ -20,8 +20,8 @@ __attribute__((section(".extended"))) FexExtended ExtendedHeader = {
.Bind = {
.Type = BIND_PCI,
.PCI = {
.VendorID = 0x1022,
.DeviceID = 0x2000,
.VendorID = {0x1022},
.DeviceID = {0x2000},
.Class = 0x2,
.SubClass = 0x0,
.ProgIF = 0x0,