|
@@ -651,6 +651,8 @@ static int bos_desc(struct usb_composite_dev *cdev)
|
|
|
ssp_cap->bLength = USB_DT_USB_SSP_CAP_SIZE(1);
|
|
|
ssp_cap->bDescriptorType = USB_DT_DEVICE_CAPABILITY;
|
|
|
ssp_cap->bDevCapabilityType = USB_SSP_CAP_TYPE;
|
|
|
+ ssp_cap->bReserved = 0;
|
|
|
+ ssp_cap->wReserved = 0;
|
|
|
|
|
|
/* SSAC = 1 (2 attributes) */
|
|
|
ssp_cap->bmAttributes = cpu_to_le32(1);
|