]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: add isochronous support to gadget zero
authorPaul Zimmerman <Paul.Zimmerman@synopsys.com>
Mon, 16 Apr 2012 21:19:06 +0000 (14:19 -0700)
committerFelipe Balbi <balbi@ti.com>
Fri, 4 May 2012 12:53:08 +0000 (15:53 +0300)
commitb4036ccdd2ce5ec0c4f29b91312dd3cf19fc9152
treeb48719669536a489f842b1a8d55fd73a69055066
parent20c5e74c7b47cefaf2cd0f84bdb4830b66452384
usb: gadget: add isochronous support to gadget zero

Add two isochronous endpoints to the gadget zero source/sink
function. They are enabled by selecting alternate interface 1, so
by default they are not enabled. Module parameters for setting all
the isoc endpoint characteristics are also provided.

Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/f_loopback.c
drivers/usb/gadget/f_sourcesink.c
drivers/usb/gadget/g_zero.h
drivers/usb/gadget/zero.c