From 9999e48639b3cecb08ffb37358bcba3b48161b29 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:17 +0000 Subject: [PATCH] add ax88772_rst --- kernel/Documentation/driver-api/usb/bulk-streams.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Documentation/driver-api/usb/bulk-streams.rst b/kernel/Documentation/driver-api/usb/bulk-streams.rst index 99b515b..eeefe58 100644 --- a/kernel/Documentation/driver-api/usb/bulk-streams.rst +++ b/kernel/Documentation/driver-api/usb/bulk-streams.rst @@ -9,9 +9,9 @@ queued at once. Streams are defined in sections 4.4.6.4 and 8.12.1.4 of the Universal Serial Bus -3.0 specification at http://www.usb.org/developers/docs/ The USB Attached SCSI +3.0 specification at https://www.usb.org/developers/docs/ The USB Attached SCSI Protocol, which uses streams to queue multiple SCSI commands, can be found on -the T10 website (http://t10.org/). +the T10 website (https://t10.org/). Device-side implications -- Gitblit v1.6.2