The patch titled usb gadget: don't build small version if usbgadgetfs is selected has been added to the -mm tree. Its filename is usb-gadget-dont-build-small-version-if-usbgadgetfs.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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-update-inodec-to-support-full-speed-only.patch usb-gadget-update-pxa2xx_udcc-and-arch-dependent-files.patch usb-gadget-update-pxa2xx_udcc-driver-to-fully-support.patch usb-gadget-clean-udch.patch 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