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: Manu Gautam <mgautam@codeaurora.org>
This commit is contained in:
Manu Gautam 2017-02-10 12:32:28 +05:30 committed by Sriharsha Allenki
parent 1f192a3faa
commit 9a663991cd
3 changed files with 1078 additions and 0 deletions

View file

@ -268,3 +268,13 @@ config USB_CHAOSKEY
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called chaoskey. module will be called chaoskey.
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.

View file

@ -29,3 +29,5 @@ obj-$(CONFIG_USB_CHAOSKEY) += chaoskey.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

1066
drivers/usb/misc/ks_bridge.c Normal file

File diff suppressed because it is too large Load diff