Browse Source

usb/cdc: Added a definition for the GET_LINE_CODING class-specific request

pull/1483/head
dragonmux 2 years ago
committed by Piotr Esden-Tempski
parent
commit
c212d19cd4
  1. 3
      include/libopencm3/usb/cdc.h

3
include/libopencm3/usb/cdc.h

@ -118,7 +118,7 @@ struct usb_cdc_acm_descriptor {
/* Table 13: Class-Specific Request Codes for PSTN subclasses */
/* ... */
#define USB_CDC_REQ_SET_LINE_CODING 0x20
/* ... */
#define USB_CDC_REQ_GET_LINE_CODING 0x21
#define USB_CDC_REQ_SET_CONTROL_LINE_STATE 0x22
/* ... */
@ -161,4 +161,3 @@ struct usb_cdc_notification {
#endif
/**@}*/

Loading…
Cancel
Save