X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FUSB%2FHID%2Fhid.h;h=ae251c5bd069f6cd14d8f7f028f188d6b9b5f381;hb=5cab4c07bc13888dc7956194ef9595508072a4eb;hp=373496e8b68a33cb0d9f38695ebec4bb1c4b1bc7;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/USB/HID/hid.h b/KernelLand/Modules/USB/HID/hid.h index 373496e8..ae251c5b 100644 --- a/KernelLand/Modules/USB/HID/hid.h +++ b/KernelLand/Modules/USB/HID/hid.h @@ -41,7 +41,7 @@ struct sDescriptor_HID struct { Uint8 DescType; Uint16 DescLen; - } Descriptors[]; -} + } PACKED Descriptors[]; +} PACKED; #endif