<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/usb/serial/Makefile, branch v2.6.23</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>USB: oti6858 usb-serial driver (in Nokia CA-42 cable)</title>
<updated>2007-07-12T23:29:47+00:00</updated>
<author>
<name>Kees Lemmens</name>
<email>C.W.J.Lemmens@ewi.tudelft.nl</email>
</author>
<published>2007-03-27T10:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=49cdee0ed0fce9e1bda81f5dcad8d5cce6aec983'/>
<id>49cdee0ed0fce9e1bda81f5dcad8d5cce6aec983</id>
<content type='text'>
Last week I've been searching for a driver for the CA-42 cable (see usb
 below) that fitted my kernel 2.6.20. I only found an abandoned version for a
 driver on your website that indeed worked on 2.6.18 but wouldn't even
 compile with a more recent 2.6.20 kernel.

I fiddled 2 evenings with the kernel code and have patched it up now to work
with the modifications in the 2.6.20 kernel. The patch is attached hereafter
and it works fine (at least for me :-) ).

Bus 2 Device 13: ID 0ea0:6858 Ours Technology, Inc.

I had to fiddle a little with the settings in .gnokiirc but that also
 occurred with the older 2.6.18 kernel. Nevertheless, on one system with this
 cable and my Nokia 6070 I had best results with :

model = 6510
connection = dku5

while on an other system with the same kernel, cable and phone it only worked
with :

model = AT
connection = serial
serial_write_usleep = 1


From: Kees Lemmens &lt;C.W.J.Lemmens@ewi.tudelft.nl&gt;
Cc: &lt;pawel.kot@gmail.com&gt;
Cc: &lt;bozo@andrews.hu&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>
Last week I've been searching for a driver for the CA-42 cable (see usb
 below) that fitted my kernel 2.6.20. I only found an abandoned version for a
 driver on your website that indeed worked on 2.6.18 but wouldn't even
 compile with a more recent 2.6.20 kernel.

I fiddled 2 evenings with the kernel code and have patched it up now to work
with the modifications in the 2.6.20 kernel. The patch is attached hereafter
and it works fine (at least for me :-) ).

Bus 2 Device 13: ID 0ea0:6858 Ours Technology, Inc.

I had to fiddle a little with the settings in .gnokiirc but that also
 occurred with the older 2.6.18 kernel. Nevertheless, on one system with this
 cable and my Nokia 6070 I had best results with :

model = 6510
connection = dku5

while on an other system with the same kernel, cable and phone it only worked
with :

model = AT
connection = serial
serial_write_usleep = 1


From: Kees Lemmens &lt;C.W.J.Lemmens@ewi.tudelft.nl&gt;
Cc: &lt;pawel.kot@gmail.com&gt;
Cc: &lt;bozo@andrews.hu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>USB: add driver for the USB debug devices</title>
<updated>2006-12-01T22:25:52+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2002-04-09T19:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=958e8741bf9ff5d0f0b82b7cef578e96c764a288'/>
<id>958e8741bf9ff5d0f0b82b7cef578e96c764a288</id>
<content type='text'>
It's a simple usb-serial driver that just creates a tty device to read
and write from.

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

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's a simple usb-serial driver that just creates a tty device to read
and write from.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>USB: add USB serial mos7720 driver</title>
<updated>2006-10-17T21:46:32+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2002-04-09T19:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0f64478cbc7a008fe7b7e9ae79a73d8a6904ead8'/>
<id>0f64478cbc7a008fe7b7e9ae79a73d8a6904ead8</id>
<content type='text'>
Add support for Moschip 7720 USB dual port usb to serial device.

This driver is originally based on the drivers/usb/io_edgeport.c driver.

Cleaned up and forward ported by me.

Cc: VijayaKumar &lt;vijaykumar@aspirecom.net&gt;
Cc: AjayKumar &lt;ajay@aspirecom.net&gt;
Cc: Gurudeva &lt;gurudev@aspirecom.net&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>
Add support for Moschip 7720 USB dual port usb to serial device.

This driver is originally based on the drivers/usb/io_edgeport.c driver.

Cleaned up and forward ported by me.

