aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2019-12-30 17:26:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-09 10:49:29 +0100
commit0ac53493296801b01c326507af3db093b95f6fb0 (patch)
treee72e463cbfdcaca5e0d02bb5729f2c9a5d6ed2c5 /include/linux/usb
parentusb: typec: Add the Product Type VDOs to struct usb_pd_identity (diff)
downloadlinux-dev-0ac53493296801b01c326507af3db093b95f6fb0.tar.xz
linux-dev-0ac53493296801b01c326507af3db093b95f6fb0.zip
usb: typec: Add definitions for the latest specification releases
Adding definitions for USB Type-C Specification Release 1.3, 1.4 and 2.0. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Link: https://lore.kernel.org/r/20191230142611.24921-12-heikki.krogerus@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/typec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/typec.h b/include/linux/usb/typec.h
index 47595e96070e..c358b3fd05c9 100644
--- a/include/linux/usb/typec.h
+++ b/include/linux/usb/typec.h
@@ -9,6 +9,9 @@
#define USB_TYPEC_REV_1_0 0x100 /* 1.0 */
#define USB_TYPEC_REV_1_1 0x110 /* 1.1 */
#define USB_TYPEC_REV_1_2 0x120 /* 1.2 */
+#define USB_TYPEC_REV_1_3 0x130 /* 1.3 */
+#define USB_TYPEC_REV_1_4 0x140 /* 1.4 */
+#define USB_TYPEC_REV_2_0 0x200 /* 2.0 */
struct typec_partner;
struct typec_cable;