diff options
author | Johan Hovold <johan@kernel.org> | 2017-01-25 20:02:49 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-26 20:51:15 +0300 |
commit | 4ddecf76b5aebb5db4a771ca52c18135291235e3 (patch) | |
tree | 82e3ba9166c1e536e5b18020b9a0b3fbc68d0242 /drivers/usb/misc | |
parent | bc46e23c34259c842a138f10acc371e4e2cdb287 (diff) | |
download | linux-4ddecf76b5aebb5db4a771ca52c18135291235e3.tar.xz |
USB: cdc-acm: fix TIOCGSERIAL flags
The driver reports that it always uses a low-latency mode by returning
the ASYNC_LOW_LATENCY flag through TIOCGSERIAL.
Even if this behaviour could not be changed, this may have made some
sense prior to 7a9a65ced11e ("cdc-acm: Fix long standing abuse of
tty->low_latency") which removed the unconditional setting of the
corresponding tty low_latency flag (something which had always been
broken in itself).
Since the driver does not have a low-latency mode, let's drop the flag.
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc')
0 files changed, 0 insertions, 0 deletions