|
@@ -598,18 +598,6 @@ static struct usb_gadget_strings *fn_strings[] = {
|
|
|
NULL,
|
|
|
};
|
|
|
|
|
|
-static struct usb_qualifier_descriptor devqual_desc = {
|
|
|
- .bLength = sizeof devqual_desc,
|
|
|
- .bDescriptorType = USB_DT_DEVICE_QUALIFIER,
|
|
|
-
|
|
|
- .bcdUSB = cpu_to_le16(0x200),
|
|
|
- .bDeviceClass = USB_CLASS_MISC,
|
|
|
- .bDeviceSubClass = 0x02,
|
|
|
- .bDeviceProtocol = 0x01,
|
|
|
- .bNumConfigurations = 1,
|
|
|
- .bRESERVED = 0,
|
|
|
-};
|
|
|
-
|
|
|
static struct usb_interface_assoc_descriptor iad_desc = {
|
|
|
.bLength = sizeof iad_desc,
|
|
|
.bDescriptorType = USB_DT_INTERFACE_ASSOCIATION,
|