Loading drivers/usb/gadget/function/f_gsi.h +4 −0 Original line number Diff line number Diff line Loading @@ -879,6 +879,7 @@ static struct usb_endpoint_descriptor mbim_gsi_fs_in_desc = { .bEndpointAddress = USB_DIR_IN, .bmAttributes = USB_ENDPOINT_XFER_BULK, .wMaxPacketSize = 4*cpu_to_le16(NCM_STATUS_BYTECOUNT), }; static struct usb_endpoint_descriptor mbim_gsi_fs_out_desc = { Loading @@ -887,6 +888,7 @@ static struct usb_endpoint_descriptor mbim_gsi_fs_out_desc = { .bEndpointAddress = USB_DIR_OUT, .bmAttributes = USB_ENDPOINT_XFER_BULK, .wMaxPacketSize = 4*cpu_to_le16(NCM_STATUS_BYTECOUNT), }; static struct usb_descriptor_header *mbim_gsi_fs_function[] = { Loading Loading @@ -1180,6 +1182,7 @@ static struct usb_endpoint_descriptor ecm_gsi_fs_in_desc = { .bEndpointAddress = USB_DIR_IN, .bmAttributes = USB_ENDPOINT_XFER_BULK, .wMaxPacketSize = cpu_to_le16(ECM_QC_STATUS_BYTECOUNT), }; static struct usb_endpoint_descriptor ecm_gsi_fs_out_desc = { Loading @@ -1188,6 +1191,7 @@ static struct usb_endpoint_descriptor ecm_gsi_fs_out_desc = { .bEndpointAddress = USB_DIR_OUT, .bmAttributes = USB_ENDPOINT_XFER_BULK, .wMaxPacketSize = cpu_to_le16(ECM_QC_STATUS_BYTECOUNT), }; static struct usb_descriptor_header *ecm_gsi_fs_function[] = { Loading Loading
drivers/usb/gadget/function/f_gsi.h +4 −0 Original line number Diff line number Diff line Loading @@ -879,6 +879,7 @@ static struct usb_endpoint_descriptor mbim_gsi_fs_in_desc = { .bEndpointAddress = USB_DIR_IN, .bmAttributes = USB_ENDPOINT_XFER_BULK, .wMaxPacketSize = 4*cpu_to_le16(NCM_STATUS_BYTECOUNT), }; static struct usb_endpoint_descriptor mbim_gsi_fs_out_desc = { Loading @@ -887,6 +888,7 @@ static struct usb_endpoint_descriptor mbim_gsi_fs_out_desc = { .bEndpointAddress = USB_DIR_OUT, .bmAttributes = USB_ENDPOINT_XFER_BULK, .wMaxPacketSize = 4*cpu_to_le16(NCM_STATUS_BYTECOUNT), }; static struct usb_descriptor_header *mbim_gsi_fs_function[] = { Loading Loading @@ -1180,6 +1182,7 @@ static struct usb_endpoint_descriptor ecm_gsi_fs_in_desc = { .bEndpointAddress = USB_DIR_IN, .bmAttributes = USB_ENDPOINT_XFER_BULK, .wMaxPacketSize = cpu_to_le16(ECM_QC_STATUS_BYTECOUNT), }; static struct usb_endpoint_descriptor ecm_gsi_fs_out_desc = { Loading @@ -1188,6 +1191,7 @@ static struct usb_endpoint_descriptor ecm_gsi_fs_out_desc = { .bEndpointAddress = USB_DIR_OUT, .bmAttributes = USB_ENDPOINT_XFER_BULK, .wMaxPacketSize = cpu_to_le16(ECM_QC_STATUS_BYTECOUNT), }; static struct usb_descriptor_header *ecm_gsi_fs_function[] = { Loading