From: "John Willis" <John.Willis@Distant-earth.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [PATCH] usb-gadget-mode: Add defaults for omap3-pandora and fix broken script.
Date: Sat, 30 May 2009 12:51:50 +0100 [thread overview]
Message-ID: <002401c9e11d$0adf0920$209d1b60$@Willis@Distant-earth.com> (raw)
Add default usb-gadget mode for the omap3-pandora and fix typo in
recipes/usb-gadget-mode/files/usb-gadget that breaks package.
Signed-off-by: John Willis <John.Willis@Distant-earth.com>
---
.../files/omap3-pandora/usb-gadget.conf | 3 +++
recipes/usb-gadget-mode/files/usb-gadget | 2 +-
recipes/usb-gadget-mode/usb-gadget-mode.bb | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
create mode 100755
recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf
mode change 100644 => 100755 recipes/usb-gadget-mode/usb-gadget-mode.bb
diff --git a/recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf
b/recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf
new file mode 100755
index 0000000..35ff0d4
--- /dev/null
+++ b/recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf
@@ -0,0 +1,3 @@
+USB_MODE="composite"
+MODULE_OPTIONS=""
+
diff --git a/recipes/usb-gadget-mode/files/usb-gadget
b/recipes/usb-gadget-mode/files/usb-gadget
index c9ff2f0..0e6b39f 100755
--- a/recipes/usb-gadget-mode/files/usb-gadget
+++ b/recipes/usb-gadget-mode/files/usb-gadget
@@ -26,7 +26,7 @@ go() {
networking) setup_usb g_ether "$MODULE_OPTIONS" ;;
zero) setup_usb g_zero "$MODULE_OPTIONS" ;;
midi) setup_usb g_midi "$MODULE_OPTIONS" ;;
- printer setup_usb g_printer "$MODULE_OPTIONS" ;;
+ printer) setup_usb g_printer "$MODULE_OPTIONS" ;;
gadgetfs) setup_usb gadgetfs "$MODULE_OPTIONS" ;;
composite) setup_usb g_cdc "$MODULE_OPTIONS" ;;
storage) setup_usb g_file_storage "$MODULE_OPTIONS" ;;
diff --git a/recipes/usb-gadget-mode/usb-gadget-mode.bb
b/recipes/usb-gadget-mode/usb-gadget-mode.bb
old mode 100644
new mode 100755
index cc00a88..e6e8e51
--- 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 = "r2"
+PR = "r3"
SRC_URI = "\
file://usb-gadget.conf \
--
1.6.3.1
next reply other threads:[~2009-05-30 12:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-30 11:51 John Willis [this message]
[not found] <32175.6964237013$1243684428@news.gmane.org>
2009-05-30 12:36 ` [PATCH] usb-gadget-mode: Add defaults for omap3-pandora and fix broken script Koen Kooi
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='002401c9e11d$0adf0920$209d1b60$@Willis@Distant-earth.com' \
--to=john.willis@distant-earth.com \
--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.