58d7d4c786
Without this the struct has the wrong size: sizeof() evaluates
to 16 instead of 13. In most cases the bug is hidden by the
fact that guests submits a buffer which is exactly 13 bytes
long, so the padding added by the compiler is simply ignored.
But sometimes guests submit a larger buffer and expect a short
transfer, which does not work properly with the wrong struct
size.
Cc: vintagepc404@protonmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Fixes:
|
||
---|---|---|
.. | ||
chipidea.h | ||
dwc2-regs.h | ||
ehci-regs.h | ||
hcd-dwc3.h | ||
hcd-musb.h | ||
hid.h | ||
imx-usb-phy.h | ||
msd.h | ||
uhci-regs.h | ||
xhci.h | ||
xlnx-usb-subsystem.h | ||
xlnx-versal-usb2-ctrl-regs.h |