<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/ccg/Makefile, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2013-03-14T22:27:31Z</updated>
<entry>
<title>Staging: ccg: delete it from the tree</title>
<updated>2013-03-14T22:27:31Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2013-03-14T22:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=515e6dd20b3ff1acc94d026935fc4be080a224c5'/>
<id>urn:sha1:515e6dd20b3ff1acc94d026935fc4be080a224c5</id>
<content type='text'>
Now that it isn't in the build, just delete the ccg driver from the tree
entirely.

Cc: John Stultz &lt;john.stultz@linaro.org&gt;
Cc: Paul Bolle &lt;pebolle@tiscali.nl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: ccg: include all sourced files</title>
<updated>2012-09-10T12:35:35Z</updated>
<author>
<name>Sebastian Andrzej Siewior</name>
<email>bigeasy@linutronix.de</email>
</author>
<published>2012-09-06T18:11:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e220ff75db3c1195814c2ad5ada11f71b011d000'/>
<id>urn:sha1:e220ff75db3c1195814c2ad5ada11f71b011d000</id>
<content type='text'>
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 &lt;bigeasy@linutronix.de&gt;
Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>staging: usb: gadget: Add Configurable Composite Gadget driver</title>
<updated>2012-05-16T12:31:42Z</updated>
<author>
<name>Mike Lockwood</name>
<email>lockwood@android.com</email>
</author>
<published>2012-05-16T10:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=332bb43f7c4baea2a0dce7ae2c078c55e14d37b5'/>
<id>urn:sha1:332bb43f7c4baea2a0dce7ae2c078c55e14d37b5</id>
<content type='text'>
The Configurable Gadget driver is a composite driver that allows
userspace to change at runtime the list of functions enabled in
its configuration and to configure these functions. It supports
multiple functions: acm, rndis, and mass storage.

It is usually controlled by a daemon that changes the configuration
based on user settings. For example, rndis is enabled when the user
enables sharing the phone data connection.

As an example on how to use it, the following shell commands will
make the gadget disconnect from the host and make it be re-enumerated
as a composite with 1 rndis and 2 acm interfaces, and a different
product id:

echo 0       &gt; /sys/class/ccg_usb/ccg0/enable
echo rndis,acm &gt; /sys/class/ccg_usb/ccg0/functions
echo 2       &gt; /sys/class/ccg_usb/ccg0/f_acm/instances
echo -n 0x2d01 &gt; /sys/module/g_ccg/parameters/idProduct
echo 1       &gt; /sys/class/ccg_usb/ccg0/enable

The driver requires a gadget controller that supports software
control of the D+ pullup and the controller driver must support
disabling the pullup during composite_bind.

Signed-off-by: Mike Lockwood &lt;lockwood@android.com&gt;
Signed-off-by: Benoit Goby &lt;benoit@android.com&gt;
	[import from android.c, implement review comments, remove adb,mtp,ptp,accessory]
Signed-off-by: Andrzej Pietrasiewicz &lt;andrzej.p@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
