public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] usb gadget: don't build small version if usbgadgetfs is selected
@ 2006-05-25  7:22 Milan Svoboda
  0 siblings, 0 replies; only message in thread
From: Milan Svoboda @ 2006-05-25  7:22 UTC (permalink / raw)
  To: linux-kernel

[-- 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





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

only message in thread, other threads:[~2006-05-25  7:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25  7:22 [PATCH 5/5] usb gadget: don't build small version if usbgadgetfs is selected Milan Svoboda

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