Loading drivers/usb/gadget/function/f_gsi.h +2 −2 Original line number Diff line number Diff line Loading @@ -568,7 +568,7 @@ static struct usb_endpoint_descriptor rndis_gsi_fs_notify_desc = { static struct usb_endpoint_descriptor rndis_gsi_fs_in_desc = { .bLength = USB_DT_ENDPOINT_SIZE, .bDescriptorType = USB_DT_ENDPOINT, .wMaxPacketSize = cpu_to_le16(64), .bEndpointAddress = USB_DIR_IN, .bmAttributes = USB_ENDPOINT_XFER_BULK, }; Loading @@ -576,7 +576,7 @@ static struct usb_endpoint_descriptor rndis_gsi_fs_in_desc = { static struct usb_endpoint_descriptor rndis_gsi_fs_out_desc = { .bLength = USB_DT_ENDPOINT_SIZE, .bDescriptorType = USB_DT_ENDPOINT, .wMaxPacketSize = cpu_to_le16(64), .bEndpointAddress = USB_DIR_OUT, .bmAttributes = USB_ENDPOINT_XFER_BULK, }; Loading Loading
drivers/usb/gadget/function/f_gsi.h +2 −2 Original line number Diff line number Diff line Loading @@ -568,7 +568,7 @@ static struct usb_endpoint_descriptor rndis_gsi_fs_notify_desc = { static struct usb_endpoint_descriptor rndis_gsi_fs_in_desc = { .bLength = USB_DT_ENDPOINT_SIZE, .bDescriptorType = USB_DT_ENDPOINT, .wMaxPacketSize = cpu_to_le16(64), .bEndpointAddress = USB_DIR_IN, .bmAttributes = USB_ENDPOINT_XFER_BULK, }; Loading @@ -576,7 +576,7 @@ static struct usb_endpoint_descriptor rndis_gsi_fs_in_desc = { static struct usb_endpoint_descriptor rndis_gsi_fs_out_desc = { .bLength = USB_DT_ENDPOINT_SIZE, .bDescriptorType = USB_DT_ENDPOINT, .wMaxPacketSize = cpu_to_le16(64), .bEndpointAddress = USB_DIR_OUT, .bmAttributes = USB_ENDPOINT_XFER_BULK, }; Loading