]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] USB: add Option Card driver
authorMatthias Urlichs <smurf@smurf.noris.de>
Tue, 24 May 2005 00:00:48 +0000 (17:00 -0700)
committerGreg KH <gregkh@suse.de>
Fri, 3 Jun 2005 07:04:29 +0000 (00:04 -0700)
commit58cfe9113e485f7e04bd0eac4fc4251b330af501
treef414ba56f95dddd5b90bdef86f1872849e801f9a
parent4871d3be13ea2b33edc9ba6fbcc30fc047087be7
[PATCH] USB: add Option Card driver

This patch adds a new driver for "Option" cards.  This is a GSM data card,
controlled by three "serial ports" which are connected via an OHCI adapter,
all located on an oversized PC-Card.  It's sold by several GSM service
providers.

Traditionally, this card has been accessed via the standard serial driver
and appropriate vendor= and product= options.  However, testing has
revealed several problems with this approach, including hung data transfers
and lost data blocks when receiving.

Therefore, I've written a separate driver.

Signed-off-by: Matthias Urlichs <smurf@smurf.noris.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile
drivers/usb/serial/option.c [new file with mode: 0644]