commit | 735ba17cadd75420bb24a758c3c3e89c9fad4654 | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Fri Feb 19 01:03:55 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Mar 24 15:02:49 2021 +0100 |
tree | bd669bf5664b88e56ec540c236f43b8297ef6a66 | |
parent | 6c214f796e07862d6866aa1bf370f52e9463211f [diff] |
drivers: usb_dc_native_posix: read setup packet as part of submit struct USB setup packet is a part of USBIP_CMD_SUBMIT, but missing in struct usbip_submit. This patch fixes it and removes usbip_skip_setup() and adds an additional integrity check in handle_usb_control(). Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>