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

Commit 050cdd7a authored by Manu Gautam's avatar Manu Gautam Committed by Gerrit - the friendly Code Review server
Browse files

usb: misc: ks_bridge: Add snapshot of ks_bridge driver



Add snapshot of latest version of ks_bridge driver as of
msm-3.10 commit:
d85c84a4ff02d55f019b67fa724ad41a4eaa4157 (Merge "qseecom:
check error return value of ion_map_kernel")

CRs-fixed: 2009286
Change-Id: Ia16a12240bc2cfdf5218e1c73d08114aba2a4cc2
Signed-off-by: default avatarManu Gautam <mgautam@codeaurora.org>
parent a6e622a8
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -255,3 +255,13 @@ config USB_LINK_LAYER_TEST
	  This driver is for generating specific traffic for Super Speed Link
	  This driver is for generating specific traffic for Super Speed Link
	  Layer Test Device. Say Y only when you want to conduct USB Super Speed
	  Layer Test Device. Say Y only when you want to conduct USB Super Speed
	  Link Layer Test for host controllers.
	  Link Layer Test for host controllers.

config USB_QTI_KS_BRIDGE
	tristate "USB QTI kick start bridge"
	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 and efs sync.
	  To compile this driver as a module, choose M here: the module
	  will be called ks_bridge. If unsure, choose N.
+2 −0
Original line number Original line Diff line number Diff line
@@ -28,3 +28,5 @@ obj-$(CONFIG_USB_HSIC_USB3503) += usb3503.o


obj-$(CONFIG_USB_SISUSBVGA)		+= sisusbvga/
obj-$(CONFIG_USB_SISUSBVGA)		+= sisusbvga/
obj-$(CONFIG_USB_LINK_LAYER_TEST)	+= lvstest.o
obj-$(CONFIG_USB_LINK_LAYER_TEST)	+= lvstest.o

obj-$(CONFIG_USB_QTI_KS_BRIDGE)		+= ks_bridge.o
+1065 −0

File added.

Preview size limit exceeded, changes collapsed.