[PATCH v2] pl2303: use divisors for unsupported baud rates

2014-08-13 Thread Lauri Hintsala
Use direct method for supported baud rates, otherwise use divisors. Limit baud rate to 12 Mbaud with HX type. This change has been tested to work with PL-2303HX at 115200, 50, 100, 200, 250, 300 and 400 baud rates. Signed-off-by: Lauri Hintsala --- CC: Johan Hovold CC: G

Re: [PATCH v2] pl2303: use divisors for unsupported baud rates

2014-08-13 Thread Lauri Hintsala
Please ignore this patch. There was a typo. I sent it too early before testing it. My mistake. Sorry. Lauri On 08/13/2014 02:46 PM, Lauri Hintsala wrote: Use direct method for supported baud rates, otherwise use divisors. Limit baud rate to 12 Mbaud with HX type. This change has been tested