X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FUSB%2FHID%2Fhid.h;h=ae251c5bd069f6cd14d8f7f028f188d6b9b5f381;hb=2667cb207a1aa17947b7ba582e1e2e3b9a9dea07;hp=373496e8b68a33cb0d9f38695ebec4bb1c4b1bc7;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;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