usb: gadget: android: Remove WAKEUP flag from bmAttributes
authorBenoit Goby <benoit@android.com>
Fri, 24 Sep 2010 01:34:27 +0000 (18:34 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:03:22 +0000 (12:03 -0800)
commit72ffa25a634e3762238023c61247244753cbe9b3
tree1e2f00c79a611db430dbe2513e09cbef8066f94a
parent53c40896143e529d37484dc02fabea5e039485e6
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