temp revert rk change
[firefly-linux-kernel-4.4.55.git] / drivers / usb / gadget / f_adb.c
index 827d1b931271c26d581e115c3e5a5c72eecd85ef..a0b0774b955663deb8bb98e679b499a2725647c4 100644 (file)
@@ -77,7 +77,7 @@ static struct usb_endpoint_descriptor adb_highspeed_in_desc = {
        .bDescriptorType        = USB_DT_ENDPOINT,
        .bEndpointAddress       = USB_DIR_IN,
        .bmAttributes           = USB_ENDPOINT_XFER_BULK,
-       .wMaxPacketSize         = __constant_cpu_to_le16(64),
+       .wMaxPacketSize         = __constant_cpu_to_le16(512),
 };
 
 static struct usb_endpoint_descriptor adb_highspeed_out_desc = {