commit | cd8f86fed17cbfd13f8ceb756c1f43696cc52bcc | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Dec 21 09:35:08 2016 +0100 |
committer | Marek Vasut <marek.vasut@gmail.com> | Tue Jan 17 10:26:21 2017 +0100 |
tree | 870a2ad03a0680e4dc9444c5fa873a5f296a7775 | |
parent | c6583a1ab8aa12ddf0a7106d2e646db2105deab8 [diff] |
usb: storage: Show number of storage devices detected for DM_USB By enabling DM_USB information about number of storage devices was lost. Get this information back simply by printing number of devices detected via BLK uclass. For example: scanning bus 0 for devices... 7 USB Device(s) found scanning usb for storage devices... 3 Storage Device(s) found scanning usb for ethernet devices... 0 Ethernet Device(s) found Signed-off-by: Michal Simek <michal.simek@xilinx.com>