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

usb: gadget: uac2: Drop unused device qualifier descriptor

This descriptor is never used. Currently device qualifier
descriptor is generated by compossite code so no need to
keep it in function file.

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
d4529f9b e5a89162

-12
-12
drivers/usb/gadget/function/f_uac2.c
··· 598 598 NULL, 599 599 }; 600 600 601 - static struct usb_qualifier_descriptor devqual_desc = { 602 - .bLength = sizeof devqual_desc, 603 - .bDescriptorType = USB_DT_DEVICE_QUALIFIER, 604 - 605 - .bcdUSB = cpu_to_le16(0x200), 606 - .bDeviceClass = USB_CLASS_MISC, 607 - .bDeviceSubClass = 0x02, 608 - .bDeviceProtocol = 0x01, 609 - .bNumConfigurations = 1, 610 - .bRESERVED = 0, 611 - }; 612 - 613 601 static struct usb_interface_assoc_descriptor iad_desc = { 614 602 .bLength = sizeof iad_desc, 615 603 .bDescriptorType = USB_DT_INTERFACE_ASSOCIATION,