summaryrefslogtreecommitdiff
path: root/include/usb_descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_descriptor.h')
-rw-r--r--include/usb_descriptor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usb_descriptor.h b/include/usb_descriptor.h
index 327f127585..8fdb7ef774 100644
--- a/include/usb_descriptor.h
+++ b/include/usb_descriptor.h
@@ -164,6 +164,10 @@ struct usb_endpoint_descriptor {
#define USB_SUBCLASS_GOOGLE_SPI 0x51
#define USB_PROTOCOL_GOOGLE_SPI 0x01
+#define USB_SUBCLASS_GOOGLE_I2C 0x52
+#define USB_PROTOCOL_GOOGLE_I2C 0x01
+
+
/* Control requests */
/* bRequestType fields */