Change adb protocol to sdb protocol
authorChengwei Yang <chengwei.yang@intel.com>
Wed, 17 Oct 2012 03:06:38 +0000 (11:06 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Wed, 17 Oct 2012 03:31:55 +0000 (11:31 +0800)
commit95de8f043bd19e4fb9398bc0b3fe5a309e4a710b
tree547ad377a280f299447f5f0607491b7bda04d16c
parent6be06846671d88cea2e021ddbe73208450b97169
Change adb protocol to sdb protocol

Currently, we have a forked sdbd for our kernel so there was no need to
patch our kernel.

However, the forked sdbd will be merged to upstream sdbd and to make it
compatible with adb in userspace cost a large effort.

So the better way is patch our kernel to adopt sdb protocol, on the
other hand, no patch needed to sdbd user space server and client.

Change-Id: I4b3f426d33b2c8fdb5042f9cd60a7b1226c92eb1
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
drivers/usb/gadget/f_adb.c