summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHemant Kumar <hemantk@codeaurora.org>2016-08-18 18:29:59 -0700
committerHemant Kumar <hemantk@codeaurora.org>2016-09-19 17:35:44 -0700
commita778927e2c30bce8bf7bb47abdbb5c76f673ec3a (patch)
treedf7efd56f066004506d8419eca2483752c85ddc7 /include/linux
parent4e2a8a0fa1c78712904312e13ef33d02be78d421 (diff)
usb: gadget: Enable L1 suspend by default
Currently L1 suspend is disabled. Superspeed capable device needs to support L1 suspend in HS/FS/LS mode. Also, add module parameter to disable L1 suspend in High speed mode. Change-Id: Ie8e7f3949d276325305799640f2775343bd6b9da Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/gadget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h
index 2c64620254eb..143e556f141d 100644
--- a/include/linux/usb/gadget.h
+++ b/include/linux/usb/gadget.h
@@ -752,7 +752,6 @@ struct usb_gadget {
unsigned is_selfpowered:1;
unsigned deactivated:1;
unsigned connected:1;
- bool l1_supported;
bool remote_wakeup;
};
#define work_to_gadget(w) (container_of((w), struct usb_gadget, work))