commit | 3b857e186953180b82764068be83b01449b29042 | [log] [tgz] |
---|---|---|
author | Sundar Subramaniyan <sundar.subramaniyan@gmail.com> | Thu Mar 08 00:36:57 2018 +0530 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Mar 09 21:46:59 2018 -0500 |
tree | 459782e50ae01fa8bb1b17f4888f6aab3745bb94 | |
parent | 5c162dfe78aad41f059556389a9282401e54c01a [diff] |
Bluetooth: hci_usb: Read the whole USB EPOUT buffer at once btusb_bulk_out() reads the EPOUT buffer in multiple of 4 bytes because of Quark's USB FIFO size limitation. But this has later been taken care internally in the DW driver making it redundant in hci_usb. Remove Quark specific handling and read the whole EPOUT buffer at once. Signed-off-by: Sundar Subramaniyan <sundar.subramaniyan@gmail.com>