aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/usb
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-20 21:47:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-20 21:47:15 +0200
commit78fbe864c32ce90e81f95f3a0f388a2aa40d55d2 (patch)
treec068743057aef20691b60c21d4834dbfef34edc7 /Documentation/usb
parentMerge 4.18-rc5 into usb-next (diff)
parentUSB: serial: cp210x: implement GPIO support for CP2102N (diff)
downloadwireguard-linux-78fbe864c32ce90e81f95f3a0f388a2aa40d55d2.tar.xz
wireguard-linux-78fbe864c32ce90e81f95f3a0f388a2aa40d55d2.zip
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.txt9
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.