summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Jun <jun.li@freescale.com>2015-06-18 10:54:26 +0800
committerLi Jun <jun.li@freescale.com>2015-07-22 10:22:12 +0800
commitdb8a64421637d9089f380ea1eb01728bc5da3d40 (patch)
tree380f40f0ad9b60a3c51f260ca26622b768ca4d1e /include
parentf19bc6b3f6af6a36c430d4c2c12c6baccf355d91 (diff)
MLK-11123-15 usb: otg: remove bcdOTG from usb_otg_descriptor
Remove bcdOTG from usb_otg_descriptor since we introduce usb_otg20_descriptor for OTG 2.0 or above, and usb_otg_descriptor is only for OTG 1.x. Signed-off-by: Li Jun <jun.li@freescale.com> (cherry picked from commit 12128ce1aff92c3ca1ee37214f3fb9a3ac8f5d27)
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/usb/ch9.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/uapi/linux/usb/ch9.h b/include/uapi/linux/usb/ch9.h
index 53d139f80c69..76a7f036d286 100644
--- a/include/uapi/linux/usb/ch9.h
+++ b/include/uapi/linux/usb/ch9.h
@@ -674,12 +674,6 @@ struct usb_otg_descriptor {
__u8 bDescriptorType;
__u8 bmAttributes; /* support for HNP, SRP, etc */
- __le16 bcdOTG; /* OTG and EH supplement release number
- * in binary-coded decimal (i.e. 2.0 is 0200H).
- * This field identifies the release of the
- * OTG and EH supplement with which the device
- * and its descriptors are compliant.
- */
} __attribute__ ((packed));
/* USB_DT_OTG (from OTG 2.0 supplement) */