The patch titled usb gadget: don't build small version if usbgadgetfs is selected has been removed from the -mm tree. Its filename is usb-gadget-dont-build-small-version-if-usbgadgetfs.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: usb gadget: don't build small version if usbgadgetfs is selected From: Milan Svoboda <msvoboda@xxxxxxxxxxxxxxx> 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. Signed-off-by: Milan Svoboda <msvoboda@xxxxxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/usb/gadget/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/usb/gadget/Kconfig~usb-gadget-dont-build-small-version-if-usbgadgetfs drivers/usb/gadget/Kconfig --- 25/drivers/usb/gadget/Kconfig~usb-gadget-dont-build-small-version-if-usbgadgetfs Thu May 25 11:58:38 2006 +++ 25-akpm/drivers/usb/gadget/Kconfig Thu May 25 11:58:38 2006 @@ -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 _ Patches currently in -mm which might be from msvoboda@xxxxxxxxxxxxxxx are usb-gadget-dont-build-small-version-if-usbgadgetfs.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html