diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-20 21:47:15 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-20 21:47:15 +0200 |
commit | 78fbe864c32ce90e81f95f3a0f388a2aa40d55d2 (patch) | |
tree | c068743057aef20691b60c21d4834dbfef34edc7 /Documentation/usb | |
parent | 500f0716b5f7fd6b0ff3d045588c7588ce2eee1d (diff) | |
parent | c8acfe0aadbeb78f65826959891be15cc0a709a3 (diff) | |
download | linux-78fbe864c32ce90e81f95f3a0f388a2aa40d55d2.tar.gz |
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>
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/usb-serial.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/usb/usb-serial.txt b/Documentation/usb/usb-serial.txt index 349f3104fa4f..ab100d6ee436 100644 --- a/Documentation/usb/usb-serial.txt +++ b/Documentation/usb/usb-serial.txt @@ -418,15 +418,6 @@ Current status: why it is wise to cut down on the rate used is wise for large transfers until this is settled. -Options supported: - If this driver is compiled as a module you can pass the following - options to it: - debug - extra verbose debugging info - (default: 0; nonzero enables) - use_lowlatency - use low_latency flag to speed up tty layer - when reading from the device. - (default: 0; nonzero enables) - See http://www.uuhaus.de/linux/palmconnect.html for up-to-date information on this driver. |