Skip to content

Commit

Permalink
Revert "usb: pl2303: remove 500000 baud from the list of standard bau…
Browse files Browse the repository at this point in the history
…d rates"

This reverts commit b9208c7.

Revert all of the pl2303 changes that went into 3.12-rc1 and -rc2 as
they cause regressions on some versions of the chip.  This will all be
revisited for later kernel versions when we can figure out how to handle
this in a way that does not break working devices.

Reported-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Frank Schäfer <fschaefer.oss@googlemail.com>
Acked-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Nov 1, 2013
1 parent 692ed4d commit 336b9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ static void pl2303_encode_baudrate(struct tty_struct *tty,
const int baud_sup[] = { 75, 150, 300, 600, 1200, 1800, 2400,
3600, 4800, 7200, 9600, 14400, 19200,
28800, 38400, 57600, 115200, 230400,
460800, 614400, 921600, 1228800,
2457600, 3000000, 6000000 };
460800, 500000, 614400, 921600,
1228800, 2457600, 3000000, 6000000 };
int i;

/* Set baudrate to nearest supported value */
Expand Down

0 comments on commit 336b9da

Please sign in to comment.