commit | aac89db8a541f609d8268966f7b3ded44da03bd1 | [log] [tgz] |
---|---|---|
author | Patrick Tjin <pattjin@google.com> | Fri Jul 11 08:59:01 2014 -0700 |
committer | Patrick Tjin <pattjin@google.com> | Fri Jul 11 14:15:30 2014 -0700 |
tree | 61194822299c396e38ea8f70a235f6d46a8b8ae9 | |
parent | 56cbd19b1b8a42a0011be78aa1051304bc57127d [diff] |
Scan all descriptors when checking for fastboot For Linux, the USB code was only looking at the first descriptor when searching for the fastboot interface which caused some devices to not be found. Also clarify some code by using the actual USB structures instead of void or char pointers. Change-Id: I9e4871c4d477ac10ba75bb17a955f176809af289 Signed-off-by: Patrick Tjin <pattjin@google.com>