Thank you. I've created 2 endpoints. I've defined the endpoint descriptors in the driver. The IN bEndpointAddress = 0x80 and the OUT endpoint has bEndpointAddress = 0x00. These values are being modified in epautoconf.c to 0x81 and 0x01. On the Windows host though, I still see that the gadget's endpoint addresses are 0x80 and 0x00. Where else could these values be overwritten? On Wed, Dec 3, 2014 at 3:28 PM, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > On Wed, Dec 03, 2014 at 03:07:11PM -0600, Priya S wrote: >> Hi, >> >> I'm trying to modify the USB Audio Class 1 (UAC1) audio gadget driver >> to make it capable of both sending and receiving audio from the host. >> Currently it can only receive audio from the host. >> >> I've been having some issues modifying the driver. Is this the right >> mailing list to post questions about this? > > Yes it is, ask away! > > greg k-h -- 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