aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-wwan.h
Commit message (Collapse)AuthorAge
* usb serial: Add generic USB wwan supportMatthew Garrett2010-05-20
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>