commit | 3be61d3850169105bf0cfc8cd2f0ee22697496bb | [log] [tgz] |
---|---|---|
author | Jerry Zhang <zhangjerry@google.com> | Tue Feb 06 18:25:44 2018 -0800 |
committer | Jerry Zhang <zhangjerry@google.com> | Wed Feb 07 16:12:14 2018 -0800 |
tree | 7292a58704e628c776b67269c705546d63789f2a | |
parent | 98aad49d585ee66446949d59ed9e005762d82e24 [diff] |
Remove urb request size maximum. The 16kB maximum for transfers was removed from the kernel in 3.3. Devio has since supported arbitrary transfer sizes through scatter gather. See the following kernel patches for context: "USB: change the memory limits in usbfs URB submission" "usbdevfs: Use scatter-gather lists for large bulk transfers" Bug: 67683483 Test: Run usb_async_test app with USB3 : 38MB/s -> 300MB/s Change-Id: Ia52440cb725561b0f1db1a75aa1b8ab952585826