usb: gadget: android: Remove WAKEUP flag from bmAttributes
authorBenoit Goby <benoit@android.com>
Fri, 24 Sep 2010 01:34:27 +0000 (18:34 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:49 +0000 (17:49 -0700)
commit461a510e681a298e61492f5f8eb8f3ec79859146
tree74807891717c93646828a868a3f2cddc7f7bd825
parent602e23bda60eea0fa90cdb358ed8af391ea8761f
usb: gadget: android: Remove WAKEUP flag from bmAttributes

Remove USB_CONFIG_ATT_WAKEUP from bmAttributes as we don't
support remote wakeup. This fixes an issue with the USB 2.0
compliance test tool.

Change-Id: Ic15e44710069f3f05ace6a82bbfa2b85a3649027
Signed-off-by: Benoit Goby <benoit@android.com>
drivers/usb/gadget/android.c