staging: ccg: include all sourced files
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 6 Sep 2012 18:11:06 +0000 (20:11 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 10 Sep 2012 12:35:35 +0000 (15:35 +0300)
commite220ff75db3c1195814c2ad5ada11f71b011d000
tree0c00e1483387089559b574171ae0cd790b5eeb30
parent93952956c7078eb41058c5ccc5b34ae6cf59bb64
staging: ccg: include all sourced files

This Android gadget includes a bunch of .c files. Fixing normal gadgets
is not the real problem but this gadget is not always fixable since the
problem here are fundumential / design.

*I* wanted to get this removed but other people want to keep it even
though there were reports that Android itself is not using it. Some
poeple think that it is better to have this instead of nothing and other
argue that they need sdb and mass storage gadget. The sdb function is
not provided by ccg so I don't see the point of this. I don't see any
logical reasoning behind it and I decided that it is time for retreat.

This patch brings all dependencies of ccg into staging so I can do
whatever I want in drivers/usb/gadget without breaking ccg.

Cc: devel@driverdev.osuosl.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
20 files changed:
drivers/staging/ccg/Makefile
drivers/staging/ccg/ccg.c
drivers/staging/ccg/composite.c [new file with mode: 0644]
drivers/staging/ccg/composite.h [new file with mode: 0644]
drivers/staging/ccg/config.c [new file with mode: 0644]
drivers/staging/ccg/epautoconf.c [new file with mode: 0644]
drivers/staging/ccg/f_acm.c [new file with mode: 0644]
drivers/staging/ccg/f_fs.c [new file with mode: 0644]
drivers/staging/ccg/f_mass_storage.c [new file with mode: 0644]
drivers/staging/ccg/f_rndis.c [new file with mode: 0644]
drivers/staging/ccg/gadget_chips.h [new file with mode: 0644]
drivers/staging/ccg/ndis.h [new file with mode: 0644]
drivers/staging/ccg/rndis.c [new file with mode: 0644]
drivers/staging/ccg/rndis.h [new file with mode: 0644]
drivers/staging/ccg/storage_common.c [new file with mode: 0644]
drivers/staging/ccg/u_ether.c [new file with mode: 0644]
drivers/staging/ccg/u_ether.h [new file with mode: 0644]
drivers/staging/ccg/u_serial.c [new file with mode: 0644]
drivers/staging/ccg/u_serial.h [new file with mode: 0644]
drivers/staging/ccg/usbstring.c [new file with mode: 0644]