USB: serial: cp210x: enable usb generic throttle/unthrottle
authorBrant Merryman <brant.merryman@silabs.com>
Fri, 26 Jun 2020 04:22:58 +0000 (04:22 +0000)
committerJohan Hovold <johan@kernel.org>
Mon, 6 Jul 2020 09:56:50 +0000 (11:56 +0200)
commit4387b3dbb079d482d3c2b43a703ceed4dd27ed28
tree7717104d378c9b601c50cad743d6169e95e7bd7a
parent0580baa46ef67069217bfeabd511ea036e58c1c0
USB: serial: cp210x: enable usb generic throttle/unthrottle

Assign the .throttle and .unthrottle functions to be generic function
in the driver structure to prevent data loss that can otherwise occur
if the host does not enable USB throttling.

Signed-off-by: Brant Merryman <brant.merryman@silabs.com>
Co-developed-by: Phu Luu <phu.luu@silabs.com>
Signed-off-by: Phu Luu <phu.luu@silabs.com>
Link: https://lore.kernel.org/r/57401AF3-9961-461F-95E1-F8AFC2105F5E@silabs.com
[ johan: fix up tags ]
Fixes: 39a66b8d22a3 ("[PATCH] USB: CP2101 Add support for flow control")
Cc: stable <stable@vger.kernel.org> # 2.6.12
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cp210x.c