Skip to content

Commit 78fbe86

Browse files
committed
Merge tag 'usb-serial-4.19-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Johan writes: USB-serial updates for v4.19-rc1 Here are the USB-serial updates for 4.19-rc1, including: - gpio support for CP2102N devices - improved line-speed handling for cp210x - conversion to spin_lock_irqsave() in completion handlers - dropped kl5kusb105 support from the kl5kusb105 driver (sic!) Included are also various lower-priority fixes and clean ups. All but the final commit have been in linux-next, and with no reported issues. Signed-off-by: Johan Hovold <johan@kernel.org>
2 parents 500f071 + c8acfe0 commit 78fbe86

File tree

19 files changed

+431
-168
lines changed

19 files changed

+431
-168
lines changed

Documentation/usb/usb-serial.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -418,15 +418,6 @@ Current status:
418418
why it is wise to cut down on the rate used is wise for large
419419
transfers until this is settled.
420420

421-
Options supported:
422-
If this driver is compiled as a module you can pass the following
423-
options to it:
424-
debug - extra verbose debugging info
425-
(default: 0; nonzero enables)
426-
use_lowlatency - use low_latency flag to speed up tty layer
427-
when reading from the device.
428-
(default: 0; nonzero enables)
429-
430421
See http://www.uuhaus.de/linux/palmconnect.html for up-to-date
431422
information on this driver.
432423

0 commit comments

Comments
 (0)