Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: gadget: storage-common: Fix old comment about qualifier descriptor

Device qualifier descriptor is now generated by composite.c
code. So let's fix this old comment by removing parts which
are no longer valid.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Krzysztof Opasiak <kopasiak90@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>

authored by

Krzysztof Opasiak and committed by
Felipe Balbi
cc50dc28 d4529f9b

+1 -3
+1 -3
drivers/usb/gadget/function/storage_common.c
··· 83 83 * USB 2.0 devices need to expose both high speed and full speed 84 84 * descriptors, unless they only run at full speed. 85 85 * 86 - * That means alternate endpoint descriptors (bigger packets) 87 - * and a "device qualifier" ... plus more construction options 88 - * for the configuration descriptor. 86 + * That means alternate endpoint descriptors (bigger packets). 89 87 */ 90 88 struct usb_endpoint_descriptor fsg_hs_bulk_in_desc = { 91 89 .bLength = USB_DT_ENDPOINT_SIZE,