Merge "usb: misc: ks_bridge: Add snapshot of ks_bridge driver" into dev/msm-4.4-8996au

This commit is contained in:
Linux Build Service Account 2017-04-11 03:40:58 -07:00 committed by Gerrit - the friendly Code Review server
commit 9fa03febeb
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
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_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