diff options
author | Tony Lindgren <tony@atomide.com> | 2007-05-29 12:57:41 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 19:34:29 -0400 |
commit | 020363384adfb02f26c1c038a127ed3da3d5cf37 (patch) | |
tree | 7248fda5e3c3b4dfa35c134dbfa8b14ca21fe72c /drivers/usb/gadget/file_storage.c | |
parent | d23a13779f14808b54181d31222e6c44532abd80 (diff) |
USB: Disable file_storage USB_CONFIG_ATT_WAKEUP
Disable file_storage USB_CONFIG_ATT_WAKEUP as it requires
user interaction during Chapter 9 tests.
Signed-off-by: Tony Lindgren <tony@atomide.com
Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/file_storage.c')
-rw-r--r-- | drivers/usb/gadget/file_storage.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/gadget/file_storage.c b/drivers/usb/gadget/file_storage.c index 4639b629e60c..7e650d015585 100644 --- a/drivers/usb/gadget/file_storage.c +++ b/drivers/usb/gadget/file_storage.c | |||
@@ -3963,8 +3963,7 @@ static int __init fsg_bind(struct usb_gadget *gadget) | |||
3963 | #endif | 3963 | #endif |
3964 | 3964 | ||
3965 | if (gadget->is_otg) { | 3965 | if (gadget->is_otg) { |
3966 | otg_desc.bmAttributes |= USB_OTG_HNP, | 3966 | otg_desc.bmAttributes |= USB_OTG_HNP; |
3967 | config_desc.bmAttributes |= USB_CONFIG_ATT_WAKEUP; | ||
3968 | } | 3967 | } |
3969 | 3968 | ||
3970 | rc = -ENOMEM; | 3969 | rc = -ENOMEM; |