summaryrefslogtreecommitdiffstats
path: root/adb/usb_linux_client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* adbd: enable USB SuperSpeed (again)Jack Pham2015-08-241-1/+49
| | | | | | | | | | | | | The descriptors to enable USB 3.0 SuperSpeed support had previously been added in commit d6ee9f26a5163af4121f4380264fcbd4e6851a17 but were removed when the v1/v2 descriptor handling was refactored in commits ab3446dd3400652ecf50682d0e5c4184628e9930 and again in c49f51c451516bf06afc6d71947eb11cc4627273. Now that the dust has settled, add back the SS descriptors to re-enable USB 3.0. Bug: 23385314 Change-Id: I8de7c7e50d9216a7492ce7863e3aaf92ff805eff (cherry picked from commit a190c800bf562c2fd2fb113782ff83c1d475ea61)
* Add missing null checks after allocations.Elliott Hughes2015-04-211-0/+4
| | | | | Bug: http://b/20317729 Change-Id: I62bb761d48ee59a1f4ddd0cdd0632432305ca2ca
* adb: set sys.usb.ffs.ready to signal usb pullupBadhri Jagan Sridharan2015-04-211-0/+2
| | | | | | | This change sets sys.usb.ffs.ready to 1 to trigger configfs based enumeration. Change-Id: I222495fc667cce59675579069d164b0b484f3653
* Remove yet more fixed-length buffers (and their overruns).Elliott Hughes2015-04-171-3/+3
| | | | | Bug: 20317724 Change-Id: If137fc96f5f23576ccecd388ac87afefa47337c6
* Switch usb_linux_client to C++.Elliott Hughes2015-04-161-0/+515
Change-Id: I8172e81e6c4665aa16e9e8e0c33b048dbb9ad848