Re: [PATCH v2] scripts: imx imx-usb-loader: add usb path support

2017-03-02 Thread Sascha Hauer
On Thu, Mar 02, 2017 at 03:43:12PM +0100, Oleksij Rempel wrote: > In some cases we need to work with more than one device attached > to one host. For this situation we need path filter to make sure > we talk with proper device. > > Signed-off-by: Oleksij Rempel > --- > changes v1: > - move loc

[PATCH v2] scripts: imx imx-usb-loader: add usb path support

2017-03-02 Thread Oleksij Rempel
In some cases we need to work with more than one device attached to one host. For this situation we need path filter to make sure we talk with proper device. Signed-off-by: Oleksij Rempel --- changes v1: - move loc before first if - fix comment style scripts/imx/imx-usb-loader.c | 99 +++