From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- 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