Cc: VijayaKumar &lt;vijaykumar@aspirecom.net&gt;
Cc: AjayKumar &lt;ajay@aspirecom.net&gt;
Cc: Gurudeva &lt;gurudev@aspirecom.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>USB: Moschip 7840 USB-Serial Driver</title>
<updated>2006-09-27T18:58:59+00:00</updated>
<author>
<name>Paul B Schroeder</name>
<email>pschroeder@uplogix.com</email>
</author>
<published>2006-09-01T00:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3f5429746d91f21f60f68b14177c0d534d80240b'/>
<id>3f5429746d91f21f60f68b14177c0d534d80240b</id>
<content type='text'>
Signed-off-by: Paul B Schroeder &lt;pschroeder@uplogix.com&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>
Signed-off-by: Paul B Schroeder &lt;pschroeder@uplogix.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Add AIRcable USB Bluetooth Dongle Driver</title>
<updated>2006-09-27T18:58:59+00:00</updated>
<author>
<name>Manuel Francisco Naranjo</name>
<email>naranjo.manuel@gmail.com</email>
</author>
<published>2006-08-09T19:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3fe70ba2272c123cf38e4c577bf220f8bcf25366'/>
<id>3fe70ba2272c123cf38e4c577bf220f8bcf25366</id>
<content type='text'>
Add driver for AIRcable USB Bluetooth dongle.

Signed-off-by: Naranjo, Manuel Francisco &lt;naranjo.manuel@gmail.com&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>
Add driver for AIRcable USB Bluetooth dongle.

Signed-off-by: Naranjo, Manuel Francisco &lt;naranjo.manuel@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>USB: Let option driver handle Anydata CDMA modems. Remove anydata driver.</title>
<updated>2006-08-02T23:41:41+00:00</updated>
<author>
<name>Matthias Urlichs</name>
<email>smurf@smurf.noris.de</email>
</author>
<published>2006-07-12T06:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=31fcbb733812bca52e8bee96d62ba56df0fc408b'/>
<id>31fcbb733812bca52e8bee96d62ba56df0fc408b</id>
<content type='text'>
Signed-off-by: Jon K Hellan &lt;hellan@acm.org&gt;
Signed-Off-By: Matthias Urlichs &lt;smurf@smurf.noris.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>
Signed-off-by: Jon K Hellan &lt;hellan@acm.org&gt;
Signed-Off-By: Matthias Urlichs &lt;smurf@smurf.noris.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB: add driver for non-composite Sierra Wireless devices</title>
<updated>2006-07-12T23:03:23+00:00</updated>
<author>
<name>Kevin Lloyd</name>
<email>linux@sierrawireless.com</email>
</author>
<published>2006-06-30T18:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=69de51fdda3fd984541978313b66e4f2c44cc23e'/>
<id>69de51fdda3fd984541978313b66e4f2c44cc23e</id>
<content type='text'>
This patch creates a new driver, sierra.c, that supports the new
non-composite Sierra Wireless WWAN devices. The older Sierra
Wireless and Airprime devices are supported in airprime.c.

Signed-off-by: Kevin Lloyd  &lt;linux@sierrawireless.com&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>
This patch creates a new driver, sierra.c, that supports the new
non-composite Sierra Wireless WWAN devices. The older Sierra
Wireless and Airprime devices are supported in airprime.c.

Signed-off-by: Kevin Lloyd  &lt;linux@sierrawireless.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB: add ark3116 usb to serial driver</title>
<updated>2006-05-12T18:58:09+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2006-05-12T18:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=815ddc99dd8108908d14c699a37d0f5974da6def'/>
<id>815ddc99dd8108908d14c699a37d0f5974da6def</id>
<content type='text'>
Based on Simon's original driver, with some minor code cleanups and
tidying by me.

Cc: Simon Schulz &lt;simon@auctionant.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>
Based on Simon's original driver, with some minor code cleanups and
tidying by me.

Cc: Simon Schulz &lt;simon@auctionant.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB: add driver for funsoft usb serial device</title>
<updated>2006-04-14T18:12:27+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2006-04-13T15:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f9814802dfec8feaf51ba873d7eac1a05ee65842'/>
<id>f9814802dfec8feaf51ba873d7eac1a05ee65842</id>
<content type='text'>
Cc: David Clare &lt;david@funsoft.com&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>
Cc: David Clare &lt;david@funsoft.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] USB serial: add navman driver</title>
<updated>2006-03-20T22:50:03+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2006-03-18T01:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e9a66c64bb7033cb0180d419b2008acf7a141adc'/>
<id>e9a66c64bb7033cb0180d419b2008acf7a141adc</id>
<content type='text'>
Thanks to Warren Lewis &lt;wlewis@scn.org&gt; for the information needed to
write the driver and for testing it out.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Warren Lewis &lt;wlewis@scn.org&gt; for the information needed to
write the driver and for testing it out.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
