<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/net/usb/hso.c, branch v2.6.27.24</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>hso: rfkill type should be WWAN</title>
<updated>2009-02-12T17:31:13+00:00</updated>
<author>
<name>Paulius Zaleckas</name>
<email>paulius.zaleckas@teltonika.lt</email>
</author>
<published>2008-11-04T11:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=07d1f490932233348ff4a15d82f9d294df4c1b65'/>
<id>07d1f490932233348ff4a15d82f9d294df4c1b65</id>
<content type='text'>
commit db053c6b447d083f3c63e5540b70a3e521b468ca upstream.

Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@teltonika.lt&gt;
Cc: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
Signed-off-by: Frank Seidel &lt;fseidel@suse.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit db053c6b447d083f3c63e5540b70a3e521b468ca upstream.

Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@teltonika.lt&gt;
Cc: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
Signed-off-by: Frank Seidel &lt;fseidel@suse.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>[netdrvr] hso: dev_kfree_skb crash fix</title>
<updated>2008-08-27T09:36:47+00:00</updated>
<author>
<name>Denis Joseph Barrow</name>
<email>D.Barow@option.com</email>
</author>
<published>2008-08-20T01:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c213f286f2cf6590f83f541f66a625ee8d20c6f4'/>
<id>c213f286f2cf6590f83f541f66a625ee8d20c6f4</id>
<content type='text'>
Fixes dev_kfree_skb happening too many times when hso_start_net_device
is called from hso_resume.

Signed-off-by: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes dev_kfree_skb happening too many times when hso_start_net_device
is called from hso_resume.

Signed-off-by: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[netdrvr] hso: icon 322 detection fix</title>
<updated>2008-08-27T09:36:39+00:00</updated>
<author>
<name>Denis Joseph Barrow</name>
<email>D.Barow@option.com</email>
</author>
<published>2008-08-20T01:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=95eacee870a521d2647f42c4f670cd65a145a6bd'/>
<id>95eacee870a521d2647f42c4f670cd65a145a6bd</id>
<content type='text'>
Fixes Icon-322 detection.

Signed-off-by: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Icon-322 detection.

Signed-off-by: Denis Joseph Barrow &lt;D.Barow@option.com&gt;
Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>USB: HSO: minor fixes due to code review</title>
<updated>2008-08-14T08:43:48+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-08-08T19:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0235f64175db41fa17a6ce5c9b58fd3550986eb4'/>
<id>0235f64175db41fa17a6ce5c9b58fd3550986eb4</id>
<content type='text'>
Fix up problems in hso.c driver as pointed out by Andrew.

Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix up problems in hso.c driver as pointed out by Andrew.

Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>USB: HSO: make tty_operations const</title>
<updated>2008-08-14T08:43:47+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-08-08T19:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6c59f56978c3dffd447176d218bc5852842c9ce9'/>
<id>6c59f56978c3dffd447176d218bc5852842c9ce9</id>
<content type='text'>
As recommended by Arjan.

Cc: Arjan van de Ven &lt;arjan@infradead.org&gt;
Cc: Andrew Bird &lt;ajb@spheresystems.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As recommended by Arjan.

Cc: Arjan van de Ven &lt;arjan@infradead.org&gt;
Cc: Andrew Bird &lt;ajb@spheresystems.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hso: fix refcounting on the ttyHSx devices</title>
<updated>2008-08-14T08:43:46+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>blino@mandriva.com</email>
</author>
<published>2008-08-08T19:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6d558a52ba295fc1c281c671d7daab2f74ddb4f2'/>
<id>6d558a52ba295fc1c281c671d7daab2f74ddb4f2</id>
<content type='text'>
The references on ttyHSx devices were not decremented correctly when
the tty was closed. The helper freeing the serial devices was never
called because of that, and the module left some dangling sysfs
devices after being unloaded.

Signed-off-by: Olivier Blin &lt;blino@mandriva.com&gt;
Cc: Jari Tenhunen &lt;jari.tenhunen@iki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The references on ttyHSx devices were not decremented correctly when
the tty was closed. The helper freeing the serial devices was never
called because of that, and the module left some dangling sysfs
devices after being unloaded.

Signed-off-by: Olivier Blin &lt;blino@mandriva.com&gt;
Cc: Jari Tenhunen &lt;jari.tenhunen@iki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hso: fix oops in read/write callbacks</title>
<updated>2008-08-14T08:43:45+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>blino@mandriva.com</email>
</author>
<published>2008-08-08T19:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=add477df674db00377d9a4dc0d9b553ce79bc06d'/>
<id>add477df674db00377d9a4dc0d9b553ce79bc06d</id>
<content type='text'>
The tty may be closed already when the read/write callbacks are called.
This patch checks that the ttys still exist before waking them up.

Signed-off-by: Olivier Blin &lt;blino@mandriva.com&gt;
Acked-by: Alan Cox &lt;alan@redhat.com&gt;
Cc: Jari Tenhunen &lt;jari.tenhunen@iki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tty may be closed already when the read/write callbacks are called.
This patch checks that the ttys still exist before waking them up.

Signed-off-by: Olivier Blin &lt;blino@mandriva.com&gt;
Acked-by: Alan Cox &lt;alan@redhat.com&gt;
Cc: Jari Tenhunen &lt;jari.tenhunen@iki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>HSO: add option hso driver</title>
<updated>2008-06-12T01:58:39+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-05-14T04:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=72dc1c096c7051a48ab1dbb12f71976656b55eb5'/>
<id>72dc1c096c7051a48ab1dbb12f71976656b55eb5</id>
<content type='text'>
This driver is for a number of different Option devices.  Originally
written by Option and Andrew Bird, but cleaned up massivly for
acceptance into mainline by me and others.

Many thanks to the following for their help in cleaning up the driver by
providing feedback and patches to it:
	- Paulius Zaleckas &lt;paulius.zaleckas@teltonika.lt&gt;
	- Oliver Neukum &lt;oliver@neukum.org&gt;
	- Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;
	- Javier Marcet &lt;javier@krausbeck.org&gt;

Cc: Andrew Bird &lt;ajb@spheresystems.co.uk&gt;
Cc: Javier Marcet &lt;javier@krausbeck.org&gt;
Cc: Filip Aben &lt;f.aben@option.com&gt;
Cc: Paulius Zaleckas &lt;paulius.zaleckas@teltonika.lt&gt;
Cc: Oliver Neukum &lt;oliver@neukum.org&gt;
Acked-by: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This driver is for a number of different Option devices.  Originally
written by Option and Andrew Bird, but cleaned up massivly for
acceptance into mainline by me and others.

Many thanks to the following for their help in cleaning up the driver by
providing feedback and patches to it:
	- Paulius Zaleckas &lt;paulius.zaleckas@teltonika.lt&gt;
	- Oliver Neukum &lt;oliver@neukum.org&gt;
	- Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;
	- Javier Marcet &lt;javier@krausbeck.org&gt;

Cc: Andrew Bird &lt;ajb@spheresystems.co.uk&gt;
Cc: Javier Marcet &lt;javier@krausbeck.org&gt;
Cc: Filip Aben &lt;f.aben@option.com&gt;
Cc: Paulius Zaleckas &lt;paulius.zaleckas@teltonika.lt&gt;
Cc: Oliver Neukum &lt;oliver@neukum.org&gt;
Acked-by: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Jeff Garzik &lt;jgarzik@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
