From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [PATCH] usb-gadget-mode: Add defaults for omap3-pandora and fix broken script.
Date: Sat, 30 May 2009 14:36:45 +0200 [thread overview]
Message-ID: <gvr98t$m7g$1@ger.gmane.org> (raw)
In-Reply-To: <32175.6964237013$1243684428@news.gmane.org>
On 30-05-09 13:51, John Willis wrote:
> 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>
Applied, I'll push it out with the rest of my commits next week
regards,
Koen
>
> ---
> .../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 \
next parent reply other threads:[~2009-05-30 12:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <32175.6964237013$1243684428@news.gmane.org>
2009-05-30 12:36 ` Koen Kooi [this message]
2009-05-30 11:51 [PATCH] usb-gadget-mode: Add defaults for omap3-pandora and fix broken script John Willis
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='gvr98t$m7g$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@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.