* [PATCH] scripts: imx imx-usb-loader: warn if device was excluded by path option
@ 2017-03-03 10:38 Oleksij Rempel
2017-03-06 7:13 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Oleksij Rempel @ 2017-03-03 10:38 UTC (permalink / raw)
To: barebox; +Cc: Oleksij Rempel
notify user about the reason why device was ignored by imx-usb-loader.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
scripts/imx/imx-usb-loader.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/imx/imx-usb-loader.c b/scripts/imx/imx-usb-loader.c
index e8d746785..b2c9f8f5a 100644
--- a/scripts/imx/imx-usb-loader.c
+++ b/scripts/imx/imx-usb-loader.c
@@ -243,6 +243,8 @@ static int device_location_equal(libusb_device *device, const char *location)
/* walked the full path, all elements match */
if (path_step == path_len)
result = 1;
+ else
+ fprintf(stderr, " excluded by device path option\n");
done:
free(loc);
--
2.11.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] scripts: imx imx-usb-loader: warn if device was excluded by path option
2017-03-03 10:38 [PATCH] scripts: imx imx-usb-loader: warn if device was excluded by path option Oleksij Rempel
@ 2017-03-06 7:13 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2017-03-06 7:13 UTC (permalink / raw)
To: Oleksij Rempel; +Cc: barebox
On Fri, Mar 03, 2017 at 11:38:41AM +0100, Oleksij Rempel wrote:
> notify user about the reason why device was ignored by imx-usb-loader.
>
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
> scripts/imx/imx-usb-loader.c | 2 ++
> 1 file changed, 2 insertions(+)
Applied, thanks
Sascha
>
> diff --git a/scripts/imx/imx-usb-loader.c b/scripts/imx/imx-usb-loader.c
> index e8d746785..b2c9f8f5a 100644
> --- a/scripts/imx/imx-usb-loader.c
> +++ b/scripts/imx/imx-usb-loader.c
> @@ -243,6 +243,8 @@ static int device_location_equal(libusb_device *device, const char *location)
> /* walked the full path, all elements match */
> if (path_step == path_len)
> result = 1;
> + else
> + fprintf(stderr, " excluded by device path option\n");
>
> done:
> free(loc);
> --
> 2.11.0
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-06 7:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03 10:38 [PATCH] scripts: imx imx-usb-loader: warn if device was excluded by path option Oleksij Rempel
2017-03-06 7:13 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox