<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/drivers/usb/serial, branch linux-2.6.21.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-2.6.21.y</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-2.6.21.y'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2007-03-26T21:17:48+00:00</updated>
<entry>
<title>USB: fix usb-serial/ftdi build warning</title>
<updated>2007-03-26T21:17:48+00:00</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2007-03-23T19:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3b009c637fee4990265591cc282d0c0f9e3c5384'/>
<id>urn:sha1:3b009c637fee4990265591cc282d0c0f9e3c5384</id>
<content type='text'>
Fix annoying build warning:

drivers/usb/serial/ftdi_sio.c:890: warning: enumeration value `FT232RL' not handled in switch

Also add logic to detect FT232R chips (version 6.00, usb 2.0 full speed),
so that case isn't completely useless.  (NOTE:  FT232RL and FT232RQ are
the same chip in different packages:  L is SSOP, Q is QFN.)

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: fix usb-serial/generic build warning</title>
<updated>2007-03-26T21:17:48+00:00</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2007-03-23T19:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b46d60fc4b2665107a04f75e5381294bfaf20177'/>
<id>urn:sha1:b46d60fc4b2665107a04f75e5381294bfaf20177</id>
<content type='text'>
Fix annoying build warning when CONFIG_USB_SERIAL_GENERIC is undefined.

  drivers/usb/serial/generic.c:24: warning: `generic_probe' declared `static' but never defined

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: remove duplicated device id in airprime driver</title>
<updated>2007-03-26T21:17:48+00:00</updated>
<author>
<name>Jon K Hellan</name>
<email>jon.kare.hellan@uninett.no</email>
</author>
<published>2007-03-20T11:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=4928245163b1595f0846aa87ddd1d4f682364fe1'/>
<id>urn:sha1:4928245163b1595f0846aa87ddd1d4f682364fe1</id>
<content type='text'>
Both airprime and option now want to handle vendor ID 0x1410,
device ID 0x1100. Airprime calls it 'ExpressCard34 Qualcomm 3G CDMA'.
Option calls it 'Novatel Merlin XS620/S640'. Patch attached to remove it
from airprime.

From: Jon K Hellan &lt;jon.kare.hellan@uninett.no&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: new Novatel device ids for option driver</title>
<updated>2007-03-19T20:39:51+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2007-03-19T20:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=69806d5631b79ed0c442ae5b15c46bcfd8662476'/>
<id>urn:sha1:69806d5631b79ed0c442ae5b15c46bcfd8662476</id>
<content type='text'>
This moves all of the Novatel device ids to the option driver, where
they belong.

Thanks to Novatel for providing a list of all supported devices.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>airprime: USB ID for Novatel EV620 mini PCI-E card</title>
<updated>2007-03-19T20:22:18+00:00</updated>
<author>
<name>Mark Glines</name>
<email>mark@glines.org</email>
</author>
<published>2007-03-14T18:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e5740b5d75af4ad9423911fe77d687f47e880a4d'/>
<id>urn:sha1:e5740b5d75af4ad9423911fe77d687f47e880a4d</id>
<content type='text'>
Add an ID to recognise the Novatel EV620 wireless adapter.
http://www.novatelwireless.com/products/expedite/ev620.html

It looks like a mini PCI-Express adapter.  The mPCIE connector includes USB
pins... the card shows up to the system as a USB device, and powers itself
from the PCI bus.

The card I have isn't activated yet, so I can't get a PPP session up yet, but
I have tested basic serial communication successfully in both 2.6.18 and
2.6.20 kernels, once the product ID was added.  (the driver changed quite a
bit between the two revs.)  In both drivers, it responds to AT commands and
such.

Signed-off-by: Mark Glines &lt;mark@glines.org&gt;
Cc: Pete Zaitcev &lt;zaitcev@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: necessary update for mos7720 driver</title>
<updated>2007-03-19T20:22:18+00:00</updated>
<author>
<name>Oliver Neukum</name>
<email>oneukum@suse.de</email>
</author>
<published>2007-03-14T10:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e8e30c765c5cfa5219918d3e5017fc563cf7ea03'/>
<id>urn:sha1:e8e30c765c5cfa5219918d3e5017fc563cf7ea03</id>
<content type='text'>
these devices have a shared interrupt endpoint. For serialcore to pass
an interrupt endpoint to a subdriver, the subdriver must define and
_export_ a fitting callback. The mos7720 driver failed to do so. This led
invariably to an oops upon open. This patch fixes it. The driver is useless
without it. Please try to get this into 2.6.21 and the stable kernels that
have this driver.

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

</content>
</entry>
<entry>
<title>USB: fix usb-serial regression</title>
<updated>2007-03-19T20:22:18+00:00</updated>
<author>
<name>Jim Radford</name>
<email>radford@blackbean.org</email>
</author>
<published>2007-03-13T15:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=521b85ae66ad40a670b27b0596312d347a89b669'/>
<id>urn:sha1:521b85ae66ad40a670b27b0596312d347a89b669</id>
<content type='text'>
This patch reverts d9a7ecacac5f8274d2afce09aadcf37bdb42b93a since it
breaks drivers that need to access the -&gt;port[] array in shutdown
(most of them).

Signed-Off: Jim Radford &lt;radford@blackbean.org&gt;
Acked-by: Mark Lord &lt;mlord@pobox.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: Product ID for FT232RL in ftdi_sio</title>
<updated>2007-03-10T03:52:25+00:00</updated>
<author>
<name>Gard Spreemann</name>
<email>spreeman@stud.ntnu.no</email>
</author>
<published>2007-03-04T23:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=d8b2160683bd1cee759e72a53193484c25a006bd'/>
<id>urn:sha1:d8b2160683bd1cee759e72a53193484c25a006bd</id>
<content type='text'>
Here is a patch adding the PID for the FT232RL to ftdi_sio. The patch
generates a warning during compilation because get_ftdi_divisor doesn't
explicitly handle the FT232RL with this patch, so I guess you don't want
to use it in its current state. It is all I could come up with with the
knowledge I have of the drivers at the moment, though, and I hope you
can have some use for it at least. It works fine with my DLP-TILT with
an FT232RL.

From: Gard Spreemann &lt;spreeman@stud.ntnu.no&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: ipaq.c: Additional devices</title>
<updated>2007-03-10T03:52:25+00:00</updated>
<author>
<name>Andre Spahlinger</name>
<email>andre@spahlenbach.de</email>
</author>
<published>2007-03-05T18:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=62d909ced019bcae75402578d5dab4522e959823'/>
<id>urn:sha1:62d909ced019bcae75402578d5dab4522e959823</id>
<content type='text'>
Additional devices

Signed-off-by: Andre Spahlinger &lt;uenz@gmx.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: further fix for usb-serial</title>
<updated>2007-03-10T03:52:24+00:00</updated>
<author>
<name>Oliver Neukum</name>
<email>oneukum@suse.de</email>
</author>
<published>2007-03-05T14:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a1f721c81251259024323f7ebf37af8e247be5cb'/>
<id>urn:sha1:a1f721c81251259024323f7ebf37af8e247be5cb</id>
<content type='text'>
this is a fix for the outstanding usb-serial issues.

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

</content>
</entry>
</feed>
