summaryrefslogtreecommitdiff
path: root/chip/stm32/usb-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usb-stream.h')
-rw-r--r--chip/stm32/usb-stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/stm32/usb-stream.h b/chip/stm32/usb-stream.h
index ae6735a281..92cfc4e60d 100644
--- a/chip/stm32/usb-stream.h
+++ b/chip/stm32/usb-stream.h
@@ -151,8 +151,8 @@ extern struct out_stream_ops const usb_stream_out_stream_ops;
.bAlternateSetting = 0, \
.bNumEndpoints = 2, \
.bInterfaceClass = USB_CLASS_VENDOR_SPEC, \
- .bInterfaceSubClass = 0, \
- .bInterfaceProtocol = 0, \
+ .bInterfaceSubClass = USB_SUBCLASS_GOOGLE_SERIAL, \
+ .bInterfaceProtocol = USB_PROTOCOL_GOOGLE_SERIAL, \
.iInterface = 0, \
}; \
const struct usb_endpoint_descriptor \