Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f59613c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: Add snapshot of USB RMNET Function driver"

parents c96dabc6 f8bb2fd8
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -253,6 +253,9 @@ config USB_F_IPC
config USB_F_MDM_DATA
	tristate

config USB_F_RMNET_BAM
        tristate

# this first set of drivers all depend on bulk-capable hardware.

config USB_CONFIGFS
@@ -346,6 +349,18 @@ config USB_CONFIGFS_RNDIS
	   XP, you'll need to download drivers from Microsoft's website; a URL
	   is given in comments found in that info file.

config USB_CONFIGFS_RMNET_BAM
        bool "RMNET_BAM"
        depends on USB_CONFIGFS
        select USB_F_RMNET_BAM
	help
	   RmNet interface is a new logical device in QMI framework for data
	   services. RmNet in accordance with QMI architecture uses Data I/O
	   channel for IP data transfer and control I/O channel for QMI
	   messaging (functionality similar to AT commands).
	   RmNet interface is an alternative to standard CDC-ECM and windows
	   RNDIS.

config USB_CONFIGFS_EEM
	bool "Ethernet Emulation Model (EEM)"
	depends on USB_CONFIGFS
+2 −0
Original line number Diff line number Diff line
@@ -73,3 +73,5 @@ usb_f_ipc-y := f_ipc.o
obj-$(CONFIG_USB_F_IPC)		+= usb_f_ipc.o
usb_f_mdm_data-y		:= f_mdm_data.o
obj-$(CONFIG_USB_F_MDM_DATA)	+= usb_f_mdm_data.o
usb_f_rmnet_bam-y               := f_rmnet.o u_ctrl_qti.o u_bam_dmux.o
obj-$(CONFIG_USB_F_RMNET_BAM)   += usb_f_rmnet_bam.o
+1334 −0

File added.

Preview size limit exceeded, changes collapsed.

+1454 −0

File added.

Preview size limit exceeded, changes collapsed.

+877 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading