From: "Rémi Bernon" Subject: Re: [PATCH v3 1/3] hid: Use HID_VALUE_CAPS Reserved2 to store start bit. Message-Id: <711b4f4f-a335-6fb4-8b63-2e69b0f3561c@codeweavers.com> Date: Mon, 14 Jun 2021 09:29:54 +0200 In-Reply-To: <20210610094129.3313692-1-rbernon@codeweavers.com> References: <20210610094129.3313692-1-rbernon@codeweavers.com> As I understand using reserved fields for internal wine usage is not appreciated, I'll do this in some other way, with a fully custom struct, which, although it will need transform to the public structs, will let us avoid struct aliasing and undefined behavior when aliasing union members. -- Rémi Bernon