All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Howard D. Gray" <howard.gray@matrix-vision.de>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] usb-gadget-mode: add support for multi gadget
Date: Wed, 13 Jul 2011 19:21:59 +0200	[thread overview]
Message-ID: <4E1DD437.90700@matrix-vision.de> (raw)

This adds support for using the multi gadget ("g_multi" kernel module)
as the default USB gadget mode.




Signed-off-by: Howard D. Gray <howard.gray@matrix-vision.de>
---
 recipes/usb-gadget-mode/files/usb-gadget   |    1 +
 recipes/usb-gadget-mode/usb-gadget-mode.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/usb-gadget-mode/files/usb-gadget
b/recipes/usb-gadget-mode/files/usb-gadget
index 8da88ad..aa9c615 100755
--- a/recipes/usb-gadget-mode/files/usb-gadget
+++ b/recipes/usb-gadget-mode/files/usb-gadget
@@ -31,6 +31,7 @@ go() {
 	composite)	setup_usb g_cdc ;;
 	serial)		setup_usb g_serial ;;
 	storage)	setup_usb g_file_storage ;;
+	multi)		setup_usb g_multi ;;
 	hostmode)	unload_usb_gadgets
 			setup_usb ohci_hcd ;;
 	none)		unload_usb_gadgets ;;
diff --git a/recipes/usb-gadget-mode/usb-gadget-mode.bb
b/recipes/usb-gadget-mode/usb-gadget-mode.bb
index aa0f76e..a32c155 100644
--- a/recipes/usb-gadget-mode/usb-gadget-mode.bb
+++ b/recipes/usb-gadget-mode/usb-gadget-mode.bb
@@ -9,7 +9,7 @@ DESCRIPTION = "Manage the default USB gadget mode"
 SECTION = "console/network"
 LICENSE = "GPL"
 PV = "0.0.2"
-PR = "r8"
+PR = "r9"

 SRC_URI = "\
   file://usb-gadget.conf \
-- 
1.7.0.4



MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Erhard Meier



                 reply	other threads:[~2011-07-13 17:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4E1DD437.90700@matrix-vision.de \
    --to=howard.gray@matrix-vision.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.