original_kernel/drivers/usb/gadget
David Brownell a400cadc07 usb gadget zero: split out source/sink config
This splits the gadget zero "source/sink" configuration into a standalone
"configuration driver", building on the composite gadget framework code.
It doesn't yet pull the original code out of gadget zero or update how
that driver is built.

Neither this, nor its sibling "loopback" configuration, is a function
driver that can be combined with other functions.  (The host "usbtest"
driver wouldn't know how to deal with that!)  However the code becomes
simpler because of this conversion, so it's a net win.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-07-21 15:16:02 -07:00
..
Kconfig
Makefile usb gadget: use new serial core 2008-07-21 15:15:59 -07:00
amd5536udc.c
amd5536udc.h
at91_udc.c USB: at91_udc: updated fifo sizes 2008-07-21 15:15:58 -07:00
at91_udc.h
atmel_usba_udc.c
atmel_usba_udc.h
composite.c usb gadget: composite gadget core 2008-07-21 15:16:01 -07:00
config.c usb gadget: descriptor copying support 2008-07-21 15:16:00 -07:00
dummy_hcd.c
epautoconf.c usb gadget: descriptor copying support 2008-07-21 15:16:00 -07:00
ether.c
f_sourcesink.c usb gadget zero: split out source/sink config 2008-07-21 15:16:02 -07:00
file_storage.c
fsl_usb2_udc.c
fsl_usb2_udc.h
g_zero.h usb gadget zero: split out source/sink config 2008-07-21 15:16:02 -07:00
gadget_chips.h
gmidi.c
goku_udc.c
goku_udc.h
inode.c
lh7a40x_udc.c
lh7a40x_udc.h
m66592-udc.c
m66592-udc.h
ndis.h
net2280.c
net2280.h
omap_udc.c
omap_udc.h
printer.c
pxa25x_udc.c
pxa25x_udc.h
pxa27x_udc.c
pxa27x_udc.h
rndis.c USB: rndis: switch to seq_files 2008-07-21 15:15:57 -07:00
rndis.h USB: remove CVS keywords 2008-07-21 15:15:55 -07:00
s3c2410_udc.c
s3c2410_udc.h
serial.c usb gadget: use new serial core 2008-07-21 15:15:59 -07:00
u_serial.c usb gadget: split out serial core 2008-07-21 15:15:59 -07:00
u_serial.h usb gadget: split out serial core 2008-07-21 15:15:59 -07:00
usbstring.c
zero.c