]> git.baikalelectronics.ru Git - kernel.git/commit
usb: pl2303: remove 500000 baud from the list of standard baud rates
authorFrank Schäfer <fschaefer.oss@googlemail.com>
Tue, 6 Aug 2013 17:26:25 +0000 (19:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 22:43:40 +0000 (15:43 -0700)
commit8ec6a9698eeec77701c7196a2ed91296472ce8b7
treeb8a02caa87ba33bf9cd8e2ee5d12dcb8e757b0d3
parent0bc9be5cfa52d29a4a199a5aa6977fae13acc245
usb: pl2303: remove 500000 baud from the list of standard baud rates

Commit 4f45636b "USB: serial: pl2303 works at 500kbps" added 500000
baud to the list of supported standard baud rates.
But the reason why the driver works with this baud rate is, that since
commit ae1a6df0 "USB: PL2303: correctly handle baudrates above 115200"
a second (divisor based) baud rate encoding method is used for values
above 115200 baud, which is not limited to a fixed set of standard baud
rates.

Remove the 500000 baud value from the list of standard baud rates
again, because this list is only used with the direct baud rate
encoding method and 500000 baud is not supported with this method.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/pl2303.c