summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-wwan.h
AgeCommit message (Collapse)AuthorFilesLines
2010-05-20usb serial: Add generic USB wwan supportMatthew Garrett1-0/+67
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>