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

Commit 62f1c23d authored by Ajay Agarwal's avatar Ajay Agarwal
Browse files

usb: misc: Add snapshot of KS bridge driver



Add snapshot of KS bridge driver from msm-4.4 commit 475c082bb43f
("msm: qcn: Add QCN SDIO core driver directory in Kconfig"). This
driver works as a bridge with connected modem device to pass boot
images, ram-dumps etc. Also fix checkpatch warnings.

Change-Id: I02ae8a5781500b86356a50627ee8424a800e03e8
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 5af1d288
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -309,3 +309,13 @@ config USB_QCOM_MDM_DATA_BRIDGE
	  data packets between the modem and peripheral usb gadget driver.
	  To compile this driver as a module, choose M here: the module
	  will be called mdm_data_bridge. If unsure, choose N.

config USB_QCOM_KS_BRIDGE
	tristate "USB QTI kick start bridge driver"
	depends on USB
	help
	  Say Y here if you have a QTI modem device connected via USB that
	  will be bridged in kernel space. This driver works as a bridge to pass
	  boot images, ram-dumps etc.
	  To compile this driver as a module, choose M here: the module will be
	  called ks_bridge. If unsure, choose N.
+1 −0
Original line number Diff line number Diff line
@@ -35,3 +35,4 @@ obj-$(CONFIG_USB_LINK_LAYER_TEST) += lvstest.o
obj-$(CONFIG_USB_REDRIVER_NB7VPQ904M)	+= ssusb-redriver-nb7vpq904m.o
obj-$(CONFIG_USB_QCOM_DIAG_BRIDGE)	+= diag_bridge.o
obj-$(CONFIG_USB_QCOM_MDM_DATA_BRIDGE)	+= mdm_data_bridge.o
obj-$(CONFIG_USB_QCOM_KS_BRIDGE)	+= ks_bridge.o
+1154 −0

File added.

Preview size limit exceeded, changes collapsed.