[PATCH v2] USB: serial: cp210x: add minimun baud rate for CP2105 SCI

2019-02-06 Thread Johanna Abrahamsson
From: Johanna Abrahamsson This patch adds minimum baud rate to the cp210x driver. According to the datasheet for CP2105, the SCI supports 2400 as the lowest baud rate. As this is not heeded in the current code, an error message 'failed set req 0x1e size 4 status: -32' when trying to s

[PATCH] USB: serial: cp210x: add minimun baud rate for CP2105 SCI

2019-02-04 Thread Johanna Abrahamsson
From: Johanna Abrahamsson This patch adds a minimum baud rate of 2400 for CP2105 SCI According to the datasheet for CP2105, the SCI supports 2400 as the lowest baud rate. As this is not heeded in the current code, an error message 'failed set req 0x1e size 4 status: -32' when tryin