Hi Denis, On 1/28/2011 2:56 AM, Daniel Walker wrote: > On Thu, 2011-01-27 at 22:12 +0100, Denis 'GNUtoo' Carikli wrote: >> Hi, >> >> I've that: >> drivers/usb/gadget/ci13xxx_msm.c: In function >> 'ci13xxx_msm_notify_event': >> drivers/usb/gadget/ci13xxx_msm.c:42:3: error: 'USB_AHBBURST' undeclared >> (first use in this function) >> drivers/usb/gadget/ci13xxx_msm.c:42:3: note: each undeclared identifier >> is reported only once for each function it appears in >> drivers/usb/gadget/ci13xxx_msm.c:43:3: error: 'USB_AHBMODE' undeclared >> (first use in this function) >> make[2]: *** [drivers/usb/gadget/ci13xxx_msm.o] Error 1 >> make[1]: *** [drivers/usb/gadget] Error 2 >> make[1]: *** Waiting for unfinished jobs.... >> >> here's my setup: >> * linux-next/master >> ( git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git ) at >> 47db3d1b0b3d69c6e977158ac354a972b81677bd >> * trout(also known as htc dream or G1) board >> >> Should I include my defconfig? >> Should I include more details? >> Am I using the gadget wrong driver? >> AHBMODE register offset is different for trout and AHBBURST register is not present in trout. MSM gadget driver is supported only for QSD8x50 and MSM7x30 boards. USB support is not added for trout which uses an external PHY unlike the other targets. Please disable USB support in your defconfig. Thanks, Pavan -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html