commit | b98d8cdaa057af3337a830440bacf4a160537bf1 | [log] [tgz] |
---|---|---|
author | Johann Fischer <j.fischer@phytec.de> | Mon Sep 23 00:09:00 2019 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 26 13:19:02 2019 +0200 |
tree | f8c05334ca69f9da0fed58b00e9a37203f6e582d | |
parent | 1246cb8cefd9cae536f96b449483565cb7b18215 [diff] |
usb: do not check size of REQUEST_BUFFER for Data stage IN Do not check size of REQUEST_BUFFER for Data stage IN transactions. The check can not be done effectively because the pointer (usb_dev.data_buf) can be changed and the actual size of the buffer used is unknown at this point. Signed-off-by: Johann Fischer <j.fischer@phytec.de>