commit | 1c2e965569dd6cbf2187c146ba38ecddb02ff69b | [log] [tgz] |
---|---|---|
author | Johann Fischer <j.fischer@phytec.de> | Thu Nov 14 22:47:34 2019 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Nov 15 17:02:43 2019 +0100 |
tree | 7149c936a1d4a8535ab93468376ab2807f8d3fc2 | |
parent | 0230b46ce595560cc46510781f5be93b66b3c613 [diff] |
usb: bluetooth: do not use ZLP for HCI event transfers Linux btusb driver do not relies on ZLP to determine the end of a transfer. Instead the data is transmitted continuously and the driver obtains the length of a event from the HCI Event Packet header. Fixes: #20250 Signed-off-by: Johann Fischer <j.fischer@phytec.de>