Merge "usb: misc: ks_bridge: Add snapshot of ks_bridge driver" into dev/msm-4.4-8996au
This commit is contained in:
commit
9fa03febeb
3 changed files with 1078 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
1066
drivers/usb/misc/ks_bridge.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue