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

Commit 124c564f authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa Committed by AKASH KUMAR
Browse files

usb: misc: ks_bridge: Add snapshot of ks_bridge driver



Add snapshot of latest version of ks_bridge driver as of
msm-4.4 'commit c6b454e49daf ("msm: kgsl: Perform cache flush
on the pages obtained using get_user_pages()")'.

Change-Id: I2ba62d559c0eb399e2d7427345a183d1136aac9b
Signed-off-by: default avatarVijayavardhan Vennapusa <quic_vvreddy@quicinc.com>
parent 9bb61b96
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -271,3 +271,13 @@ config USB_REDRIVER_NB7VPQ904M
	depends on USB_PHY
	help
	  Say Y here if you want to support USB super speed re-driver NB7VPQ904M.

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 Diff line number Diff line
@@ -31,3 +31,5 @@ obj-$(CONFIG_USB_CHAOSKEY) += chaoskey.o
obj-$(CONFIG_USB_SISUSBVGA)		+= sisusbvga/
obj-$(CONFIG_USB_LINK_LAYER_TEST)	+= lvstest.o
obj-$(CONFIG_USB_REDRIVER_NB7VPQ904M)	+= ssusb-redriver-nb7vpq904m.o

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

File added.

Preview size limit exceeded, changes collapsed.