From: Mike Frysinger Date: Fri, 18 Dec 2009 21:33:03 +0000 (-0500) Subject: USB: cypress_m8: allow unstable baud rates X-Git-Tag: v2.6.34-rc1~215^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c312659c5ff1e54bac2d91e1ce1005d58784a7b5;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed