commit | e700e3aec303597851f3113b0837fde7af44223f | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.com> | Thu Mar 11 14:37:14 2021 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 07 15:00:12 2021 +0200 |
tree | d49f11d08366a26d6315b0328d778812fc0637cb | |
parent | 9efa606a83e03773b9eb3ede12016640c3e750f7 [diff] |
cdc-acm: fix BREAK rx code path adding necessary calls commit 08dff274edda54310d6f1cf27b62fddf0f8d146e upstream. Counting break events is nice but we should actually report them to the tty layer. Fixes: 5a6a62bdb9257 ("cdc-acm: add TIOCMIWAIT") Signed-off-by: Oliver Neukum <oneukum@suse.com> Link: https://lore.kernel.org/r/20210311133714.31881-1-oneukum@suse.com Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>