
+Marek, Tom,
On Tue, Oct 17, 2017 at 11:14 AM, Suneel Garapati suneelglinux@gmail.com wrote:
Hi Bin/Simon,
Request to know if this will be applied for v2017.11
Not sure which of you should pick this up for v2017.11.
Regards, Suneel
Suneel, please avoid top-posting next time. thanks!
On Sun, Sep 24, 2017 at 7:13 PM, Simon Glass sjg@chromium.org wrote:
On 20 September 2017 at 23:09, Suneel Garapati suneelglinux@gmail.com wrote:
add blk child devices to ignore list while displaying usb tree graph, also preamble should not be set for blk child devices. add usb_emul to ignore list in usb_show_info. otherwise usb tree and info commands may cause crash treating blk as usb device.
Signed-off-by: Suneel Garapati suneelglinux@gmail.com Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com
Changes v5:
- add usb_emul to ignore list in usb_show_info
- modify description
Changes v4:
- do not set preamble if child is block device for mass storage
Changes v3:
- remove 'check on parent uclass' in description
Changes v2:
- remove check on parent uclass
Changes v1:
- add separate check on blk uclass
- modify description
- add separate check on parent uclass as usb
cmd/usb.c | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Regards, Bin