USB: cypress_m8: allow unstable baud rates
authorMike Frysinger <vapier@gentoo.org>
Fri, 18 Dec 2009 21:33:03 +0000 (16:33 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:53:24 +0000 (14:53 -0800)
commitc312659c5ff1e54bac2d91e1ce1005d58784a7b5
tree4f8bc4dad83ec6473d51f8ea950ce78ac82a22ad
parent2805eb13c3b5be7bd6ec7380502bc054b570afd5
USB: cypress_m8: allow unstable baud rates

I've got a crappy cypress converter here, and while running at higher
baud rates craps out on throughput, it works fine with lower ones.
While it'd be nice to simply use a lower baud rate, not all devices
can be configured this way, and it is possible to (slowly) interact
at higher rates by sending a byte at a time.  So let people force
higher rates when they need it via a module parameter.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/cypress_m8.c