usb: gadget: android: Honor CONFIG_USB_GADGET_VBUS_DRAW
authorScott Anderson <saa@google.com>
Wed, 18 Jan 2012 23:56:51 +0000 (15:56 -0800)
committerBenoit Goby <benoit@android.com>
Thu, 26 Jan 2012 01:13:15 +0000 (17:13 -0800)
commit09701e3edf03f92f4215aad83b32cd8cec7fb689
treeb4af4f1e6abbac862ac3d8c808b4ad150a0d0df1
parenta6ccb73389f3df11e788bf84254a7b27c430f949
usb: gadget: android: Honor CONFIG_USB_GADGET_VBUS_DRAW

The maximum current draw was hard coded to 500 mA.  composite.c
has code that uses CONFIG_USB_GADGET_VBUS_DRAW to set the
bMaxPower and to set whether or not the device is self-powered if
they haven't been set.  This change removes the code in android.c
to allow composite.c to set them.

Change-Id: I9db37922e91ee86e9e5c0e14519e119e5c41ca48
Signed-off-by: Scott Anderson <saa@google.com>
drivers/usb/gadget/android.c