Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] usb-gadget-mode: add support for multi gadget
@ 2011-07-13 17:21 Howard D. Gray
  0 siblings, 0 replies; only message in thread
From: Howard D. Gray @ 2011-07-13 17:21 UTC (permalink / raw)
  To: openembedded-devel

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-13 17:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 17:21 [PATCH] usb-gadget-mode: add support for multi gadget Howard D. Gray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox