]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
USB: serial: f81232: implement break control
authorJi-Ze Hong (Peter Hong) <hpeter@gmail.com>
Tue, 30 Apr 2019 01:22:32 +0000 (09:22 +0800)
committerJohan Hovold <johan@kernel.org>
Fri, 3 May 2019 07:19:55 +0000 (09:19 +0200)
commit7f6fc50242d11d4fedab9cf6c5e8af368c076ccd
tree03b8c2ff78d478c57a81c2c0cc5d610af6807f67
parent268ddb5e9b62221beda22b8e956cf6e732538a90
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>
drivers/usb/serial/f81232.c