commit | 7f6fc50242d11d4fedab9cf6c5e8af368c076ccd | [log] [tgz] |
---|---|---|
author | Ji-Ze Hong (Peter Hong) <hpeter@gmail.com> | Tue Apr 30 09:22:32 2019 +0800 |
committer | Johan Hovold <johan@kernel.org> | Fri May 03 09:19:55 2019 +0200 |
tree | 03b8c2ff78d478c57a81c2c0cc5d610af6807f67 | |
parent | 268ddb5e9b62221beda22b8e956cf6e732538a90 [diff] |
USB: serial: f81232: implement break control Implement Fintek F81232 break on/off with LCR register. It's the same with 16550A LCR register layout. Signed-off-by: Ji-Ze Hong (Peter Hong) <hpeter+linux_kernel@gmail.com> [ johan: fix corrupt line settings on break due to missing shadow_lcr update in set_termios() ] Signed-off-by: Johan Hovold <johan@kernel.org>