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

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

Merge "usb: misc: ks_bridge: Add snapshot of ks_bridge driver"

parents c7ef3342 124c564f
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.