mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/3] libusbgx: fix show-udcs
Date: Tue,  5 Oct 2021 14:08:54 +0200	[thread overview]
Message-ID: <20211005120856.2838-1-m.grzeschik@pengutronix.de> (raw)

Enabling SHOW_UDCS was installing show-gadgets instead of
show-udcs. This patch fixes that.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
 rules/libusbgx.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/libusbgx.make b/rules/libusbgx.make
index 724d1a3d8..d2f31f52e 100644
--- a/rules/libusbgx.make
+++ b/rules/libusbgx.make
@@ -66,7 +66,7 @@ ifdef PTXCONF_SHOW_GADGETS
 endif
 
 ifdef PTXCONF_SHOW_UDCS
-	@$(call install_copy, libusbgx, 0, 0, 0755, -, /usr/bin/show-gadgets)
+	@$(call install_copy, libusbgx, 0, 0, 0755, -, /usr/bin/show-udcs)
 endif
 
 ifdef PTXCONF_GADGET_VID_PID_REMOVE
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


             reply	other threads:[~2021-10-05 12:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-05 12:08 Michael Grzeschik [this message]
2021-10-05 12:08 ` [ptxdist] [PATCH 2/3] libusbgx: fixes libconfig and disabling documentation Michael Grzeschik
2021-10-20  9:39   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-10-05 12:08 ` [ptxdist] [PATCH v2 3/3] gt: add gadget-tool Michael Grzeschik
2021-10-20  9:39   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-10-20  9:39 ` [ptxdist] [APPLIED] libusbgx: fix show-udcs Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211005120856.2838-1-m.grzeschik@pengutronix.de \
    --to=m.grzeschik@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox