Hi, On Wed, Jan 28, 2009 at 8:45 AM, David Brownell <david-b@xxxxxxxxxxx> wrote: > On Tuesday 27 January 2009, Tony Lindgren wrote: >> * Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx> [090127 14:50]: >> > Now that the usb_port_suspend() build error is fixed in 2.6.29-rc1-git6, >> > n770_defconfig and omap_apollon_2420_defconfig now suffers from: >> > >> > drivers/built-in.o: In function `ohci_omap_init': >> > hid-quirks.c:(.text+0x6c620): undefined reference to `otg_get_transceiver' >> > drivers/built-in.o: In function `omap_udc_probe': >> > hid-quirks.c:(.init.text+0x34c0): undefined reference to `otg_get_transceiver' >> > hid-quirks.c:(.init.text+0x3d40): undefined reference to `otg_put_transceiver' >> >> Adding linux-usb to the list hoping there's already a fix for this. > > Scheduled for 2.6.29-soon: > > http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6 > /gregkh-02-usb.current/usb-omap1-ohci-buildfix.patch > Also need following patch in case of usb gadget only. Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> --- diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 3219d13..b26d6e6 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -191,6 +191,7 @@ config USB_GADGET_OMAP boolean "OMAP USB Device Controller" depends on ARCH_OMAP select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H4_OTG + select USB_OTG_UTILS if ARCH_OMAP help Many Texas Instruments OMAP processors have flexible full speed USB device controllers, with support for up to 30 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html