From: Milan Svoboda <msvoboda@ra.rockwell.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 5/5] usb gadget: don't build small version if usbgadgetfs is selected
Date: Thu, 25 May 2006 09:22:29 +0200 [thread overview]
Message-ID: <44755B35.1040809@ra.rockwell.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
From: Milan Svoboda <msvoboda@ra.rockwell.com>
usbgadgetfs allows userspace to open as many enpoints as it
needs. It's not good to limit number of endpoints by the udc
driver in this case.
This patch is against 2.6.16.13.
Signed-off-by: Milan Svoboda <msvoboda@ra.rockwell.com>
---
[-- Attachment #2: Kconfig.patch --]
[-- Type: text/plain, Size: 368 bytes --]
--- orig/drivers/usb/gadget/Kconfig 2006-05-15 10:20:49.000000000 +0000
+++ new_gadget/drivers/usb/gadget/Kconfig 2006-05-15 12:02:58.000000000 +0000
@@ -117,6 +117,7 @@ config USB_PXA2XX_SMALL
depends on USB_GADGET_PXA2XX
bool
default n if USB_ETH_RNDIS
+ default n if USB_GADGETFS
default y if USB_ZERO
default y if USB_ETH
default y if USB_G_SERIAL
reply other threads:[~2006-05-25 7:22 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=44755B35.1040809@ra.rockwell.com \
--to=msvoboda@ra.rockwell.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox