<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/usb/atm/xusbatm.c, branch linux-4.3.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2015-05-10T14:01:13Z</updated>
<entry>
<title>USB: xusbatm.c: move assignment out of if () block</title>
<updated>2015-05-10T14:01:13Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2015-04-30T09:33:08Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=de5198815100a9bcb7b79b4baf2716c37d3fbeeb'/>
<id>urn:sha1:de5198815100a9bcb7b79b4baf2716c37d3fbeeb</id>
<content type='text'>
We should not be doing assignments within an if () block
so fix up the code to not do this.

change was created using Coccinelle.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Reviewed-by: Felipe Balbi &lt;balbi@ti.com&gt;
</content>
</entry>
<entry>
<title>usb: Use eth_random_addr</title>
<updated>2012-07-17T05:39:07Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2012-07-13T05:33:11Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=006c9139f7a90d3419381a59ac76f42612f94c14'/>
<id>urn:sha1:006c9139f7a90d3419381a59ac76f42612f94c14</id>
<content type='text'>
Convert the existing uses of random_ether_addr to
the new eth_random_addr.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Acked-by: Felipe Balbi &lt;balbi@ti.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>USB: xusbatm.c: remove dbg() usage</title>
<updated>2012-05-02T04:33:30Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-05-02T04:33:30Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4ed48e5e8b308299bfc4bbad6bb008743f40fa5c'/>
<id>urn:sha1:4ed48e5e8b308299bfc4bbad6bb008743f40fa5c</id>
<content type='text'>
dbg() was a very old USB-specific macro that should no longer
be used. This patch removes it from being used in the driver
and uses dev_dbg() instead.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>usb: atm: fixed spacing and indentation coding style issues</title>
<updated>2010-08-10T21:35:35Z</updated>
<author>
<name>Nicolas Kaiser</name>
<email>nikai@nikai.net</email>
</author>
<published>2010-06-17T09:55:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=16f76a7654cf603ca13543e4f914ec8b6cd9ffb2'/>
<id>urn:sha1:16f76a7654cf603ca13543e4f914ec8b6cd9ffb2</id>
<content type='text'>
Fixed spacing and indentation coding style issues.

Signed-off-by: Nicolas Kaiser &lt;nikai@nikai.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: remove warn() macro from usb drivers</title>
<updated>2008-10-17T21:41:09Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-08-14T16:37:34Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3b6004f3b5a8b4506fa8dee29667aed44913a990'/>
<id>urn:sha1:3b6004f3b5a8b4506fa8dee29667aed44913a990</id>
<content type='text'>
USB should not be having it's own printk macros, so remove warn() and
use the system-wide standard of dev_warn() wherever possible.  In the
few places that will not work out, use a basic printk().

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>signedness: module_param_array nump argument</title>
<updated>2007-10-14T19:41:52Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2007-10-14T18:35:30Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=64a6f9500d8e8a8e1b1adc2120e56cc88df5727f'/>
<id>urn:sha1:64a6f9500d8e8a8e1b1adc2120e56cc88df5727f</id>
<content type='text'>
... should be unsigned int

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] USBATM: remove no-longer needed #include</title>
<updated>2006-06-21T22:04:09Z</updated>
<author>
<name>Duncan Sands</name>
<email>duncan.sands@math.u-psud.fr</email>
</author>
<published>2006-04-28T16:58:57Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a01c4ef1cc9622fcce5c10ddb8e9e7f76206959e'/>
<id>urn:sha1:a01c4ef1cc9622fcce5c10ddb8e9e7f76206959e</id>
<content type='text'>
We #include &lt;linux/netdevice.h&gt; only because &lt;linux/etherdevice.h&gt;
needed it, but didn't #include it itself.  But that's been fixed now.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USBATM: allow isochronous transfer</title>
<updated>2006-02-01T01:23:40Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2006-01-13T09:59:23Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=80aae7a17afd21f7ba900dd566fb23a2444021f8'/>
<id>urn:sha1:80aae7a17afd21f7ba900dd566fb23a2444021f8</id>
<content type='text'>
While the usbatm core has had some support for using isoc urbs
for some time, there was no way for users to turn it on.  While
use of isoc transfer should still be considered experimental, it
now works well enough to let users turn it on.  Minidrivers signal
to the core that they want to use isoc transfer by setting the new
UDSL_USE_ISOC flag.  The speedtch minidriver gets a new module
parameter enable_isoc (defaults to false), plus some logic that
checks for the existence of an isoc receive endpoint (not all
speedtouch modems have one).

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USBATM: xusbatm rewrite</title>
<updated>2006-02-01T01:23:39Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2006-01-13T08:48:36Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=233c08e0ff303e659a9003d49b15608f59f08a64'/>
<id>urn:sha1:233c08e0ff303e659a9003d49b15608f59f08a64</id>
<content type='text'>
The xusbatm driver is for otherwise unsupported modems.
All it does is grab hold of a user-specified set of
interfaces - the generic usbatm core methods (hopefully)
do the rest.  As Aurelio Arroyo discovered when he tried
to use xusbatm (big mistake!), the interface grabbing logic
was completely borked.  Here is a rewrite that works.

Signed-off-by:	Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] USBATM: remove .owner</title>
<updated>2006-02-01T01:23:39Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2006-01-13T08:36:20Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0dfcd3e4444e88285ee7c199d0cbda21551d8c5d'/>
<id>urn:sha1:0dfcd3e4444e88285ee7c199d0cbda21551d8c5d</id>
<content type='text'>
Remove the unused .owner field in struct usbatm_driver.

Signed-off-by: Duncan Sands &lt;baldrick@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
