usb serial: Add generic USB wwan support
authorMatthew Garrett <mjg@redhat.com>
Thu, 1 Apr 2010 16:31:07 +0000 (12:31 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:37 +0000 (13:21 -0700)
commit0d4561947b8ddd5d944bdbbdc1ea1d6fd9a06041
treed75237e22ffac2db3be393bb8cd80c40a86befab
parenta90309860b0935805d49e75499fb8dc59fea8e94
usb serial: Add generic USB wwan support

The generic USB serial code is ill-suited for high-speed USB wwan devices,
resulting in the option driver. However, other non-option devices may also
gain similar benefits from not using the generic code. Factorise out the
non-option specific code from the option driver and make it available to
other users.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile
drivers/usb/serial/usb-wwan.h [new file with mode: 0644]
drivers/usb/serial/usb_wwan.c [new file with mode: 0644]