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

This commit is contained in:
dragonmux
2022-08-15 18:06:48 +01:00
committed by Piotr Esden-Tempski
parent 56ec4c2b06
commit c212d19cd4

View File

@@ -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
/**@}*/