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/hotplug.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/driver-api/usb/hotplug.rst b/kernel/Documentation/driver-api/usb/hotplug.rst index 79663e6..c1e1310 100644 --- a/kernel/Documentation/driver-api/usb/hotplug.rst +++ b/kernel/Documentation/driver-api/usb/hotplug.rst @@ -122,7 +122,7 @@ Most USB device drivers should pass these tables to the USB subsystem as well as to the module management subsystem. Not all, though: some driver frameworks connect using interfaces layered over USB, and so they won't -need such a struct :c:type:`usb_driver`. +need such a struct usb_driver. Drivers that connect directly to the USB subsystem should be declared something like this:: -- Gitblit v1.6.2