|
@@ -103,12 +103,14 @@ static const struct {
|
|
|
.bDescriptorType = USB_DT_ENDPOINT,
|
|
|
.bEndpointAddress = 1 | USB_DIR_IN,
|
|
|
.bmAttributes = USB_ENDPOINT_XFER_BULK,
|
|
|
+ .wMaxPacketSize = htole16(512),
|
|
|
},
|
|
|
.bulk_source = {
|
|
|
.bLength = sizeof(descriptors.hs_descs.bulk_source),
|
|
|
.bDescriptorType = USB_DT_ENDPOINT,
|
|
|
.bEndpointAddress = 2 | USB_DIR_OUT,
|
|
|
.bmAttributes = USB_ENDPOINT_XFER_BULK,
|
|
|
+ .wMaxPacketSize = htole16(512),
|
|
|
},
|
|
|
},
|
|
|
};
|